Skip to content

Commit

Permalink
Use maruku instead of rdiscount for compatibility with JRuby and Rubi…
Browse files Browse the repository at this point in the history
…nius in 1.9 mode
  • Loading branch information
sferik committed Mar 13, 2012
1 parent a7c242b commit f487312
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gems.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
require File.expand_path('../lib/gems/version', __FILE__)

Gem::Specification.new do |gem|
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'
gem.add_development_dependency 'yard', '~> 0.7'
gem.add_development_dependency 'maruku'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'yard'
gem.authors = ["Erik Michaels-Ober"]
gem.description = %q{Ruby wrapper for the RubyGems.org API}
gem.email = ['[email protected]']
Expand Down

0 comments on commit f487312

Please sign in to comment.