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|
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-06-19 "
12+ s . date = "2013-06-23 "
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 = "tim.vandecasteele@gmail.com"
1515 s . extra_rdoc_files = [
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
1818 ]
1919 s . files = [
2020 ".document" ,
21+ ".rspec" ,
2122 ".rvmrc" ,
2223 ".travis.yml" ,
2324 "CHANGELOG.markdown" ,
@@ -30,7 +31,7 @@ Gem::Specification.new do |s|
3031 "grape-swagger.gemspec" ,
3132 "lib/grape-swagger.rb" ,
3233 "spec/default_api_spec.rb" ,
33- "spec/grape-swagger-helper_spec .rb" ,
34+ "spec/grape-swagger_helper_spec .rb" ,
3435 "spec/grape-swagger_spec.rb" ,
3536 "spec/non_default_api_spec.rb" ,
3637 "spec/simple_mounted_api_spec.rb" ,
You can’t perform that action at this time.
0 commit comments