Skip to content

Instantly share code, notes, and snippets.

@jasoncodes
Created September 17, 2011 07:45
Show Gist options
  • Save jasoncodes/1223731 to your computer and use it in GitHub Desktop.
Save jasoncodes/1223731 to your computer and use it in GitHub Desktop.

Revisions

  1. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion gistfile1.sh
    Original 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
    # 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
  2. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.sh
    Original 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
  3. jasoncodes revised this gist Nov 6, 2012. No changes.
  4. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion gistfile1.sh
    Original 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
    echo 'eval "$(rbenv init - --no-rehash)"' >> "$HOME/.$(basename "$SHELL")rc"
    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
  5. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 --no-ri --no-rdoc install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem install --no-ri --no-rdoc bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem ctags
  6. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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)"' >> ~/.bash_profile
    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
  7. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem --no-ri --no-rdoc install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem ctags
  8. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    VERSION=1.9.3-p194
    VERSION=1.9.3-p286
    brew update
    brew install rbenv ruby-build rbenv-vars readline ctags
    echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile
  9. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions gistfile1.sh
    Original 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 1.9.3-p194
    rbenv global 1.9.3-p194
    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
  10. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    brew update
    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
  11. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original 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
  12. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,4 @@
    brew install rbenv
    brew install ruby-build
    brew install rbenv-vars
    brew install readline
    brew install ctags
    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
  13. jasoncodes revised this gist Nov 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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
    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
  14. jasoncodes revised this gist Nov 2, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 -i # reload the shell
    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
  15. jasoncodes revised this gist Jun 30, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 rbenv-vars
    brew install readline
    brew install ctags
    echo 'eval "$(rbenv init - --no-rehash)"' >> ~/.bash_profile
  16. jasoncodes revised this gist Jun 11, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original 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
  17. jasoncodes revised this gist May 29, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 install bundler rbenv-rehash git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem ctags
  18. jasoncodes revised this gist May 29, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem install bundler rbenv-watched git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem ctags
  19. jasoncodes revised this gist May 14, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original 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-p125
    rbenv global 1.9.3-p125
    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
  20. jasoncodes revised this gist Apr 24, 2012. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions gistfile1.sh
    Original 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 -v '~> 1.0.pre'
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem install bundler git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem ctags
  21. jasoncodes revised this gist Mar 13, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    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 --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
  22. jasoncodes revised this gist Mar 13, 2012. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions gistfile1.sh
    Original 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 - | grep -v \^rbenv\ rehash)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
    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
    gem ctags
  23. jasoncodes revised this gist Mar 5, 2012. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,12 @@
    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 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-p0
    rbenv global 1.9.3-p0
    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
  24. jasoncodes revised this gist Jan 8, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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
    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'
  25. jasoncodes revised this gist Dec 22, 2011. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.sh
    Original 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 'eval "$(rbenv init - | grep -v \^rbenv\ rehash)"' >> ~/.bash_profile
    echo 'gem() { rbenv exec gem "$@" && rbenv rehash && hash -r; }' >> ~/.bash_profile
    exec
    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 wirble bond
    gem install git-up hitch gem-browse gem-ctags cheat awesome_print pry
    gem ctags
  26. jasoncodes revised this gist Nov 11, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original 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.2-p290
    rbenv global 1.9.2-p290
    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
  27. jasoncodes revised this gist Nov 5, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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="--with-readline-dir=$(brew --prefix readline)" rbenv install 1.9.2-p290
    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
  28. jasoncodes revised this gist Oct 30, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original 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 -)"' >> ~/.bash_profile
    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
  29. jasoncodes revised this gist Sep 29, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original 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
  30. jasoncodes revised this gist Sep 29, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    brew install rbenv
    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 set-default 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