From 97659f7639e70ee9bc66800b26e2e81ff1731f47 Mon Sep 17 00:00:00 2001 From: Charles Horn Date: Thu, 14 Jan 2016 11:22:40 +1300 Subject: [PATCH] bump version --- apivore.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apivore.gemspec b/apivore.gemspec index 62460fe..44c712f 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.4.3' - s.date = '2015-12-08' + s.version = '1.4.5' + s.date = '2016-01-14' 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"]