README.rdoc in revs-utils-2.0.0 vs README.rdoc in revs-utils-2.0.1

- old
+ new

@@ -17,14 +17,15 @@ - <b>1.0.5</b> Parse location using commas as well as pipes - <b>1.0.6</b> Add some more conditions to CSV header checks - <b>1.0.7</b> Label column needs to be there but does not need to have a value to register - <b>1.0.8</b> Update clean_collection_name method to deal with other possible names - <b>2.0.0</b> Updating to use ActionPack 4 for Rails 4 applications. For Rails 3, continue to use 1.x.y releases. +- <b>2.0.1</b> Add more common format corrections == Running tests -./bin/run_all_tests +bundle exec rake spec == Release the gem to the gemserver 1. Bump the version number in lib/revs-utils/version.rb 2. Add to the release notes in this readme. @@ -34,10 +35,10 @@ gem build revs-utils.gemspec 6. Release the gem to RubyGems: -gem push revs-utils-1.0.8.gem # substitute actual version number +gem push revs-utils-2.0.1.gem # substitute actual version number == Installation Add this line to your application's Gemfile: