Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds rdiscount for markdown parsing in haml
  • Loading branch information
cdidyk committed Jul 21, 2012
1 parent 6f1dbc5 commit 0dceec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -6,7 +6,8 @@ gem 'actionmailer', '~> 3.2.0' # for sending registration/payment confirmation
gem 'mongoid', '~> 3.0.0'
gem 'capistrano'
gem 'haml'
gem 'stripe' # for payment processing
gem 'rdiscount' # for markdown in haml views
gem 'stripe' # for payment processing
gem 'coffee-script'
gem 'unicorn'

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -73,6 +73,7 @@ GEM
rack-test (0.6.1)
rack (>= 1.0)
raindrops (0.8.0)
rdiscount (1.6.8)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
Expand Down Expand Up @@ -122,6 +123,7 @@ DEPENDENCIES
haml
mongoid (~> 3.0.0)
rack-test
rdiscount
rspec
sinatra
sinatra-contrib
Expand Down

0 comments on commit 0dceec0

Please sign in to comment.