diff options
author | Sukeerthi Adiga <sukeerthiadiga@gmail.com> | 2011-08-05 14:04:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:31 -0700 |
commit | b905f8c96326c86caafc20bec7e3722cf4813d2c (patch) | |
tree | cec3f21ca3f481b1c502d5e508b53aeb31f91229 /activeresource | |
parent | 2579d8840507155988f39d36c265b65b94fc4d0f (diff) | |
download | rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.gz rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.bz2 rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.zip |
Rubygems => RubyGems
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc index 6f45fe3598..0f10bfc1a7 100644 --- a/activeresource/README.rdoc +++ b/activeresource/README.rdoc @@ -22,7 +22,7 @@ received and serialized into a usable Ruby object. == Download and installation -The latest version of Active Support can be installed with Rubygems: +The latest version of Active Support can be installed with RubyGems: % [sudo] gem install activeresource |