README.rdoc in revs-utils-2.1.25 vs README.rdoc in revs-utils-2.2.0
- old
+ new
@@ -35,10 +35,11 @@
- <b>2.1.14-15</b> Add new engine-type field
- <b>2.1.16-17</b> Add new format authority field and update acceptable formats
- <b>2.1.18-19</b> Add support for newly split apart group and class fields
- <b>2.1.20-21</b> Group field made multivalued
- <b>2.1.22</b> Add original size field
+- <b>2.2.0</b> Relax requirement for rails 4
== Running tests
bundle exec rspec spec
@@ -46,17 +47,10 @@
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. Build the gem:
-
-gem build revs-utils.gemspec
-
-6. Release the gem to RubyGems:
-
-gem push revs-utils-2.0.1.gem # substitute actual version number
-
+5. rake release
== Installation
Add this line to your application's Gemfile: