Skip to content

Commit bd23d84

Browse files
committed
Rails Girls <3 check request from @ksaa
1 parent 70282c4 commit bd23d84

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

rails-install-osx.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,18 @@ rm -rf $tmpdir
2828
echo "[[ -s $HOME/.tokaidoapp/tokaidoapp.sh ]] && source $HOME/.tokaidoapp/tokaidoapp.sh" >> $HOME/.profile
2929
source $HOME/.tokaidoapp/tokaidoapp.sh
3030

31-
ruby -v
31+
echo -e "\n- - - - - - - - - \n"
32+
echo -e "Now we are going to print some information to check that everything is done:\n"
33+
34+
echo " ,;;;, ,;;;,"
35+
echo -n ";;;' ';' ';;; Should be ruby 1.9.3p194: "
36+
ruby -v | cut -c 1-14
37+
echo ";;; ;;;"
38+
echo -n " ';;, ,;;' Should be Rails 3.2.3: "
3239
rails -v
40+
echo " ';;,;;'"
41+
echo " ';'"
42+
echo -e "\n- - - - - - - - - \n"
43+
3344
echo "Done!"
3445
echo "Please restart your terminal."

0 commit comments

Comments
 (0)