diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-07-16 19:57:57 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-07-16 19:57:57 +0800 |
commit | 81b3b553bf17c7919e44f3bfb8de26fda9e2c0e0 (patch) | |
tree | a0b2ce670cf0806f620d50c0ef442e48c105f322 /jekyll-theme-yat.gemspec | |
parent | 1d676e5e6d5d64eaae0c201f5d168159debd52d7 (diff) |
release: v1.4.0
Diffstat (limited to 'jekyll-theme-yat.gemspec')
-rw-r--r-- | jekyll-theme-yat.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jekyll-theme-yat.gemspec b/jekyll-theme-yat.gemspec index 5d6c7df..be84a2b 100644 --- a/jekyll-theme-yat.gemspec +++ b/jekyll-theme-yat.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-yat" - spec.version = "1.3.1" + spec.version = "1.4.0" spec.authors = ["jeffreytse"] spec.email = ["jeffreytse.mail@gmail.com"] - spec.summary = "Yet another theme for personal writers." + spec.summary = "Yet another theme for elegant writers with modern flat style." spec.homepage = "https://github.com/jeffreytse/jekyll-theme-yat" spec.license = "MIT" @@ -24,5 +24,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1" spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3" spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" - spec.add_runtime_dependency "jekyll-spaceship", ">= 0.2" + spec.add_runtime_dependency "jekyll-spaceship", "~> 0.2" end |