esx.gemspec in esx-0.4.3 vs esx.gemspec in esx-0.4.4
- old
+ new
@@ -3,17 +3,17 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "esx"
- s.version = "0.4.3"
+ s.version = "0.4.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sergio Rubio", "Massimo Maino"]
s.date = "2013-03-29"
s.description = "Manage VMWare ESX hosts with ease"
- s.email = "rubiojr@frameos.org"
+ s.email = "maintux@gmail.com"
s.executables = ["esx"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
@@ -33,10 +33,10 @@
"spec/unit/helper_spec.rb",
"spec/unit/host_spec.rb",
"spec/unit/vm_spec.rb",
"templates/vmx_template.erb"
]
- s.homepage = "http://github.com/rubiojr/esx"
+ s.homepage = "http://github.com/maintux/esx"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.summary = "Simple RbVmomi wrapper library to manage VMWare ESX hosts"