File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 55
66Gem ::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 = "tim.vandecasteele@gmail.com"
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" ,
You can’t perform that action at this time.
0 commit comments