git_local.gemspec in git_local-0.0.2 vs git_local.gemspec in git_local-0.0.3

- old
+ new

@@ -8,10 +8,10 @@ spec.version = GitLocal::VERSION spec.authors = ["Galvanize Product"] spec.email = ["dev@galvanize.com"] spec.summary = "A lightweight git command line wrapper in Ruby" - spec.homepage = "https://github.com/Galvanize-IT/GitLocal" + spec.homepage = "https://github.com/GalvanizeOpenSource/git_local" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }