File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "minima"
5
5
spec . version = "2.1.1"
6
- spec . authors = [ "Joel Glovier" ]
7
- spec . email = [ "[email protected] " ]
6
+ spec . authors = [ "Joel Glovier" ]
7
+ spec . email = [ "[email protected] " ]
8
8
9
9
spec . summary = %q{A beautiful, minimal theme for Jekyll.}
10
- spec . homepage = "https://github.com/jekyll/minima"
11
- spec . license = "MIT"
10
+ spec . homepage = "https://github.com/jekyll/minima"
11
+ spec . license = "MIT"
12
12
13
13
spec . metadata [ "plugin_type" ] = "theme"
14
14
15
- spec . files = `git ls-files -z` . split ( "\x0 " ) . select do |f |
15
+ spec . files = `git ls-files -z` . split ( "\x0 " ) . select do |f |
16
16
f . match ( %r{^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\. (txt|md|markdown)|$)))}i )
17
17
end
18
18
19
19
spec . add_runtime_dependency "jekyll" , "~> 3.5"
20
+ spec . add_runtime_dependency "jekyll-feed" , "~> 0.9"
20
21
spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.1"
21
22
spec . add_development_dependency "bundler" , "~> 1.12"
22
23
end
You can’t perform that action at this time.
0 commit comments