Skip to content

Commit

Permalink
Added heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
chendo committed Apr 13, 2012
1 parent 5bbaa38 commit cb15174
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -1,4 +1,7 @@
source "http://rubygems.org"

gem 'sinatra' gem 'sinatra'
gem 'sinatra-contrib' gem 'sinatra-contrib'
gem 'metlinkr', :git => 'https://github.com/chendo/metlinkr.git' gem 'metlinkr', :git => 'https://github.com/chendo/metlinkr.git'
gem 'json' gem 'json'
gem 'heroku'
12 changes: 12 additions & 0 deletions Gemfile.lock
Expand Up @@ -7,6 +7,7 @@ GIT
nokogiri nokogiri


GEM GEM
remote: http://rubygems.org/
specs: specs:
addressable (2.2.7) addressable (2.2.7)
backports (2.5.1) backports (2.5.1)
Expand All @@ -26,7 +27,14 @@ GEM
unf (~> 0.0.3) unf (~> 0.0.3)
eventmachine (0.12.10) eventmachine (0.12.10)
ffi (1.0.11) ffi (1.0.11)
heroku (2.24.1)
launchy (>= 0.3.2)
netrc (~> 0.7.1)
rest-client (~> 1.6.1)
rubyzip
json (1.4.6) json (1.4.6)
launchy (2.1.0)
addressable (~> 2.2.6)
libwebsocket (0.1.3) libwebsocket (0.1.3)
addressable addressable
mechanize (2.3) mechanize (2.3)
Expand All @@ -41,13 +49,16 @@ GEM
multi_json (1.2.0) multi_json (1.2.0)
net-http-digest_auth (1.2) net-http-digest_auth (1.2)
net-http-persistent (2.6) net-http-persistent (2.6)
netrc (0.7.1)
nokogiri (1.5.2) nokogiri (1.5.2)
ntlm-http (0.1.1) ntlm-http (0.1.1)
rack (1.4.1) rack (1.4.1)
rack-protection (1.2.0) rack-protection (1.2.0)
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.7) rubyzip (0.9.7)
selenium-webdriver (2.21.0) selenium-webdriver (2.21.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
Expand Down Expand Up @@ -78,6 +89,7 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
heroku
json json
metlinkr! metlinkr!
sinatra sinatra
Expand Down

0 comments on commit cb15174

Please sign in to comment.