Merge pull request #5 from jxson/master

Increased yard version
This commit is contained in:
Konstantin Haase 2011-08-17 13:15:01 -07:00
Родитель a395446494 b366ee3dbd
Коммит 05d5ad30f3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2,11 +2,11 @@ SPEC = Gem::Specification.new do |s|
# Get the facts.
s.name = "yard-sinatra"
s.version = "0.5.1"
s.version = "0.5.2"
s.description = "Displays Sinatra routes (including comments) in YARD output (part of BigBand)."
# External dependencies
s.add_dependency "yard", "~> 0.6.0"
s.add_dependency "yard", "~> 0.7.0"
s.add_development_dependency "rspec", ">= 1.3.0"
# Those should be about the same in any BigBand extension.