Prep for 1.3.0

This commit is contained in:
domaindrivendev 2017-05-19 11:23:03 -07:00
parent 1de29136ef
commit e40c5fc26e
6 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
PATH
remote: rswag-api
specs:
rswag-api (1.2.1)
rswag-api (1.3.0)
rails (>= 3.1, < 5.2)
PATH
remote: rswag-specs
specs:
rswag-specs (1.2.1)
rswag-specs (1.3.0)
json (~> 1.8)
json-schema (~> 2.2)
rails (>= 3.1, < 5.2)
@ -16,7 +16,7 @@ PATH
PATH
remote: rswag-ui
specs:
rswag-ui (1.2.1)
rswag-ui (1.3.0)
rails (>= 3.1, < 5.2)
GEM

View File

@ -1,5 +1,5 @@
module Rswag
module Api
VERSION = '1.2.1'
VERSION = '1.3.0'
end
end

View File

@ -1,5 +1,5 @@
module Rswag
module Specs
VERSION = '1.2.1'
VERSION = '1.3.0'
end
end

View File

@ -1,5 +1,5 @@
module Rswag
module Ui
VERSION = '1.2.1'
VERSION = '1.3.0'
end
end

View File

@ -1,3 +1,3 @@
module Rswag
VERSION = '1.2.1'
VERSION = '1.3.0'
end

View File

@ -1,5 +1,5 @@
require 'rubygems'
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
gemfile = File.expand_path('../../../Gemfile', __FILE__)
if File.exist?(gemfile)
ENV['BUNDLE_GEMFILE'] = gemfile
@ -7,4 +7,4 @@ if File.exist?(gemfile)
Bundler.setup
end
$:.unshift File.expand_path('../../../../lib', __FILE__)
$:.unshift File.expand_path('../../../../lib', __FILE__)