Skip to content

Commit 7af6390

Browse files
committed
Merge pull request #78 from hornc/master
new version 1.5.0
2 parents 02ce1f2 + 01ee50e commit 7af6390

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apivore.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ $:.push File.expand_path("../lib", __FILE__)
22

33
Gem::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'

0 commit comments

Comments
 (0)