From 448189e5eff56d12f8a46e07b2818ccda4dd7cd0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 29 Aug 2014 11:17:48 -0400 Subject: [PATCH 1/2] Updated Ruby version in README --- README.md | 2 +- test/h | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 test/h diff --git a/README.md b/README.md index c876d9a..adb1531 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Ideally, a bug report should include a pull request with failing specs. [pr]: http://help.github.com/send-pull-requests/ ## Supported Ruby Version -This library aims to support and is [tested against][travis] Ruby version 2.1.0. +This library aims to support and is [tested against][travis] Ruby version 2.1.2. If something doesn't work on this version, it should be considered a bug. diff --git a/test/h b/test/h new file mode 100644 index 0000000..a9dfbd1 --- /dev/null +++ b/test/h @@ -0,0 +1,12 @@ +./h +./test_helper.rb +./controllers/addresses_controller_test.rb +./controllers/users_controller_test.rb +./controllers/sitemaps_controller_test.rb +./controllers/sessions_controller_test.rb +./controllers/things_controller_test.rb +./controllers/main_controller_test.rb +./controllers/info_window_controller_test.rb +./controllers/reminders_controller_test.rb +./controllers/passwords_controller_test.rb +./performance/browsing_test.rb From efd8d5c7f9cb3880d8057b1f84efd0e17f68c4e6 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 29 Aug 2014 11:19:26 -0400 Subject: [PATCH 2/2] Removed temp file: h --- test/h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test/h diff --git a/test/h b/test/h deleted file mode 100644 index a9dfbd1..0000000 --- a/test/h +++ /dev/null @@ -1,12 +0,0 @@ -./h -./test_helper.rb -./controllers/addresses_controller_test.rb -./controllers/users_controller_test.rb -./controllers/sitemaps_controller_test.rb -./controllers/sessions_controller_test.rb -./controllers/things_controller_test.rb -./controllers/main_controller_test.rb -./controllers/info_window_controller_test.rb -./controllers/reminders_controller_test.rb -./controllers/passwords_controller_test.rb -./performance/browsing_test.rb