Skip to content

Commit

Permalink
Version bump to 2.0.0 pre-release1
Browse files Browse the repository at this point in the history
  • Loading branch information
apuntamb authored and ShimShtein committed Aug 21, 2019
1 parent 4fa396d commit 3700f12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions foreman_azure_rm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Gem::Specification.new do |s|
s.name = 'foreman_azure_rm'
s.version = ForemanAzureRM::VERSION
s.date = Date.today.to_s
s.authors = ['Tyler Gregory']
s.email = ['[email protected]']
s.authors = ['Aditi Puntambekar', 'Shimon Shtein', 'Tyler Gregory']
s.email = ['[email protected]', '[email protected]', '[email protected]']
s.summary = 'Azure Resource Manager as a compute resource for The Foreman'
s.homepage = 'https://github.com/theforeman/foreman_azure_rm'
s.license = 'GPL-3.0'
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 'deface', '< 2.0'
s.add_dependency 'azure_mgmt_resources'
s.add_dependency 'azure_mgmt_network'
s.add_dependency 'azure_mgmt_storage'
s.add_dependency 'azure_mgmt_compute'
s.add_dependency 'azure_mgmt_resources', '~> 0.17.6'
s.add_dependency 'azure_mgmt_network', '~> 0.19.0'
s.add_dependency 'azure_mgmt_storage', '~> 0.17.10'
s.add_dependency 'azure_mgmt_compute', '~> 0.18.7'
s.add_development_dependency 'rubocop'
s.add_dependency 'mocha', '~> 1.2', '>= 1.2.1'
end
4 changes: 2 additions & 2 deletions lib/foreman_azure_rm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanAzureRM
VERSION = '1.3.1'.freeze
end
VERSION = '2.0.0.pre1'.freeze
end

0 comments on commit 3700f12

Please sign in to comment.