We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a01759 commit 5b544c3Copy full SHA for 5b544c3
apivore.gemspec
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
3
Gem::Specification.new do |s|
4
s.name = 'apivore'
5
- s.version = '1.6.0'
+ s.version = '1.6.1'
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."
0 commit comments