Skip to content

Commit 997b4c4

Browse files
author
Tim Vandecasteele
committed
Regenerate gemspec for version 0.6.0
1 parent 8b1b79c commit 997b4c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

grape-swagger.gemspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = "grape-swagger"
8-
s.version = "0.5.0"
8+
s.version = "0.6.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Tim Vandecasteele"]
12-
s.date = "2013-03-28"
12+
s.date = "2013-06-19"
1313
s.description = "A simple way to add proper auto generated documentation - that can be displayed with swagger - to your inline described grape API"
1414
s.email = "[email protected]"
1515
s.extra_rdoc_files = [
@@ -19,6 +19,8 @@ Gem::Specification.new do |s|
1919
s.files = [
2020
".document",
2121
".rvmrc",
22+
".travis.yml",
23+
"CHANGELOG.markdown",
2224
"Gemfile",
2325
"Gemfile.lock",
2426
"LICENSE.txt",
@@ -27,6 +29,7 @@ Gem::Specification.new do |s|
2729
"VERSION",
2830
"grape-swagger.gemspec",
2931
"lib/grape-swagger.rb",
32+
"spec/default_api_spec.rb",
3033
"spec/grape-swagger-helper_spec.rb",
3134
"spec/grape-swagger_spec.rb",
3235
"spec/non_default_api_spec.rb",

0 commit comments

Comments
 (0)