Add homepage to gemspec.

This commit is contained in:
Patrick Mahoney 2011-12-11 22:19:37 -06:00
parent c25efe0c96
commit f0827a3118
1 changed files with 1 additions and 1 deletions

View File

@ -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"]