mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 23:06:41 +00:00
Prep for 1.3.0
This commit is contained in:
parent
1de29136ef
commit
e40c5fc26e
@ -1,13 +1,13 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: rswag-api
|
remote: rswag-api
|
||||||
specs:
|
specs:
|
||||||
rswag-api (1.2.1)
|
rswag-api (1.3.0)
|
||||||
rails (>= 3.1, < 5.2)
|
rails (>= 3.1, < 5.2)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: rswag-specs
|
remote: rswag-specs
|
||||||
specs:
|
specs:
|
||||||
rswag-specs (1.2.1)
|
rswag-specs (1.3.0)
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
json-schema (~> 2.2)
|
json-schema (~> 2.2)
|
||||||
rails (>= 3.1, < 5.2)
|
rails (>= 3.1, < 5.2)
|
||||||
@ -16,7 +16,7 @@ PATH
|
|||||||
PATH
|
PATH
|
||||||
remote: rswag-ui
|
remote: rswag-ui
|
||||||
specs:
|
specs:
|
||||||
rswag-ui (1.2.1)
|
rswag-ui (1.3.0)
|
||||||
rails (>= 3.1, < 5.2)
|
rails (>= 3.1, < 5.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
module Rswag
|
module Rswag
|
||||||
module Api
|
module Api
|
||||||
VERSION = '1.2.1'
|
VERSION = '1.3.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
module Rswag
|
module Rswag
|
||||||
module Specs
|
module Specs
|
||||||
VERSION = '1.2.1'
|
VERSION = '1.3.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
module Rswag
|
module Rswag
|
||||||
module Ui
|
module Ui
|
||||||
VERSION = '1.2.1'
|
VERSION = '1.3.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module Rswag
|
module Rswag
|
||||||
VERSION = '1.2.1'
|
VERSION = '1.3.0'
|
||||||
end
|
end
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
gemfile = File.expand_path('../../../../Gemfile', __FILE__)
|
gemfile = File.expand_path('../../../Gemfile', __FILE__)
|
||||||
|
|
||||||
if File.exist?(gemfile)
|
if File.exist?(gemfile)
|
||||||
ENV['BUNDLE_GEMFILE'] = gemfile
|
ENV['BUNDLE_GEMFILE'] = gemfile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user