Skip to content

Commit

Permalink
Merge pull request #71 from gwshaw/69_allow_vendor_specific_tags
Browse files Browse the repository at this point in the history
Update version in gemspec
  • Loading branch information
hornc committed Dec 9, 2015
2 parents 979d2fd + afca6dc commit df72f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apivore.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = 'apivore'
s.version = '1.4.1'
s.date = '2015-10-27'
s.version = '1.4.3'
s.date = '2015-12-08'
s.summary = "Tests your API against its Swagger 2.0 spec"
s.description = "Tests your rails API using its Swagger description of end-points, models, and query parameters."
s.authors = ["Charles Horn"]
Expand Down

0 comments on commit df72f49

Please sign in to comment.