Skip to content

Commit

Permalink
Replace maruku with rdiscount for Markdown library
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 21, 2011
1 parent 92168d3 commit f9aef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion congress.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
gem.add_dependency 'multi_json', '~> 1.0.3'
gem.add_dependency 'rash', '~> 0.3.0'
gem.add_development_dependency 'json', '~> 1.5'
gem.add_development_dependency 'maruku', '~> 0.6'
gem.add_development_dependency 'rake', '~> 0.9'
gem.add_development_dependency 'rdiscount', '~> 1.6'
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'simplecov', '~> 0.4'
gem.add_development_dependency 'webmock', '~> 1.7'
Expand Down

0 comments on commit f9aef67

Please sign in to comment.