From 3830d02081876089b2617b721efd19132d2c45f4 Mon Sep 17 00:00:00 2001 From: Charles Horn Date: Tue, 27 Oct 2015 15:26:42 +1300 Subject: [PATCH] bump version for release --- apivore.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apivore.gemspec b/apivore.gemspec index 3cb9409..bcbea2c 100644 --- a/apivore.gemspec +++ b/apivore.gemspec @@ -2,8 +2,8 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = 'apivore' - s.version = '1.3.1' - s.date = '2015-07-31' + s.version = '1.4.0' + s.date = '2015-10-27' 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"]