Skip to content

Commit

Permalink
Regenerate gemspec for version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Vandecasteele committed Feb 6, 2014
1 parent 99c9c98 commit ef40b78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions grape-swagger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "grape-swagger"
s.version = "0.7.1"
s.version = "0.7.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Vandecasteele"]
s.date = "2014-02-04"
s.date = "2014-02-06"
s.description = "A simple way to add proper auto generated documentation - that can be displayed with swagger - to your inline described grape API"
s.email = "[email protected]"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -38,7 +38,9 @@ Gem::Specification.new do |s|
"spec/hide_api_spec.rb",
"spec/non_default_api_spec.rb",
"spec/simple_mounted_api_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb",
"test/config.ru",
"test/nested_api.rb"
]
s.homepage = "http://github.com/tim-vandecasteele/grape-swagger"
s.licenses = ["MIT"]
Expand Down

0 comments on commit ef40b78

Please sign in to comment.