README.markdown in testr-14.0.2 vs README.markdown in testr-14.0.3

- old
+ new

@@ -62,9 +62,16 @@ As a Ruby gem: gem install testr +In a Gemfile: + + gem 'testr', :require => false + gem 'rb-inotify', :require => false if RUBY_PLATFORM =~ /linux/i + gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i + gem 'rb-fchange', :require => false if RUBY_PLATFORM =~ /mingw/i + As a Git clone: git clone git://github.com/sunaku/testr cd testr bundle install