Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
increase yard version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Campbell committed Aug 17, 2011
1 parent a395446 commit b366ee3
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.
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.
Expand Down

0 comments on commit b366ee3

Please sign in to comment.