From 2f0aeeda89c23e4158645abfc130a1ad968fca83 Mon Sep 17 00:00:00 2001 From: Mike Boone Date: Tue, 8 Jul 2014 08:46:16 -0400 Subject: [PATCH] Test against Ruby 2.1.2, remove Ruby 1.9.2. --- .travis.yml | 2 +- README.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b376dbb..4e04374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ notifications: on_success: never on_failure: always rvm: - - 1.9.2 - 1.9.3 - 2.0.0 + - 2.1.2 - jruby-19mode diff --git a/README.markdown b/README.markdown index 9539963..f1fbb86 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ SolusVM [![SolusVM Build Status][Build Icon]][Build Status] SolusVM allows for easy interaction with the [SolusVM Admin::API][]. This library was first created for internal use at [Site5 LLC][]. -SolusVM has been tested on MRI versions 1.9.2, 1.9.3, 2.0.0 and 1.9-compatible +SolusVM has been tested on MRI versions 1.9.3, 2.0.0, 2.1.2 and 1.9-compatible JRuby. Documentation is available in [TomDoc][] format.