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

- old
+ new

@@ -6,18 +6,26 @@ ## Install Please be sure to have [Guard](http://github.com/guard/guard) installed before continue. -Install the gem: +You can do one of the following: - gem install guard-delayed + Install the gem: -Add it to your Gemfile (inside development group): - gem 'guard-consistency_fail' + gem install guard-consistency_fail + or add it to your Gemfile (inside development group): + + + gem 'guard-consistency_fail' + +Note: for Guard version below 2.1 use version 0.0.10 of this gem so in your `Gemfile` + + gem 'guard-consistency_fail', '0.0.10' + Add guard definition to your Guardfile by running this command: guard init consistency_fail ## Usage @@ -47,14 +55,14 @@ `gem build guard-consistency_fail.gemspec` * Push to rubygems.org - `gem push guard-consistency_fail-0.0.10.gem` + `gem push guard-consistency_fail-0.1.1.gem` ## Testing the gem locally - gem install guard-consistency_fail-0.0.10.gem + gem install guard-consistency_fail-0.1.1.gem ## Authors [Pankaj Tyagi](https://github.com/ptyagi16)