File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # coding: utf-8
1+ # frozen_string_literal: true
22
33Gem ::Specification . new do |spec |
44 spec . name = "minima"
55 spec . version = "2.2.0"
66 spec . authors = [ "Joel Glovier" ]
77 spec . email = [ "[email protected] " ] 88
9- spec . summary = %q{ A beautiful, minimal theme for Jekyll.}
9+ spec . summary = " A beautiful, minimal theme for Jekyll."
1010 spec . homepage = "https://github.com/jekyll/minima"
1111 spec . license = "MIT"
1212
1313 spec . metadata [ "plugin_type" ] = "theme"
1414
15- spec . files = `git ls-files -z` . split ( "\x0 " ) . select do |f |
16- f . match ( %r{ ^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\. (txt|md|markdown)|$)))} i )
15+ spec . files = `git ls-files -z` . split ( "\x0 " ) . select do |f |
16+ f . match ( %r! ^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\. (txt|md|markdown)|$)))! i )
1717 end
1818
1919 spec . add_runtime_dependency "jekyll" , "~> 3.5"
2020 spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.1"
21- spec . add_development_dependency "bundler" , "~> 1.12 "
21+ spec . add_development_dependency "bundler" , "~> 1.15 "
2222end
You can’t perform that action at this time.
0 commit comments