mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
refactor set_domain_name to avoid duplicate names when running multiple guests.
This commit is contained in:
@@ -16,6 +16,10 @@ Gem::Specification.new do |gem|
|
||||
gem.require_paths = ['lib']
|
||||
gem.version = VagrantPlugins::ProviderLibvirt::VERSION
|
||||
|
||||
gem.add_development_dependency "rspec-core", "~> 2.12.2"
|
||||
gem.add_development_dependency "rspec-expectations", "~> 2.12.1"
|
||||
gem.add_development_dependency "rspec-mocks", "~> 2.12.1"
|
||||
|
||||
gem.add_runtime_dependency 'fog', '~> 1.15'
|
||||
gem.add_runtime_dependency 'ruby-libvirt', '~> 0.4.0'
|
||||
gem.add_runtime_dependency 'nokogiri', '~> 1.5.9'
|
||||
|
||||
Reference in New Issue
Block a user