diff --git a/Gemfile.lock b/Gemfile.lock index 5f1b2a3..838f24b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/bin/release_gem.rb b/bin/release_gem.rb index f7ed9b2..f980eef 100755 --- a/bin/release_gem.rb +++ b/bin/release_gem.rb @@ -61,8 +61,8 @@ def run_and_print(cmd) đŸ”¢version in `RSpec::Abq::VERSION is the same as the latest version. do you want to ... 1: bump the PATCH version %{major}.%{minor}.%{bumped_patch} - 2: bump the MINOR version %{major}.%{bumped_minor}.%{patch} - 3: bump the MAJOR version %{bumped_major}.%{minor}.%{patch} + 2: bump the MINOR version %{major}.%{bumped_minor}.0 + 3: bump the MAJOR version %{bumped_major}.0.0 (1/2/3): VERSION_PROMPT diff --git a/gemfiles/rspec-3.10.gemfile.lock b/gemfiles/rspec-3.10.gemfile.lock index e1b4fd3..5c8d313 100644 --- a/gemfiles/rspec-3.10.gemfile.lock +++ b/gemfiles/rspec-3.10.gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/gemfiles/rspec-3.11.gemfile.lock b/gemfiles/rspec-3.11.gemfile.lock index 544109a..ef22725 100644 --- a/gemfiles/rspec-3.11.gemfile.lock +++ b/gemfiles/rspec-3.11.gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/gemfiles/rspec-3.12.gemfile.lock b/gemfiles/rspec-3.12.gemfile.lock index 517c82e..697b744 100644 --- a/gemfiles/rspec-3.12.gemfile.lock +++ b/gemfiles/rspec-3.12.gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/gemfiles/rspec-3.13.gemfile.lock b/gemfiles/rspec-3.13.gemfile.lock index cd9afc5..de6c7ac 100644 --- a/gemfiles/rspec-3.13.gemfile.lock +++ b/gemfiles/rspec-3.13.gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/gemfiles/rspec-3.8.gemfile.lock b/gemfiles/rspec-3.8.gemfile.lock index d589cb9..622b463 100644 --- a/gemfiles/rspec-3.8.gemfile.lock +++ b/gemfiles/rspec-3.8.gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/gemfiles/rspec-3.9.gemfile.lock b/gemfiles/rspec-3.9.gemfile.lock index b9cef14..766b41c 100644 --- a/gemfiles/rspec-3.9.gemfile.lock +++ b/gemfiles/rspec-3.9.gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: .. specs: - rspec-abq (1.1.5) + rspec-abq (1.2.0) rspec-core (>= 3.8.0, < 3.14.0) GEM diff --git a/lib/rspec/abq/version.rb b/lib/rspec/abq/version.rb index 393e3b5..00b2fff 100644 --- a/lib/rspec/abq/version.rb +++ b/lib/rspec/abq/version.rb @@ -1,6 +1,6 @@ module RSpec module Abq # current version! - VERSION = "1.1.5" + VERSION = "1.2.0" end end