Skip to content
This repository was archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Modifies config for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 16, 2013
1 parent d98ad79 commit 51d518a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 13 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source :rubygems

gem 'pygmentize'
gem 'jekyll'
gem 'redcarpet'
gem 'heroku'
gem 'foreman'
50 changes: 39 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,58 @@
GEM
remote: http://rubygems.org/
specs:
albino (1.3.3)
posix-spawn (>= 0.3.6)
addressable (2.3.4)
classifier (1.3.3)
fast-stemmer (>= 1.0.0)
directory_watcher (1.4.1)
fast-stemmer (1.0.0)
jekyll (0.11.2)
albino (~> 1.3)
directory_watcher (1.5.1)
dotenv (0.7.0)
excon (0.20.1)
fast-stemmer (1.0.2)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
heroku (2.37.2)
heroku-api (~> 0.3.7)
launchy (>= 0.3.2)
netrc (~> 0.7.7)
rest-client (~> 1.6.1)
rubyzip
heroku-api (0.3.9)
excon (~> 0.20.1)
jekyll (0.12.1)
classifier (~> 1.3)
directory_watcher (~> 1.1)
kramdown (~> 0.13)
kramdown (~> 0.14)
liquid (~> 2.3)
maruku (~> 0.5)
kramdown (0.13.4)
liquid (2.3.0)
maruku (0.6.0)
pygments.rb (~> 0.3.2)
kramdown (0.14.2)
launchy (2.2.0)
addressable (~> 2.3)
liquid (2.5.0)
maruku (0.6.1)
syntax (>= 1.0.0)
mime-types (1.22)
netrc (0.7.7)
posix-spawn (0.3.6)
redcarpet (2.1.1)
pygmentize (0.0.3)
pygments.rb (0.3.7)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
redcarpet (2.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.9)
syntax (1.0.0)
thor (0.18.1)
yajl-ruby (1.1.0)

PLATFORMS
ruby

DEPENDENCIES
foreman
heroku
jekyll
pygmentize
redcarpet
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: bundle exec jekyll --server -p $PORT
web: bundle exec jekyll --server $PORT
2 changes: 1 addition & 1 deletion _posts/2012-05-01-the-cfp-ended-now-what.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ We ended the CFP last Friday night with an incredible amount of proposals.
Last year, in 2011, we received 17 proposals. This year, we've had 52 proposals.
The team will meet this very week and we will contact everybody starting this weekend.

Thanks for your patience and for being so awesome. <3
Thanks for your patience and for being so awesome.

0 comments on commit 51d518a

Please sign in to comment.