Skip to content

Commit 060a848

Browse files
committed
Merge pull request railsbridge#59 from kerrizor/hotfix-typos-and-corrections
Hotfix typos and corrections
2 parents 06f8c8e + f19a37c commit 060a848

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

sites/installfest/get_a_sticker.step

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ verify "tool installation" do
88
tip "Most of the time, the version numbers don't have to match exactly. In general, if the *first two* numbers match, or if the full number you have is *greater* than the one below, then you're cool."
99

1010
h3 "If you're on OSX or Linux:"
11-
11+
1212
console "rvm -v"
1313
result "rvm 1.11.2 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]"
14-
14+
1515
console "sqlite3 --version"
1616
result "3.7.5"
1717

1818
h3 "On all operating systems:"
19-
19+
2020
console "ruby -v"
2121
result "ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]"
2222

@@ -74,7 +74,7 @@ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem
7474
create app/assets/stylesheets/drinks.css.scss
7575
invoke scss
7676
create app/assets/stylesheets/scaffolds.css.scss"
77-
77+
7878
console "rake db:migrate"
7979
result "
8080
== CreateDrinks: migrating ===================================================
@@ -93,12 +93,12 @@ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem
9393
[2012-03-30 17:56:02] INFO ruby 1.9.3 (2012-02-16) [x86_64-linux]
9494
[2012-03-30 17:56:02] INFO WEBrick::HTTPServer#start: pid=27148 port=3000
9595
TERMINAL"
96-
96+
9797
message <<-BROWSER_VERIFY
9898
In your web browser, go to <http://localhost:3000/drinks>
9999

100100
1. Click on "New drink"
101-
2. Enter Cappuccino for the name
101+
2. Enter Cappuccino for the name
102102
3. Enter 135 for the temperature.
103103
4. Click on "Create Drink".
104104

@@ -146,7 +146,7 @@ verify "git" do
146146
# new file: Rakefile
147147
# ...most output omitted for brevity...
148148
RESULT
149-
149+
150150
console 'git commit -m "Getting that sticker"'
151151
result "
152152
[master (root-commit) 8cd0e44] Getting that sticker
@@ -171,7 +171,7 @@ verify "heroku deploy" do
171171
source_code :ruby, <<-RUBY
172172
gem 'sqlite3'
173173
RUBY
174-
174+
175175
message "Remove this line and replace it with:"
176176

177177
source_code :ruby, <<-RUBY
@@ -192,7 +192,7 @@ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem
192192

193193
console <<-GIT_COMMIT
194194
git add .
195-
git commit -m"Add pg gem for Heroku."
195+
git commit -m "Add pg gem for Heroku."
196196
GIT_COMMIT
197197
result "[master 4a275be] Add pg gem for Heroku.
198198
2 files changed, 6 insertions(+)"

sites/installfest/install_homebrew.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ important "If that doesn't work, visit <https://github.com/mxcl/homebrew/wiki/in
55

66
verify do
77
console "brew -v"
8-
result "0.8"
8+
result "0.9"
99
end
1010

1111
tip "Homebrew uses `sudo` to prepare your `/usr/local` directory. 'sudo' stands for 'super user do' and it's a way to get your computer to do anything you ask it to do. It is the subject of a famous cartoon:

0 commit comments

Comments
 (0)