We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d5e45 commit 12044abCopy full SHA for 12044ab
ed..gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
spec.homepage = "http://minicomp.github.io/ed/"
12
spec.license = "MIT"
13
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) }
+ 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) }
15
16
spec.add_runtime_dependency "jekyll", "~> 3.6"
17
0 commit comments