Skip to content

Commit

Permalink
#12 Add CHANGELOG file to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed May 15, 2021
1 parent 7e89f25 commit 5d3faf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion academic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/LeNPaul/academic"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|CHANGELOG)!i) }

spec.add_runtime_dependency "jekyll", "~> 4.2"
end

0 comments on commit 5d3faf1

Please sign in to comment.