From d74494e8317f56548d670f4a5354f39436096e9c Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Thu, 20 Feb 2014 08:57:56 -0300 Subject: [PATCH] Add homepage to gemspec --- ruby-lxc.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby-lxc.gemspec b/ruby-lxc.gemspec index 5390f89..2802efa 100644 --- a/ruby-lxc.gemspec +++ b/ruby-lxc.gemspec @@ -15,6 +15,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rake-compiler" + s.homepage = 'https://github.com/lxc/ruby-lxc' s.description = <<-EOF Ruby-LXC is a Ruby binding for the liblxc library, allowing Ruby scripts to create and manage Linux containers.