We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bd30f commit 8dd9476Copy full SHA for 8dd9476
jekyll-archives.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.licenses = ["MIT"]
14
15
all_files = `git ls-files -z`.split("\x0")
16
- s.files = all_files.grep(%r!^(lib)/!)
+ s.files = all_files.grep(%r!^(lib)/!).push("LICENSE")
17
18
s.required_ruby_version = ">= 2.7.0"
19
0 commit comments