gh.gemspec in gh-0.2.4 vs gh.gemspec in gh-0.3.0

- old
+ new

@@ -5,10 +5,10 @@ Gem::Specification.new do |s| s.name = "gh" s.version = GH::VERSION s.authors = ["Konstantin Haase"] s.email = ["konstantin.mailinglists@googlemail.com"] - s.homepage = "" + s.homepage = "http://gh.rkh.im/" s.summary = %q{layered github client} s.description = %q{multi-layer client for the github api v3} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")