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

- old
+ new

@@ -16,21 +16,15 @@ - <b>1.0.4</b> Revs-Utils now assumes .csv files are in UTF-8 format instead of Latin-1 - <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>1.0.9</b> Add more common format corrections -- <b>1.0.10</b> Update valid for metadata method so it is not sensitive to blank or uppercase columns -- <b>1.0.11</b> Fix issues with year parsing -- <b>1.0.12</b> Allow two digit years in year formatting -- <b>1.0.19</b> Display output showing reasons for validation failures when checking manifests -- <b>1.0.20</b> Allow for optional metadata columns in the manifest -- <b>1.0.21</b> Add more information when sourceIDs are not unique +- <b>2.0.0</b> Updating to use ActionPack 4 for Rails 4 applications. For Rails 3, continue to use 1.x.y releases. == Running tests -bundle exec rspec spec +./bin/run_all_tests == 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. @@ -40,10 +34,10 @@ gem build revs-utils.gemspec 6. Release the gem to RubyGems: -gem push revs-utils-1.0.9.gem # substitute actual version number +gem push revs-utils-1.0.8.gem # substitute actual version number == Installation Add this line to your application's Gemfile: