fix typo (#686)
This commit is contained in:
parent
9128b55257
commit
585129f2f3
@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
||||
spec.homepage = "https://beautifuljekyll.com"
|
||||
spec.license = "MIT"
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }
|
||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|staticman)}i) }
|
||||
|
||||
spec.metadata = {
|
||||
"changelog_uri" => "https://github.com/daattali/beautiful-jekyll/blob/master/CHANGELOG.md",
|
||||
|
Loading…
Reference in New Issue
Block a user