Skip to content

Commit

Permalink
Merge pull request #5 from jxson/master
Browse files Browse the repository at this point in the history
Increased yard version
  • Loading branch information
rkh committed Aug 17, 2011
2 parents a395446 + b366ee3 commit 05d5ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yard-sinatra.gemspec
Expand Up @@ -2,11 +2,11 @@ SPEC = Gem::Specification.new do |s|


# Get the facts. # Get the facts.
s.name = "yard-sinatra" 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)." s.description = "Displays Sinatra routes (including comments) in YARD output (part of BigBand)."


# External dependencies # External dependencies
s.add_dependency "yard", "~> 0.6.0" s.add_dependency "yard", "~> 0.7.0"
s.add_development_dependency "rspec", ">= 1.3.0" s.add_development_dependency "rspec", ">= 1.3.0"


# Those should be about the same in any BigBand extension. # Those should be about the same in any BigBand extension.
Expand Down

0 comments on commit 05d5ad3

Please sign in to comment.