Skip to content

Commit 0ccda01

Browse files
authored
Merge pull request #104 from ashoda/bump_version
Bump version to 1.6.2
2 parents c32bd11 + 0cb3d1e commit 0ccda01

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apivore.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$:.push File.expand_path("../lib", __FILE__)
2+
require 'apivore/version'
23

34
Gem::Specification.new do |s|
45
s.name = 'apivore'
5-
s.version = '1.6.1'
6-
s.date = '2016-02-24'
6+
s.version = Apivore::VERSION
77
s.summary = "Tests your API against its OpenAPI (Swagger) 2.0 spec"
88
s.description = "Tests your rails API using its OpenAPI (Swagger) description of end-points, models, and query parameters."
99
s.authors = ["Charles Horn"]

lib/apivore/version.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module Apivore
2+
VERSION = "1.6.2"
3+
end

0 commit comments

Comments
 (0)