lib/embulk/data/new/ruby/gemspec.erb in embulk-0.4.9 vs lib/embulk/data/new/ruby/gemspec.erb in embulk-0.4.10
- old
+ new
@@ -5,10 +5,10 @@
spec.authors = [<%= author.dump %>]
spec.summary = <%= "#{display_name} #{display_category} plugin for Embulk".dump %>
spec.description = <%= "#{description}".dump %>
spec.email = [<%= email.dump %>]
spec.licenses = ["MIT"]
- # TODO: spec.homepage = "https://github.com/<%= email[/([^@]*)/] %>/<%= project_name %>"
+ # TODO set this: spec.homepage = "https://github.com/<%= email[/([^@]*)/] %>/<%= project_name %>"
spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
spec.test_files = spec.files.grep(%r{^(test|spec)/})
spec.require_paths = ["lib"]