vagrant-vcloud.gemspec in vagrant-vcloud-0.4.2 vs vagrant-vcloud.gemspec in vagrant-vcloud-0.4.3
- old
+ new
@@ -1,6 +1,6 @@
-$:.unshift File.expand_path('../lib', __FILE__)
+$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'vagrant-vcloud/version'
Gem::Specification.new do |s|
s.name = 'vagrant-vcloud'
s.version = VagrantPlugins::VCloud::VERSION
@@ -12,10 +12,10 @@
s.summary = 'VMware vCloud Director® provider'
s.description = 'Enables Vagrant to manage machines with VMware vCloud Director®.'
s.add_runtime_dependency 'i18n', '~> 0.6.4'
s.add_runtime_dependency 'log4r', '~> 1.1.10'
- s.add_runtime_dependency 'nokogiri', '~> 1.5.5'
+ s.add_runtime_dependency 'nokogiri', '~> 1.6'
s.add_runtime_dependency 'httpclient', '~> 2.3.4.1'
s.add_runtime_dependency 'ruby-progressbar', '~> 1.1.1'
s.add_runtime_dependency 'netaddr', '~> 1.5.0'
# Adding awesome_print because it's just awesome to read XML
s.add_runtime_dependency 'awesome_print', '~> 1.2.0'