Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update version to 4.8.0 (#334)
Browse files Browse the repository at this point in the history
* Update version to 4.8.0

* Update configurable_examples.rb

* Update version.rb

* Update Gemfile.locks
  • Loading branch information
aaron-lane authored Apr 14, 2019
1 parent 943805d commit 5a5347d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/kitchen/terraform/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def temporarily_override(version:)

# @api private
def value
self.value = ::Gem::Version.new "4.7.0" if not @value
self.value = ::Gem::Version.new "4.8.0" if not @value
@value
end

Expand Down
2 changes: 1 addition & 1 deletion ruby-2.3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
kitchen-terraform (4.7.0)
kitchen-terraform (4.8.0)
dry-types (~> 0.14.0)
dry-validation (= 0.13.0)
inspec (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby-2.4/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
kitchen-terraform (4.7.0)
kitchen-terraform (4.8.0)
dry-types (~> 0.14.0)
dry-validation (= 0.13.0)
inspec (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby-2.5/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
kitchen-terraform (4.7.0)
kitchen-terraform (4.8.0)
dry-types (~> 0.14.0)
dry-validation (= 0.13.0)
inspec (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion ruby-2.6/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
kitchen-terraform (4.7.0)
kitchen-terraform (4.8.0)
dry-types (~> 0.14.0)
dry-validation (= 0.13.0)
inspec (~> 3.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/kitchen/terraform/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
end

let :version do
::Gem::Version.new "4.7.0"
::Gem::Version.new "4.8.0"
end

describe ".assign_plugin_version" do
Expand Down
2 changes: 1 addition & 1 deletion spec/support/kitchen/terraform/configurable_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
end

it "equals the gem version" do
expect(subject.instance_variable_get(:@plugin_version)).to eq "4.7.0"
expect(subject.instance_variable_get(:@plugin_version)).to eq "4.8.0"
end
end

Expand Down

0 comments on commit 5a5347d

Please sign in to comment.