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 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = "grape-swagger"
8
- s . version = "0.5 .0"
8
+ s . version = "0.6 .0"
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-03-28 "
12
+ s . date = "2013-06-19 "
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 = [
@@ -19,6 +19,8 @@ Gem::Specification.new do |s|
19
19
s . files = [
20
20
".document" ,
21
21
".rvmrc" ,
22
+ ".travis.yml" ,
23
+ "CHANGELOG.markdown" ,
22
24
"Gemfile" ,
23
25
"Gemfile.lock" ,
24
26
"LICENSE.txt" ,
@@ -27,6 +29,7 @@ Gem::Specification.new do |s|
27
29
"VERSION" ,
28
30
"grape-swagger.gemspec" ,
29
31
"lib/grape-swagger.rb" ,
32
+ "spec/default_api_spec.rb" ,
30
33
"spec/grape-swagger-helper_spec.rb" ,
31
34
"spec/grape-swagger_spec.rb" ,
32
35
"spec/non_default_api_spec.rb" ,
You can’t perform that action at this time.
0 commit comments