README.markdown in guard-consistency_fail-0.0.9 vs README.markdown in guard-consistency_fail-0.0.10

- old
+ new

@@ -10,11 +10,11 @@ Install the gem: gem install guard-delayed -Add it to your Gemfile (inside test group): +Add it to your Gemfile (inside development group): gem 'guard-consistency_fail' Add guard definition to your Guardfile by running this command: @@ -39,29 +39,29 @@ Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make. ## Building and deploying gem - * Update the version number in `lib/guard/consistency_fail/version.rb` - * Update `CHANGELOG.md` - * Build the gem: +* Update the version number in `lib/guard/consistency_fail/version.rb` +* Update `CHANGELOG.md` +* Build the gem - gem build guard-consistency_fail.gemspec + `gem build guard-consistency_fail.gemspec` - * Push to rubygems.org: - - gem push guard-consistency_fail-0.0.9.gem +* Push to rubygems.org + + `gem push guard-consistency_fail-0.0.10.gem` ## Testing the gem locally - gem install guard-consistency_fail-0.0.9.gem + gem install guard-consistency_fail-0.0.10.gem ## Authors [Pankaj Tyagi](https://github.com/ptyagi16) -Ideas for this gem came from [Guard::Delayed](https://github.com/guard/guard-delayed). +Ideas for this gem came from [consistency_fail](https://github.com/trptcolin/consistency_fail) and [Guard::Delayed](https://github.com/guard/guard-delayed). ## License MIT License. See License file.