README.rdoc in revs-utils-1.0.8 vs README.rdoc in revs-utils-1.0.9
- old
+ new
@@ -16,21 +16,28 @@
- <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
== Running tests
-rake spec
+bundle exec rspec 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.
3. Ensure the tests pass.
4. Git commit and push
-5. rake dlss_release
+5. Build the gem:
+
+gem build revs-utils.gemspec
+
+6. Release the gem to RubyGems:
+
+gem push revs-utils-1.0.9.gem # substitute actual version number
== Installation
Add this line to your application's Gemfile: