Skip to content

Commit

Permalink
Updating gemspec
Browse files Browse the repository at this point in the history
Changing the spec.files to add the previous files plus the tags.html
  • Loading branch information
sylhare authored Nov 5, 2017
1 parent 31e0824 commit 4078831
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jekyll-theme-type.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/rohanchandra/type-theme"
spec.license = "MIT"

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

spec.add_runtime_dependency "jekyll", "~> 3.4"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
Expand Down

0 comments on commit 4078831

Please sign in to comment.