Skip to content

Commit

Permalink
Note experimental Ruby 2.1.0 support, Closes #114
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminoakes committed Dec 5, 2013
1 parent 54c94f5 commit 9543b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0-preview2
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
maid (0.5.0) unstable; urgency=low

* Started experimental Ruby 2.1.0 support, as of preview2 (Closes: #114)
* New utility methods: "dir_safe", "downloading?"
* Shiro Hazuki: Implementations of "dir_safe" and "downloading?" released
into the public domain (Closes: #107)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Modern Ruby versions and Unix-like operating systems should work, but only OS X
Offically supported:

* **OS:** Mac OS X, Ubuntu
* **Ruby:** 1.9.3+ (2.0.0 preferred)
* **Ruby:** 1.9.3+ (2.0.0 preferred, 2.1.0 compatibility as of preview2)

Some features require OS X. See the [documentation][] for more details.

Expand Down

0 comments on commit 9543b4c

Please sign in to comment.