Skip to content

Commit

Permalink
Merge pull request jekyll#191 from jekyll/release-2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
DirtyF authored Jan 27, 2018
2 parents 838fe16 + 5e7fd60 commit 5e293f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.1 / 2018/01/27

* Revert social_sites hash for retrocompatibility (#190)

## 2.2.0 / 2018/01/22

### Minor Enhancements
Expand Down
12 changes: 6 additions & 6 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.version = "2.2.1"
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 5e293f5

Please sign in to comment.