README.md in bump-0.3.10 vs README.md in bump-0.3.11

- old
+ new

@@ -1,37 +1,37 @@ # Introduction -Bump is a gem that will simplify the way you build gems. +Bump is a gem that will simplify the way you build gems and chef-cookbooks. # Installation gem install bump # Usage -Current version of your gem: +Current version: bump current Current version: 0.1.2 -Bump your gemfile (major, minor, patch, pre): +Bump (major, minor, patch, pre): bump patch Bump version 0.1.2 to 0.1.3 ### Options ### --no-commit -If you don't want to make a commit after bumping your gem, add the `--no-commit` option. +If you don't want to make a commit after bumping, add the `--no-commit` option. bump patch --no-commit ### --no-bundle -If you don't want to run the `bundle` command after bumping your gem, add the `--no-bundle` option. +If you don't want to run the `bundle` command after bumping, add the `--no-bundle` option. bump patch --no-bundle ### Rake @@ -52,9 +52,10 @@ # Supported locations - VERSION file with "1.2.3" - gemspec with `gem.version = "1.2.3"` or `Gem:Specification.new "gem-name", "1.2.3" do` - lib/**/version.rb file with `VERSION = "1.2.3"` + - metadata.rb with `version "1.2.3"` # Todo - `VERSION = "1.2.3"` in lib/*.rb