Skip to content

Commit 52ef54e

Browse files
committed
Updated documentation to indicate only Ruby 2.1 and above is supported
1 parent fb1a831 commit 52ef54e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ script: "rspec"
22
language: "ruby"
33
sudo: false
44
rvm:
5-
- 2.0
65
- 2.1
76
- 2.2
87
- 2.3

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Change log
44
This gem follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).
55
All classes and public methods are part of the public API.
66

7+
1.0.1
8+
----
9+
Released on 2018-04-10
10+
11+
Updated documentation to indicate only Ruby 2.1 and above is supported.
12+
713
1.0.0
814
----
915
Released on 2018-04-10

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end ##
6969
```
7070
## Supported platforms
7171

72-
Ruby 2.0 and above, including jruby.
72+
Ruby 2.1 and above, including jruby.
7373

7474
## Documentation
7575

0 commit comments

Comments
 (0)