Skip to content

Commit

Permalink
Rubygems => RubyGems
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeerthiadiga authored and fxn committed Aug 13, 2011
1 parent 2579d88 commit b905f8c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion actionmailer/README.rdoc
Expand Up @@ -135,7 +135,7 @@ The Base class has the full list of configuration options. Here's an example:

== Download and installation

The latest version of Action Mailer can be installed with Rubygems:
The latest version of Action Mailer can be installed with RubyGems:

% [sudo] gem install actionmailer

Expand Down
2 changes: 1 addition & 1 deletion actionpack/README.rdoc
Expand Up @@ -316,7 +316,7 @@ an URL such as /weblog/5 (where 5 is the id of the post).

== Download and installation

The latest version of Action Pack can be installed with Rubygems:
The latest version of Action Pack can be installed with RubyGems:

% [sudo] gem install actionpack

Expand Down
2 changes: 1 addition & 1 deletion activerecord/README.rdoc
Expand Up @@ -197,7 +197,7 @@ Admit the Database:

== Download and installation

The latest version of Active Record can be installed with Rubygems:
The latest version of Active Record can be installed with RubyGems:

% [sudo] gem install activerecord

Expand Down
2 changes: 1 addition & 1 deletion activeresource/README.rdoc
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion activesupport/README.rdoc
Expand Up @@ -8,7 +8,7 @@ outside of Rails.

== 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 activesupport

Expand Down
2 changes: 1 addition & 1 deletion railties/README.rdoc
Expand Up @@ -11,7 +11,7 @@ Railties is responsible to glue all frameworks together. Overall, it:

== Download

The latest version of Railties can be installed with Rubygems:
The latest version of Railties can be installed with RubyGems:

* gem install railties

Expand Down
4 changes: 2 additions & 2 deletions railties/guides/source/performance_testing.textile
Expand Up @@ -438,9 +438,9 @@ alias gcrails='~/rubygc/bin/rails'

Don't forget to use your aliases from now on.

h6. Install Rubygems (1.8 only!)
h6. Install RubyGems (1.8 only!)

Download "Rubygems":http://rubyforge.org/projects/rubygems and install it from source. Rubygem's README file should have necessary installation instructions. Please note that this step isn't necessary if you've installed Ruby 1.9 and above.
Download "RubyGems":http://rubyforge.org/projects/rubygems and install it from source. Rubygem's README file should have necessary installation instructions. Please note that this step isn't necessary if you've installed Ruby 1.9 and above.

h4. Using Ruby-Prof on MRI and REE

Expand Down

0 comments on commit b905f8c

Please sign in to comment.