Skip to content

Commit

Permalink
add development dependencies for new template implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Aug 25, 2011
1 parent 4d3b77a commit 0041d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tilt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ Gem::Specification.new do |s|
s.add_development_dependency 'creole'
s.add_development_dependency 'kramdown'
s.add_development_dependency 'redcarpet'
s.add_development_dependency 'creole'
s.add_development_dependency 'yajl-ruby'
s.add_development_dependency 'wikicloth'
s.add_development_dependency 'redcarpet'
s.add_development_dependency 'kramdown'

s.homepage = "http://github.com/rtomayko/tilt/"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tilt", "--main", "Tilt"]
Expand Down

0 comments on commit 0041d67

Please sign in to comment.