README.md in shaped-0.6.1 vs README.md in shaped-0.6.2

- old
+ new

@@ -39,29 +39,27 @@ The gem probably has other potential uses, too (for example, a `have_shape` RSpec matcher might be useful), but for now supporting `active_actions` is `shaped`'s *raison d'ĂȘtre*. # Installation -Add the gem to your application's `Gemfile`. Because the gem is not released via RubyGems, you will -need to install it from GitHub. +Add the gem to your application's `Gemfile`: ```rb -gem 'shaped', git: 'https://github.com/davidrunger/shaped.git' +gem 'shaped' ``` And then execute: ``` $ bundle install ``` If you want to install the gem on your system independent of a project with a `Gemfile`, then you -can easily do so via [`specific_install`](https://github.com/rdp/specific_install): +can execute ``` -$ gem install specific_install -$ gem specific_install davidrunger/shaped +$ gem install shaped ``` # Usage The core concept of `shaped` is a "shape", by which we mean "an object that describes some @@ -357,10 +355,11 @@ 2. update `CHANGELOG.md` 3. update the version number in `version.rb` 4. `bundle install` (which will update `Gemfile.lock`) 5. commit the changes with a message like `Prepare to release v0.1.1` 6. push the changes to `origin/master` (GitHub) via `git push` -7. run `bin/release`, which will create a git tag for the version and push git commits and tags +7. run `bin/release` (which will create a git tag for the version, push git commits and + tags to GitHub, and push the gem to RubyGems) # License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).