From 5a1a7e1056a3e9c19ad2f47614068d1034fae6dd Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 29 Jun 2016 14:13:09 -0700 Subject: [PATCH] Remove the plugin_theme metadata field. Not useful. --- lib/theme_template/theme.gemspec.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/theme_template/theme.gemspec.erb b/lib/theme_template/theme.gemspec.erb index 1c3b7ee4..13d795ce 100644 --- a/lib/theme_template/theme.gemspec.erb +++ b/lib/theme_template/theme.gemspec.erb @@ -10,8 +10,6 @@ Gem::Specification.new do |spec| spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.license = "MIT" - spec.metadata["plugin_type"] = "theme" - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(exe|<%= theme_directories.join("|") %>)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }