Skip to content

Commit 1605d57

Browse files
committed
Rubocop
1 parent 838fe16 commit 1605d57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

minima.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# coding: utf-8
1+
# frozen_string_literal: true
22

33
Gem::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"
2222
end

0 commit comments

Comments
 (0)