mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Prep for v1.2.1 release
This commit is contained in:
parent
25d8adaf8b
commit
2617fdc48d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
**/*/*.gem
|
||||
**/*/*.sqlite3
|
||||
**/*/public/assets
|
||||
*.swp
|
||||
|
||||
15
Gemfile.lock
15
Gemfile.lock
@ -1,22 +1,22 @@
|
||||
PATH
|
||||
remote: ./rswag-api
|
||||
remote: rswag-api
|
||||
specs:
|
||||
rswag-api (1.2.0)
|
||||
rswag-api (1.2.1)
|
||||
rails (>= 3.1, < 5.1)
|
||||
|
||||
PATH
|
||||
remote: ./rswag-specs
|
||||
remote: rswag-specs
|
||||
specs:
|
||||
rswag-specs (1.2.0)
|
||||
rswag-specs (1.2.1)
|
||||
json (~> 1.8)
|
||||
json-schema (~> 2.2)
|
||||
rails (>= 3.1, < 5.1)
|
||||
rspec-rails (>= 2.14, < 4)
|
||||
|
||||
PATH
|
||||
remote: ./rswag-ui
|
||||
remote: rswag-ui
|
||||
specs:
|
||||
rswag-ui (1.2.0)
|
||||
rswag-ui (1.2.1)
|
||||
rails (>= 3.1, < 5.1)
|
||||
|
||||
GEM
|
||||
@ -172,3 +172,6 @@ DEPENDENCIES
|
||||
test-unit
|
||||
therubyracer
|
||||
uglifier
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Rswag
|
||||
module Api
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Rswag
|
||||
module Specs
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
module Rswag
|
||||
module Ui
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
end
|
||||
end
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Rswag
|
||||
VERSION = '1.2.0'
|
||||
VERSION = '1.2.1'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user