githubrepo.gemspec in githubrepo-0.0.1 vs githubrepo.gemspec in githubrepo-0.0.2
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Githubrepo::VERSION
spec.authors = ['Elikem Adadevoh']
spec.email = ['elikem@gmail.com']
spec.description = %q{Create GitHub repositories from the command line}
spec.summary = %q{CLI to create repositories}
- spec.homepage = ''
+ spec.homepage = 'https://github.com/elikem/githubrepo'
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)/})
\ No newline at end of file