Skip to content

Commit 12044ab

Browse files
committed
Include 404 page in the Ed gem
This is a good lesson in unpacking and checking the contents of gem files once in awhile to make sure they contain everything one expects!
1 parent 34d5e45 commit 12044ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed..gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.homepage = "http://minicomp.github.io/ed/"
1212
spec.license = "MIT"
1313

14-
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|optional|_layouts|_includes|_sass|_texts|index|search|about|credits|documentation|atom|Gemfile|LICENSE|README)}i) }
14+
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(404|assets|optional|_layouts|_includes|_sass|_texts|index|search|about|credits|documentation|atom|Gemfile|LICENSE|README)}i) }
1515

1616
spec.add_runtime_dependency "jekyll", "~> 3.6"
1717

0 commit comments

Comments
 (0)