Skip to content

Commit 669af00

Browse files
committed
Merge pull request #62 from hornc/master
bump version for release
2 parents e691fc2 + 3830d02 commit 669af00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apivore.gemspec

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

33
Gem::Specification.new do |s|
44
s.name = 'apivore'
5-
s.version = '1.3.1'
6-
s.date = '2015-07-31'
5+
s.version = '1.4.0'
6+
s.date = '2015-10-27'
77
s.summary = "Tests your API against its Swagger 2.0 spec"
88
s.description = "Tests your rails API using its Swagger description of end-points, models, and query parameters."
99
s.authors = ["Charles Horn"]

0 commit comments

Comments
 (0)