File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Tim Vandecasteele" ]
12
- s . date = "2013-06-19 "
12
+ s . date = "2013-06-23 "
13
13
s . description = "A simple way to add proper auto generated documentation - that can be displayed with swagger - to your inline described grape API"
14
14
15
15
s . extra_rdoc_files = [
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
18
18
]
19
19
s . files = [
20
20
".document" ,
21
+ ".rspec" ,
21
22
".rvmrc" ,
22
23
".travis.yml" ,
23
24
"CHANGELOG.markdown" ,
@@ -30,7 +31,7 @@ Gem::Specification.new do |s|
30
31
"grape-swagger.gemspec" ,
31
32
"lib/grape-swagger.rb" ,
32
33
"spec/default_api_spec.rb" ,
33
- "spec/grape-swagger-helper_spec .rb" ,
34
+ "spec/grape-swagger_helper_spec .rb" ,
34
35
"spec/grape-swagger_spec.rb" ,
35
36
"spec/non_default_api_spec.rb" ,
36
37
"spec/simple_mounted_api_spec.rb" ,
You can’t perform that action at this time.
0 commit comments