From f0827a3118a0e8f78bdb8141ec2f952b72de177f Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Sun, 11 Dec 2011 22:19:37 -0600 Subject: [PATCH] Add homepage to gemspec. --- process_shared.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_shared.gemspec b/process_shared.gemspec index 656b9c5..d326665 100644 --- a/process_shared.gemspec +++ b/process_shared.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.description = 'FFI wrapper around portable semaphore library with mutex and condition vars built on top.' s.author = 'Patrick Mahoney' s.email = 'pat@polycrystal.org' - s.homepage = '' + s.homepage = 'https://github.com/pmahoney/process_shared' s.files = Dir['lib/**/*.rb', 'lib/**/libpsem*', 'ext/**/*.{c,h,rb}', 'spec/**/*.rb'] s.extensions = FileList["ext/**/extconf.rb"]