1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

register homepage in gemspec

This commit is contained in:
nov 2014-05-05 20:48:03 +09:00
parent d62c42c8a9
commit f3f520d461

View file

@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.email = ['nov@matake.jp']
gem.summary = %q{Facebook Graph API v2.0 Wrapper in Ruby}
gem.description = %q{Facebook Graph API v2.0 Wrapper in Ruby}
gem.homepage = ''
gem.homepage = 'https://github.com/fb_graph2'
gem.license = 'MIT'
gem.files = `git ls-files -z`.split("\x0")