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/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