Skip to content

Commit

Permalink
Include 404 page in the Ed gem
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
karlstolley committed Sep 19, 2019
1 parent 34d5e45 commit 12044ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed..gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.homepage = "http://minicomp.github.io/ed/"
spec.license = "MIT"

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) }
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) }

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

Expand Down

0 comments on commit 12044ab

Please sign in to comment.