diff --git a/.travis.yml b/.travis.yml index dc20daf..fc2b72b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ script: "bundle exec rake db:create db:migrate test" rvm: - 1.8.7 - 1.9.2 + - 1.9.3 - rbx - ree env: "RAILS_ENV=test" diff --git a/README.md b/README.md index 6533b48..04b857f 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,11 @@ implementations: * Ruby 1.8.7 * Ruby 1.9.2 +* Ruby 1.9.3 +* [Rubinius][] * [Ruby Enterprise Edition][ree] +[rubinius]: http://rubini.us/ [ree]: http://www.rubyenterpriseedition.com/ If something doesn't work on one of these interpreters, it should be considered