Skip to content

Commit 013a2b2

Browse files
committed
🍱 Include markdown files in released gem
1 parent 8625294 commit 013a2b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rack-openid2.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ Gem::Specification.new do |spec|
2121
# Splats (alphabetical)
2222
"lib/**/*.rb",
2323
# Files (alphabetical)
24+
"CHANGELOG.md",
25+
"CODE_OF_CONDUCT.md",
26+
"CONTRIBUTING.md",
2427
"LICENSE.txt",
2528
"README.md",
29+
"SECURITY.md"
2630
]
2731
spec.executables = spec.files.grep(%r{^bin/}).map { |f| File.basename(f) }
2832
spec.licenses = ["MIT"]

0 commit comments

Comments
 (0)