Skip to content

Commit

Permalink
fix: AZURERM_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Apr 4, 2022
1 parent c9c4f91 commit 38b9475
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion kitchen-azurerm.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require "kitchen/driver/azurerm_version"

Gem::Specification.new do |spec|
spec.name = "kitchen-azurerm"
spec.version = KitchenAzureRM::VERSION
spec.version = Kitchen::Driver::AZURERM_VERSION
spec.authors = ["Stuart Preston"]
spec.email = ["stuart@chef.io"]
spec.summary = "Test Kitchen driver for Azure Resource Manager."
Expand Down
5 changes: 5 additions & 0 deletions lib/kitchen/driver/azurerm_version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module Kitchen
module Driver
AZURERM_VERSION = "1.10.3".freeze
end
end
3 changes: 0 additions & 3 deletions lib/kitchen/version.rb

This file was deleted.

0 comments on commit 38b9475

Please sign in to comment.