grack.gemspec in gitlab-grack-1.0.0 vs grack.gemspec in gitlab-grack-1.0.1

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = ["Scott Chacon"] gem.email = ["schacon@gmail.com"] gem.description = %q{Ruby/Rack Git Smart-HTTP Server Handler} gem.summary = %q{Ruby/Rack Git Smart-HTTP Server Handler} - gem.homepage = "https://github.com/schacon/grack" + gem.homepage = "https://github.com/gitlabhq/grack" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- tests/*`.split("\n") gem.name = "gitlab-grack"