proxmox.gemspec in proxmox-0.0.1 vs proxmox.gemspec in proxmox-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Proxmox::VERSION spec.authors = ["Nicolas Ledez"] spec.email = ["github@ledez.net"] spec.description = %q{A library to drive a Proxmox host} spec.summary = %q{You need to manage a proxmox host with Ruby? This library is for you.} - spec.homepage = "" + spec.homepage = "https://github.com/nledez/proxmox" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})