Skip to content

Commit b905f8c

Browse files
sukeerthiadigafxn
authored andcommitted
Rubygems => RubyGems
1 parent 2579d88 commit b905f8c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

actionmailer/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The Base class has the full list of configuration options. Here's an example:
135135

136136
== Download and installation
137137

138-
The latest version of Action Mailer can be installed with Rubygems:
138+
The latest version of Action Mailer can be installed with RubyGems:
139139

140140
% [sudo] gem install actionmailer
141141

actionpack/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ an URL such as /weblog/5 (where 5 is the id of the post).
316316

317317
== Download and installation
318318

319-
The latest version of Action Pack can be installed with Rubygems:
319+
The latest version of Action Pack can be installed with RubyGems:
320320

321321
% [sudo] gem install actionpack
322322

activerecord/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Admit the Database:
197197

198198
== Download and installation
199199

200-
The latest version of Active Record can be installed with Rubygems:
200+
The latest version of Active Record can be installed with RubyGems:
201201

202202
% [sudo] gem install activerecord
203203

activeresource/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ received and serialized into a usable Ruby object.
2222

2323
== Download and installation
2424

25-
The latest version of Active Support can be installed with Rubygems:
25+
The latest version of Active Support can be installed with RubyGems:
2626

2727
% [sudo] gem install activeresource
2828

activesupport/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outside of Rails.
88

99
== Download and installation
1010

11-
The latest version of Active Support can be installed with Rubygems:
11+
The latest version of Active Support can be installed with RubyGems:
1212

1313
% [sudo] gem install activesupport
1414

railties/README.rdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Railties is responsible to glue all frameworks together. Overall, it:
1111

1212
== Download
1313

14-
The latest version of Railties can be installed with Rubygems:
14+
The latest version of Railties can be installed with RubyGems:
1515

1616
* gem install railties
1717

railties/guides/source/performance_testing.textile

+2-2
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,9 @@ alias gcrails='~/rubygc/bin/rails'
438438

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

441-
h6. Install Rubygems (1.8 only!)
441+
h6. Install RubyGems (1.8 only!)
442442

443-
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.
443+
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.
444444

445445
h4. Using Ruby-Prof on MRI and REE
446446

0 commit comments

Comments
 (0)