File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "jekyll-dash"
5- spec . version = "1.0.2 "
5+ spec . version = "1.0.3 "
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)!i ) }
14-
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" ]
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"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments