lib/embulk/data/new/ruby/gemspec.erb in embulk-0.6.16 vs lib/embulk/data/new/ruby/gemspec.erb in embulk-0.6.17

- old
+ new

@@ -1,14 +1,14 @@ Gem::Specification.new do |spec| - spec.name = "<%= project_name %>" + spec.name = "<%= full_project_name %>" spec.version = "0.1.0" 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 set this: spec.homepage = "https://github.com/<%= email[/([^@]*)/] %>/<%= project_name %>" + # TODO set this: spec.homepage = "https://github.com/<%= email[/([^@]*)/] %>/<%= full_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"]