README.md in drg-0.8.1 vs README.md in drg-0.9.0
- old
+ new
@@ -1,11 +1,11 @@
# DRG
[![Code Climate](https://codeclimate.com/github/ridiculous/drg/badges/gpa.svg)](https://codeclimate.com/github/ridiculous/drg)
[![Gem Version](https://badge.fury.io/rb/drg.svg)](http://badge.fury.io/rb/drg)
A Ruby utility to help automate dependency management using Bundler. You can pin Gem versions to the current or the next
-available level. DRG can automatically update your gems to the latest available version, similar to Gemnasium.
+available level.
## Requirements
* Bundler 1.10+
@@ -18,29 +18,18 @@
```
## Tasks
```bash
-rake drg:update
rake drg:pin
rake drg:pin:major
rake drg:pin:minor
rake drg:pin:patch
+rake drg:pin:latest
rake drg:pin:patch_latest
rake drg:pin:minor_latest
rake drg:unpin
```
-
-### drg:update
-
-DRG loves updating gems! Run this command to check for outdated gems and try to update them to the latest available version.
-Each outdated gem will be updated, then DRG will run your tests (with `rake`) and if your tests pass, the new version will be written to your Gemfile!
-
-```bash
-rake drg:update
-```
-
-Easy!
### drg:pin
DRG really wants to help you manage your project's gems. But DRG doesn't want to replace Bundler. Instead, we want to build on
it. Pinning ignores gems that are fetched from somewhere other than rubygems. For example, gems listed with `:git`, `:github`,