Skip to content

Commit

Permalink
Update version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Jun 7, 2019
1 parent 741e36d commit eb8923d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.9.0" if not @value
self.value = ::Gem::Version.new "5.0.0" if not @value
@value
end

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.9.0)
kitchen-terraform (5.0.0)
dry-validation (~> 0.13)
inspec (~> 4.0)
json (~> 2.2)
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.9.0)
kitchen-terraform (5.0.0)
dry-validation (~> 0.13)
inspec (~> 4.0)
json (~> 2.2)
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.9.0)
kitchen-terraform (5.0.0)
dry-validation (~> 0.13)
inspec (~> 4.0)
json (~> 2.2)
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.9.0"
::Gem::Version.new "5.0.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.9.0"
expect(subject.instance_variable_get(:@plugin_version)).to eq "5.0.0"
end
end

Expand Down

0 comments on commit eb8923d

Please sign in to comment.