ghit.gemspec in ghit-0.0.1 vs ghit.gemspec in ghit-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Ghit::VERSION spec.authors = ["Ile Eftimov"] spec.email = ["ileeftimov@gmail.com"] spec.summary = %q{More git commands for your enjoyment.} spec.description = %q{Ghit is a gem that adds more git commands for a better command line Git(hub) experience.} - spec.homepage = "" + spec.homepage = "https://github.com/fteem/ghit" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})