diff --git a/foreman_azure_rm.gemspec b/foreman_azure_rm.gemspec index 23bcb2d..7498a48 100644 --- a/foreman_azure_rm.gemspec +++ b/foreman_azure_rm.gemspec @@ -13,6 +13,6 @@ Gem::Specification.new do |s| s.files = Dir['{app,config,db,lib,locale}/**/*'] + ['LICENSE', 'Rakefile', 'README.md'] s.description = 'This gem provides Azure Resource Manager as a compute resource for The Foreman' - s.add_dependency 'fog-azure-rm', '0.3.0' + s.add_dependency 'fog-azure-rm-downgraded', '0.3.0' s.add_dependency 'deface', '< 2.0' end \ No newline at end of file diff --git a/lib/foreman_azure_rm/version.rb b/lib/foreman_azure_rm/version.rb index c5a47c7..737492a 100644 --- a/lib/foreman_azure_rm/version.rb +++ b/lib/foreman_azure_rm/version.rb @@ -1,3 +1,3 @@ module ForemanAzureRM - VERSION = '1.0.0' + VERSION = '1.1.0' end \ No newline at end of file