Skip to content

Commit

Permalink
added rest-client gem
Browse files Browse the repository at this point in the history
  • Loading branch information
caleywoods committed Dec 15, 2011
1 parent 31ea951 commit ba15269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source :rubygems

gem 'sinatra'
gem 'rest-client'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
GEM
remote: http://rubygems.org/
specs:
mime-types (1.17.2)
rack (1.3.5)
rack-protection (1.1.4)
rack
rest-client (1.6.3)
mime-types (>= 1.16)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
Expand All @@ -14,4 +17,5 @@ PLATFORMS
ruby

DEPENDENCIES
rest-client
sinatra

0 comments on commit ba15269

Please sign in to comment.