Skip to content

Commit 9379c31

Browse files
committed
Revert "Move tag generation"
This reverts commit 1d6a4f7.
1 parent 1d6a4f7 commit 9379c31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

jekyll-dash.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-dash"
5-
spec.version = "1.0.3"
5+
spec.version = "1.0.2"
66
spec.authors = ["Miguel Gonzalez Sanchez"]
77
spec.email = ["[email protected]"]
88

99
spec.summary = "A dark UI theme for Jekyll, inspired by Dash UI for Atom."
1010
spec.homepage = "https://bitbrain.github.io/jekyll-dash"
1111
spec.license = "MIT"
1212

13-
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_plugins|_sass|LICENSE|README|_tag_gen)!i) }
14-
spec.require_paths = ["lib"]
13+
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_plugins|_sass|LICENSE|README)!i) }
14+
1515
spec.add_runtime_dependency "jekyll", "~> 3.5"
1616
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
1717
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"

0 commit comments

Comments
 (0)