From 09873f57e5f3b94decbc011ab9f44608a181b1f9 Mon Sep 17 00:00:00 2001 From: Sven Amonat Date: Fri, 22 Aug 2014 15:13:50 +0200 Subject: [PATCH 1/2] update README to current build matrix --- README.rdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 0eae59d..d9116c1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -32,11 +32,10 @@ http://a1.mzstatic.com/us/r30/Publication/v4/2c/f7/90/2cf7902f-f709-9125-c73d-87 == Platforms * The build runs on Travis for: - * MRI Ruby 1.8.7 * MRI Ruby 1.9.2 * MRI Ruby 1.9.3 - * RBX - * REE + * MRI Ruby 2.0.0 + * MRI Ruby 2.1.0 * JRuby in both 1.8 and 1.9 mode It should work on 2.0.0 but there's a weird bundler issue where some of the aruba tests fail in odd ways. From 78d71786db36d444d37498e6868be2205a1172df Mon Sep 17 00:00:00 2001 From: Sven Amonat Date: Fri, 22 Aug 2014 15:16:32 +0200 Subject: [PATCH 2/2] remove warning about bundler problems in 2.0.0 These issues seem to be fixed since May 2013. --- README.rdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index d9116c1..e98c0cb 100644 --- a/README.rdoc +++ b/README.rdoc @@ -38,8 +38,6 @@ http://a1.mzstatic.com/us/r30/Publication/v4/2c/f7/90/2cf7902f-f709-9125-c73d-87 * MRI Ruby 2.1.0 * JRuby in both 1.8 and 1.9 mode -It should work on 2.0.0 but there's a weird bundler issue where some of the aruba tests fail in odd ways. - == Bootstrapping a new CLI App The +methadone+ command-line app will bootstrap a new command-line app, setting up a proper gem structure, unit tests, and cucumber-based tests with aruba: