Skip to content

Commit

Permalink
Update ruby versions for 2015
Browse files Browse the repository at this point in the history
Remove rubinius completely (preference on rubinius' direction)
Remove 1.9.3 (unsupported)
Add 2.0.0, 2.1.3, and 2.2.0
  • Loading branch information
jwo committed Feb 19, 2015
1 parent 9c672c5 commit 1869bb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
script: rake
rvm:
- 1.9.3
- ruby-head
- 2.0.0
- 2.1.3
- 2.2.0
- jruby-19mode
- jruby-head
- rbx-19mode
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Because I've been implementing the same initializer code in every project I've w

### What rubies will this run on?

* 1.9.3
* ruby-head (2.0)
* 2.0.0
* 2.1.3
* 2.2.0
* jruby-19mode
* jruby-head
* rbx-19mode


## Installation
Expand Down

0 comments on commit 1869bb9

Please sign in to comment.