Skip to content

Commit

Permalink
prepare release v1.2.0 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
doxavore authored Mar 1, 2024
1 parent f2431b7 commit 67dce75
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions bin/release_gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.11.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.12.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.13.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.8.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec-3.9.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/abq/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module RSpec
module Abq
# current version!
VERSION = "1.1.5"
VERSION = "1.2.0"
end
end

0 comments on commit 67dce75

Please sign in to comment.