From 2617fdc48d5bec6c07f751d7b077ebde541dfd2e Mon Sep 17 00:00:00 2001 From: domaindrivendev Date: Thu, 23 Feb 2017 18:47:38 -0800 Subject: [PATCH] Prep for v1.2.1 release --- .gitignore | 1 + Gemfile.lock | 15 +++++++++------ rswag-api/lib/rswag/api/version.rb | 2 +- rswag-specs/lib/rswag/specs/version.rb | 2 +- rswag-ui/lib/rswag/ui/version.rb | 2 +- rswag/lib/rswag/version.rb | 2 +- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 8bfce63..d688e03 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/*/*.gem **/*/*.sqlite3 **/*/public/assets +*.swp diff --git a/Gemfile.lock b/Gemfile.lock index 5afb841..4fd4aa7 100644 --- a/Gemfile.lock +++ b/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 diff --git a/rswag-api/lib/rswag/api/version.rb b/rswag-api/lib/rswag/api/version.rb index 95b49f0..ca2a0e8 100644 --- a/rswag-api/lib/rswag/api/version.rb +++ b/rswag-api/lib/rswag/api/version.rb @@ -1,5 +1,5 @@ module Rswag module Api - VERSION = '1.2.0' + VERSION = '1.2.1' end end diff --git a/rswag-specs/lib/rswag/specs/version.rb b/rswag-specs/lib/rswag/specs/version.rb index ab6aa48..fe728f1 100644 --- a/rswag-specs/lib/rswag/specs/version.rb +++ b/rswag-specs/lib/rswag/specs/version.rb @@ -1,5 +1,5 @@ module Rswag module Specs - VERSION = '1.2.0' + VERSION = '1.2.1' end end diff --git a/rswag-ui/lib/rswag/ui/version.rb b/rswag-ui/lib/rswag/ui/version.rb index 29631fb..9079487 100644 --- a/rswag-ui/lib/rswag/ui/version.rb +++ b/rswag-ui/lib/rswag/ui/version.rb @@ -1,5 +1,5 @@ module Rswag module Ui - VERSION = '1.2.0' + VERSION = '1.2.1' end end diff --git a/rswag/lib/rswag/version.rb b/rswag/lib/rswag/version.rb index dcd66b1..19b73a9 100644 --- a/rswag/lib/rswag/version.rb +++ b/rswag/lib/rswag/version.rb @@ -1,3 +1,3 @@ module Rswag - VERSION = '1.2.0' + VERSION = '1.2.1' end