Skip to content

Commit

Permalink
Merge pull request supermatter#3 from MattCottingham/master
Browse files Browse the repository at this point in the history
Replace gem manifest with bundler
  • Loading branch information
tonydewan committed Nov 12, 2011
2 parents 57dbd7d + 7f344c6 commit 94c9bd7
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .gems

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.DS_Store
.bundle
6 changes: 6 additions & 0 deletions Gemfile
@@ -0,0 +1,6 @@
source :gemcutter
gem 'sinatra', '1.0'
gem 'json', '1.2.0'
gem 'pony', '1.0'
gem 'octopussy', '0.2.3'
gem 'mustache', '0.11.2'
37 changes: 37 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,37 @@
GEM
remote: http://rubygems.org/
specs:
crack (0.3.1)
hashie (0.2.2)
httparty (0.4.5)
crack (>= 0.1.1)
i18n (0.6.0)
json (1.2.0)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
mustache (0.11.2)
octopussy (0.2.3)
hashie (~> 0.2.0)
httparty (~> 0.4.5)
polyglot (0.3.3)
pony (1.0)
mail (> 2.0)
rack (1.3.5)
sinatra (1.0)
rack (>= 1.0)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)

PLATFORMS
ruby

DEPENDENCIES
json (= 1.2.0)
mustache (= 0.11.2)
octopussy (= 0.2.3)
pony (= 1.0)
sinatra (= 1.0)
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -20,7 +20,7 @@ If you want to roll your own, *reviewthis* is set up to be easily deployed to [h
git clone git@github.com:supermatter/reviewthis.git
cd reviewthis/
heroku create
heroku addons:add sendgrid:free
heroku addons:add sendgrid:starter
git push heroku master

Now, just take the app name that heroku created for you, and set it as a [Post-Receive URL](http://help.github.com/post-receive-hooks/) for your repo. **You're all set!**
Expand Down

0 comments on commit 94c9bd7

Please sign in to comment.