~xdavidwu/xdavidwu.link

07a5f1f97448660b4c4d4d427ade286b16a4eeca — Michael Rose 7 years ago 49b5804
Update regex for spec.files and remove bindir and executables
1 files changed, 1 insertions(+), 4 deletions(-)

M minimal-mistakes-jekyll.gemspec
M minimal-mistakes-jekyll.gemspec => minimal-mistakes-jekyll.gemspec +1 -4
@@ 12,12 12,9 @@ Gem::Specification.new do |spec|
  spec.metadata["plugin_type"] = "theme"

  spec.files                   = `git ls-files -z`.split("\x0").select do |f|
    f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
    f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
  end

  spec.bindir                  = "exe"
  spec.executables             = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

  spec.add_development_dependency "jekyll", "~> 3.3"
  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"