Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Jan 27, 2018
1 parent 838fe16 commit 1605d57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions minima.gemspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# coding: utf-8
# frozen_string_literal: true

Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "2.2.0"
spec.authors = ["Joel Glovier"]
spec.email = ["[email protected]"]

spec.summary = %q{A beautiful, minimal theme for Jekyll.}
spec.summary = "A beautiful, minimal theme for Jekyll."
spec.homepage = "https://github.com/jekyll/minima"
spec.license = "MIT"

spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i)
end

spec.add_runtime_dependency "jekyll", "~> 3.5"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "bundler", "~> 1.15"
end

0 comments on commit 1605d57

Please sign in to comment.