README.md in pikaday-gem-1.0.0.2 vs README.md in pikaday-gem-1.1.0.0
- old
+ new
@@ -45,10 +45,12 @@
1. Make a Pull request
Then the maintainer of the gem will need to do the following steps:
1. Update the version [lib/pikaday-gem/version.rb](lib/pikaday-gem/version.rb)
-1. Run ``gem build pikaday-gem.gemspec`` to package the gem
-1. Once satisfied, push the gem up to RubyGems.org with ``gem push pikaday-gem-<VERSION>.gem``
+1. `rake build`
+1. `git add .`
+1. `git commit -am "version changes"`
1. Update [the changelog](CHANGELOG.md)
+1. `rake release`
[pikaday]: https://github.com/dbushell/Pikaday
\ No newline at end of file