Prep for v1.2.0 release

This commit is contained in:
richie 2017-01-08 07:51:24 -08:00
parent 32a7ab8234
commit 77d4cbe0ea
5 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
PATH PATH
remote: ./rswag-api remote: ./rswag-api
specs: specs:
rswag-api (1.1.0) rswag-api (1.2.0)
rails (>= 3.1, < 5.1) rails (>= 3.1, < 5.1)
PATH PATH
remote: ./rswag-specs remote: ./rswag-specs
specs: specs:
rswag-specs (1.1.0) rswag-specs (1.2.0)
json-schema (~> 2.2) json-schema (~> 2.2)
rails (>= 3.1, < 5.1) rails (>= 3.1, < 5.1)
rspec-rails (>= 2.14, < 4) rspec-rails (>= 2.14, < 4)
@ -15,7 +15,7 @@ PATH
PATH PATH
remote: ./rswag-ui remote: ./rswag-ui
specs: specs:
rswag-ui (1.1.0) rswag-ui (1.2.0)
rails (>= 3.1, < 5.1) rails (>= 3.1, < 5.1)
GEM GEM

View File

@ -1,5 +1,5 @@
module Rswag module Rswag
module Api module Api
VERSION = '1.1.0' VERSION = '1.2.0'
end end
end end

View File

@ -1,5 +1,5 @@
module Rswag module Rswag
module Specs module Specs
VERSION = '1.1.0' VERSION = '1.2.0'
end end
end end

View File

@ -1,5 +1,5 @@
module Rswag module Rswag
module Ui module Ui
VERSION = '1.1.0' VERSION = '1.2.0'
end end
end end

View File

@ -1,3 +1,3 @@
module Rswag module Rswag
VERSION = '1.1.0' VERSION = '1.2.0'
end end