README.md in guard-rails-0.7.1 vs README.md in guard-rails-0.7.2

- old
+ new

@@ -16,11 +16,11 @@ Add Guard::Rails to your `Gemfile`: ```ruby group :development do - gem 'guard-rails' + gem 'guard-rails', require: false end ``` Add the default Guard::Rails template to your `Guardfile` by running: @@ -71,30 +71,32 @@ * Ranmocy Sheng * John Bintz * cablegram * Joel Moss -* Sidney Burks * Paul Schyska +* Sidney Burks * Adam Michel +* Adib Saad * Cezary Baginski * Nathan Broadbent * Tim Preston * killphi * Benjamin Sullivan -* Grant Hutchins and Jonathan Mukai-Heidt -* Everard Brown -* Sho Kusano * Darrin Holst +* Everard Brown +* Grant Hutchins and Jonathan Mukai-Heidt +* Johnny Robeson +* Leo Lou * Luciano Sousa * Michel Pavan Macedo -* Johnny Robeson +* Sho Kusano ## Copyright -Guard-rails is under **[FOLLOW YOUR HEART PUBLIC LICENSE][FYHPL]** version 1. +Guard-rails is under **[MIT license][MIT]**. [ranmocy-guard-rails]: http://github.com/ranmocy/guard-rails [guard]: https://github.com/guard/guard [zeus]: https://github.com/burke/zeus [zeus-custom-plan]: https://github.com/burke/zeus/blob/master/docs/ruby/modifying.md -[FYHPL]: http://ranmocy.info/piece/FYHPL.txt +[MIT]: http://opensource.org/licenses/MIT