csv-importer.gemspec in csv-importer-0.4.0 vs csv-importer.gemspec in csv-importer-0.5.0
- old
+ new
@@ -8,10 +8,10 @@
spec.version = CSVImporter::VERSION
spec.authors = ["Philippe Creux"]
spec.email = ["pcreux@gmail.com"]
spec.summary = %q{CSV Import for humans}
- spec.homepage = "https://github.com/BrewhouseTeam/csv-importer"
+ spec.homepage = "https://github.com/pcreux/csv-importer"
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) }