Remove the plugin_theme metadata field. Not useful.

This commit is contained in:
Parker Moore 2016-06-29 14:13:09 -07:00
parent 70aa8a4e37
commit 5a1a7e1056
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 0 additions and 2 deletions

View File

@ -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) }