Skip to content

Commit

Permalink
added gems for cloudfoundry deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Apr 20, 2011
1 parent 29eafce commit 392c5b0
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source "http://rubygems.org"
gem 'sinatra'
gem 'tropo-webapi-ruby'
20 changes: 20 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
GEM
remote: http://rubygems.org/
specs:
hashie (1.0.0)
json_pure (1.5.1)
rack (1.2.2)
sinatra (1.2.3)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.2.2)
tropo-webapi-ruby (0.1.10)
hashie (>= 0.2.0)
json_pure (>= 1.2.0)

PLATFORMS
ruby

DEPENDENCIES
sinatra
tropo-webapi-ruby
Binary file added vendor/cache/hashie-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/json_pure-1.5.1.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-1.2.3.gem
Binary file not shown.
Binary file added vendor/cache/tilt-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/tropo-webapi-ruby-0.1.10.gem
Binary file not shown.

0 comments on commit 392c5b0

Please sign in to comment.