Updated Ruby version in README
This commit is contained in:
parent
e435aa2beb
commit
448189e5ef
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue