Skip to content

Commit

Permalink
adding heroku gem
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jan 12, 2012
1 parent 87c269a commit f4be1aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,3 +2,4 @@ source 'http://rubygems.org'
gem 'sinatra'
gem 'neography'
gem 'haml'
gem 'heroku'
13 changes: 13 additions & 0 deletions Gemfile.lock
@@ -1,11 +1,20 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
crack (0.1.8)
haml (3.1.4)
heroku (2.17.0)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
httparty (0.7.8)
crack (= 0.1.8)
json (1.6.4)
launchy (2.0.5)
addressable (~> 2.2.6)
mime-types (1.17.2)
neography (0.0.20)
httparty (~> 0.7.8)
json
Expand All @@ -17,17 +26,21 @@ GEM
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.5)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
term-ansicolor (1.0.7)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
haml
heroku
neography
sinatra

0 comments on commit f4be1aa

Please sign in to comment.