This commit is contained in:
Konstantin Haase 2011-08-17 22:23:38 +02:00
Родитель 05d5ad30f3
Коммит 06a4177886
2 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -3,16 +3,10 @@ YARD::Sinatra
This plugin adds [Sinatra](http://sinatrarb.com) routes to [YARD](http://yardoc.org/) output.
BigBand
-------
YARD::Sinatra is part of the [BigBand](http://github.com/rkh/big_band) stack.
Check it out if you are looking for fancy Sinatra extensions.
Usage
-----
Install via gemcutter:
Install via rubygems:
gem install yard-sinatra

Просмотреть файл

@ -3,7 +3,7 @@ SPEC = Gem::Specification.new do |s|
# Get the facts.
s.name = "yard-sinatra"
s.version = "0.5.2"
s.description = "Displays Sinatra routes (including comments) in YARD output (part of BigBand)."
s.description = "Displays Sinatra routes (including comments) in YARD output."
# External dependencies
s.add_dependency "yard", "~> 0.7.0"