Created
September 17, 2011 07:45
-
-
Save jasoncodes/1223731 to your computer and use it in GitHub Desktop.
Revisions
-
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ # The latest version of this script is now available at # https://github.com/jasoncodes/dotfiles/blob/master/aliases/rbenv.sh VERSION=1.9.3-p286 brew update -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # The latest version of this script is now available at https://github.com/jasoncodes/dotfiles/blob/master/aliases/rbenv.sh VERSION=1.9.3-p286 brew update brew install rbenv ruby-build rbenv-vars readline ctags -
jasoncodes revised this gist
Nov 6, 2012 . No changes.There are no files selected for viewing
-
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,11 @@ VERSION=1.9.3-p286 brew update brew install rbenv ruby-build rbenv-vars readline ctags if [ -n "${ZSH_VERSION:-}" ]; then echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.zshrc else echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile fi eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install $VERSION rbenv global $VERSION -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ echo 'eval "$(rbenv init - --no-rehash)"' >> "$HOME/.$(basename "$SHELL")rc" eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install $VERSION rbenv global $VERSION gem install --no-ri --no-rdoc bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ VERSION=1.9.3-p286 brew update brew install rbenv ruby-build rbenv-vars readline ctags echo 'eval "$(rbenv init - --no-rehash)"' >> "$HOME/.$(basename "$SHELL")rc" eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install $VERSION rbenv global $VERSION -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,5 +5,5 @@ echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install $VERSION rbenv global $VERSION gem --no-ri --no-rdoc install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ VERSION=1.9.3-p286 brew update brew install rbenv ruby-build rbenv-vars readline ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,9 @@ VERSION=1.9.3-p194 brew update brew install rbenv ruby-build rbenv-vars readline ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install $VERSION rbenv global $VERSION gem install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ brew update brew install rbenv ruby-build rbenv-vars readline ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ brew update brew install rbenv ruby-build rbenv-vars readline ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,4 @@ brew install rbenv ruby-build rbenv-vars readline ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 -
jasoncodes revised this gist
Nov 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ brew install rbenv-vars brew install readline brew install ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile eval "$(rbenv init - --no-rehash)" # load rbenv in the current shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 rbenv global 1.9.3-p194 gem install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry -
jasoncodes revised this gist
Nov 2, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ brew install rbenv-vars brew install readline brew install ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -l # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 rbenv global 1.9.3-p194 gem install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry -
jasoncodes revised this gist
Jun 30, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ brew install rbenv brew install ruby-build brew install rbenv-vars brew install readline brew install ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile -
jasoncodes revised this gist
Jun 11, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ brew install rbenv brew install ruby-build brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline brew install ctags echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 -
jasoncodes revised this gist
May 29, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,5 @@ echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 rbenv global 1.9.3-p194 gem install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
May 29, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,5 @@ echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 rbenv global 1.9.3-p194 gem install bundler rbenv-watched git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
May 14, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Librar brew install readline echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p194 rbenv global 1.9.3-p194 gem install bundler git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Apr 24, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,5 @@ echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p125 rbenv global 1.9.3-p125 gem install bundler git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Mar 13, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ brew install rbenv brew install ruby-build brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell -
jasoncodes revised this gist
Mar 13, 2012 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,11 +2,10 @@ brew install rbenv brew install ruby-build brew install https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p125 rbenv global 1.9.3-p125 gem install bundler -v '~> 1.0.pre' gem install git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Mar 5, 2012 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ brew install rbenv brew install ruby-build brew install https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline echo 'eval "$(rbenv init - | grep -v \^rbenv\ rehash)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p125 rbenv global 1.9.3-p125 gem install bundler -v '~> 1.0.pre' gem install git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Jan 8, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Librar brew install readline echo 'eval "$(rbenv init - | grep -v \^rbenv\ rehash)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec $SHELL -i # reload the shell CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p0 rbenv global 1.9.3-p0 gem install bundler -v '~> 1.0.pre' -
jasoncodes revised this gist
Dec 22, 2011 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,11 +2,11 @@ brew install --HEAD rbenv brew install --HEAD ruby-build brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline echo 'eval "$(rbenv init - | grep -v \^rbenv\ rehash)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec $SHELL -i CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p0 rbenv global 1.9.3-p0 gem install bundler -v '~> 1.0.pre' gem install git-up hitch gem-browse gem-ctags cheat awesome_print pry gem ctags -
jasoncodes revised this gist
Nov 11, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,8 @@ brew install readline echo 'eval "$(rbenv init - | grep -v ^rbenv\ rehash)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.3-p0 rbenv global 1.9.3-p0 gem install bundler -v '~> 1.0.pre' gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond gem ctags -
jasoncodes revised this gist
Nov 5, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ brew install readline echo 'eval "$(rbenv init - | grep -v ^rbenv\ rehash)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec CONFIGURE_OPTS="--disable-install-doc --with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290 rbenv global 1.9.2-p290 gem install bundler -v '~> 1.0.pre' gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond -
jasoncodes revised this gist
Oct 30, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ brew install --HEAD rbenv brew install --HEAD ruby-build brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline echo 'eval "$(rbenv init - | grep -v ^rbenv\ rehash)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290 -
jasoncodes revised this gist
Sep 29, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ brew install --HEAD rbenv brew install --HEAD ruby-build brew install --HEAD https://raw.github.com/jasoncodes/homebrew/rbenv-vars/Library/Formula/rbenv-vars.rb # https://github.com/mxcl/homebrew/pull/7891 brew install readline echo 'eval "$(rbenv init -)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile -
jasoncodes revised this gist
Sep 29, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ brew install --HEAD rbenv brew install --HEAD ruby-build brew install readline echo 'eval "$(rbenv init -)"' >> ~/.bash_profile echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile exec CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290 rbenv global 1.9.2-p290 gem install bundler -v '~> 1.0.pre' gem install git-up hitch gem-browse gem-ctags cheat awesome_print wirble bond gem ctags
NewerOlder