Skip to content

Commit

Permalink
add cloudapp gem
Browse files Browse the repository at this point in the history
  • Loading branch information
molawson committed Jan 29, 2013
1 parent 5e68de3 commit 8fd61d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ What it sets up
* Taps gem (for pushing and pulling SQL databases between environments)
* Postgres gem (for making Ruby talk to SQL databases)
* Git Remote Branch gem (for faster git branch creation and deletion)
* Cloudapp gem (for sharing links and files from the command line)
* Vim with Ruby support (for code editing and compatibility with the Command-T plugin)

It should take about 30 minutes for everything to install, depending on your machine.
3 changes: 3 additions & 0 deletions ruby
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ echo "Installing the pg gem to talk to Postgres databases ..."
echo "Installing the git_remote_branch gem for fast feature branch creating and deleting ..."
gem install git_remote_branch --no-rdoc --no-ri

echo "Installing the cloudapp gem for sharing links and files from the command line ..."
gem install cloudapp

rbenv rehash

0 comments on commit 8fd61d7

Please sign in to comment.