Skip to content

Commit

Permalink
Pre-released v0.0.3-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
saifkhichi96 committed Jul 18, 2021
1 parent 947991c commit 090dd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple-material.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "simple-material"
spec.version = "0.0.2"
spec.version = "0.0.3-alpha01"
spec.authors = ["Saif Khan"]
spec.email = ["saifkhcihi96@gmail.com"]
spec.homepage = "https://saifkhichi.com/simple-material"
Expand All @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|

spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README|sw|manifest)}i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_pages|_data|_layouts|_includes|_sass|LICENSE|README|sw|manifest|pwabuilder-sw.js)}i) }

spec.add_runtime_dependency "jekyll", "~> 4.2"
spec.add_runtime_dependency "jekyll-feed", "~> 0.15.1"
Expand Down

0 comments on commit 090dd8d

Please sign in to comment.