README.md in tasks_gem-0.1.6 vs README.md in tasks_gem-0.1.7
- old
+ new
@@ -33,12 +33,14 @@
All methods:
```ruby
print Tasks::Task.methods(false), "\n"
```
+Example use: https://github.com/marina8915/tasks-rails
+
## Dependencies:
-run_tests ~> 0.1.3
+run_tests ~> 0.1.1
https://rubygems.org/gems/run_tests
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.