Skip to content

Commit

Permalink
Levando .html's para a pasta /assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Santos committed Jan 16, 2018
1 parent 04690df commit 14b237b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions jekyll-theme-windows95.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-windows95"
spec.version = "0.4.2"
spec.version = "0.4.3"
spec.authors = ["Ariel Santos"]
spec.email = ["[email protected]"]

Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
}

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(assets|_layouts|_includes|_sass|tags/all.html|LICENSE|README|404.html)}i)
f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i)
end

spec.required_ruby_version = ">= 2.1.0"
Expand Down

0 comments on commit 14b237b

Please sign in to comment.