README.rdoc in revs-utils-2.1.14 vs README.rdoc in revs-utils-2.1.15
- old
+ new
@@ -20,20 +20,21 @@
- <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>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.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
- <b>2.0.2 and 2.0.3</b> Update valid for metadata method so it is not sensitive to blank or uppercase columns
- <b>2.0.4</b> Fix issues with year parsing
- <b>2.0.10</b> Update to latest version of actionpack
- <b>2.1.0 - 2.1.4</b> Add field mapping and other common methods used in both revs digital library and revs-indexing
- <b>2.1.10</b> Display output showing reasons for validation failures when checking manifests
- <b>2.1.11</b> Allow for optional metadata columns in the manifest
- <b>2.1.12</b> Score computation should work with any kind of hash key
- <b>2.1.13</b> Add more information when sourceIDs are not unique
+- <b>2.1.14-15</b> Add new engine-type field
== Running tests
bundle exec rspec spec
@@ -68,8 +69,7 @@
== Updating LC Automobile Terms in Gem
1. Check out Gem code.
2. CD into Gem directory
-3. ruby bin/revs_lc_automobile_terms.rb
+3. ruby bin/revs_lc_automobile_terms.rb
4. Update Gem in git, bump version number and rake dlss_release
-