Rakefile in yard-slipstream-0.0.0 vs Rakefile in yard-slipstream-0.1.1
- old
+ new
@@ -8,9 +8,11 @@
gem.summary = %Q{Streamlined Navigation for the default yard template}
gem.description = %Q{yard-slipstream is a yard plugin for Yard-0.5.3 and higher. Slipstream gives users an option for faster page navigation in their yard documents. We just want to optimize the most frequent lookups and remove any duplicate info. Other than that its just plain straight Yard, with all the same "look and feel" as the default template.}
gem.email = "dreamcat4@gmail.com"
gem.homepage = "http://github.com/dreamcat4/yard-slipstream"
gem.authors = ["Dreamcat4"]
+ gem.add_dependency 'yard', ">= 0"
+ gem.add_dependency "json", ">= 0"
gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "yard", ">= 0"
gem.add_development_dependency "cucumber", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end