File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ $:.push File.expand_path("../lib", __FILE__)
22
33Gem ::Specification . new do |s |
44 s . name = 'apivore'
5- s . version = '1.4.5 '
6- s . date = '2016-01-14 '
7- s . summary = "Tests your API against its Swagger 2.0 spec"
8- s . description = "Tests your rails API using its Swagger description of end-points, models, and query parameters."
5+ s . version = '1.5.0 '
6+ s . date = '2016-02-24 '
7+ s . summary = "Tests your API against its OpenAPI ( Swagger) 2.0 spec"
8+ s . description = "Tests your rails API using its OpenAPI ( Swagger) description of end-points, models, and query parameters."
99 s . authors = [ "Charles Horn" ]
1010 s . email = 'charles.horn@gmail.com'
1111 s . files = [ 'lib/apivore.rb' , 'data/swagger_2.0_schema.json' , 'data/draft04_schema.json' ]
1212 s . files += Dir [ 'lib/apivore/*.rb' ]
1313 s . files += Dir [ 'data/custom_schemata/*.json' ]
1414 s . homepage = 'http://github.com/westfieldlabs/apivore'
15- s . licenses = [ 'Apache 2.0' , 'MIT' ]
15+ s . licenses = [ 'Apache 2.0' ]
1616
1717 s . add_runtime_dependency 'json-schema' , '~> 2.5'
1818 s . add_runtime_dependency 'rspec' , '~> 3'
You can’t perform that action at this time.
0 commit comments