mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
Prep for v1.1.0 release
This commit is contained in:
parent
99be8135f7
commit
471dff5e34
@ -1,13 +1,13 @@
|
||||
PATH
|
||||
remote: ./rswag-api
|
||||
specs:
|
||||
rswag-api (1.0.3)
|
||||
rswag-api (1.1.0)
|
||||
rails (>= 3.1, < 5.1)
|
||||
|
||||
PATH
|
||||
remote: ./rswag-specs
|
||||
specs:
|
||||
rswag-specs (1.0.3)
|
||||
rswag-specs (1.1.0)
|
||||
json-schema (~> 2.2)
|
||||
rails (>= 3.1, < 5.1)
|
||||
rspec-rails (>= 2.14, < 4)
|
||||
@ -15,7 +15,7 @@ PATH
|
||||
PATH
|
||||
remote: ./rswag-ui
|
||||
specs:
|
||||
rswag-ui (1.0.3)
|
||||
rswag-ui (1.1.0)
|
||||
rails (>= 3.1, < 5.1)
|
||||
|
||||
GEM
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Rswag
|
||||
module Api
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.1.0'
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Rswag
|
||||
module Specs
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.1.0'
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Rswag
|
||||
module Ui
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.1.0'
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Rswag
|
||||
VERSION = '1.0.3'
|
||||
VERSION = '1.1.0'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user