Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modify gemspec with new dependencies (redcarpet, nokogiri, pygments)
  • Loading branch information
dmac committed Feb 12, 2012
1 parent b829bf6 commit 341d905
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions markdown_doctor.gemspec
Expand Up @@ -14,10 +14,9 @@ Gem::Specification.new do |s|
s.rubyforge_project = "markdown_doctor"

s.executables = %w(markdown_doctor)
s.files = %w(
README.md
markdown_doctor.gemspec
bin/markdown_doctor
)
s.add_dependency("redcarpet", ">=1.13.1")
s.files = `git ls-files`.split("\n")

s.add_dependency("nokogiri", "~> 1.5.0")
s.add_dependency("pygments.rb", "~> 0.2.4")
s.add_dependency("redcarpet", "~> 2.1.0")
end

0 comments on commit 341d905

Please sign in to comment.