We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1a831 commit 52ef54eCopy full SHA for 52ef54e
.travis.yml
@@ -2,7 +2,6 @@ script: "rspec"
2
language: "ruby"
3
sudo: false
4
rvm:
5
- - 2.0
6
- 2.1
7
- 2.2
8
- 2.3
CHANGELOG.md
@@ -4,6 +4,12 @@ Change log
This gem follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
All classes and public methods are part of the public API.
+1.0.1
+----
9
+Released on 2018-04-10
10
+
11
+Updated documentation to indicate only Ruby 2.1 and above is supported.
12
13
1.0.0
14
----
15
Released on 2018-04-10
README.md
@@ -69,7 +69,7 @@ end ##
69
```
70
## Supported platforms
71
72
-Ruby 2.0 and above, including jruby.
+Ruby 2.1 and above, including jruby.
73
74
## Documentation
75
0 commit comments