Update gemspec
This commit is contained in:
parent
d153da85ef
commit
149a628918
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "tale"
|
spec.name = "tale"
|
||||||
spec.version = "0.1.7"
|
spec.version = "0.1.8"
|
||||||
spec.authors = ["Chester How"]
|
spec.authors = ["Chester How"]
|
||||||
spec.email = ["chesterhow@gmail.com"]
|
spec.email = ["chesterhow@gmail.com"]
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
|
||||||
|
|
||||||
spec.add_runtime_dependency "jekyll", "3.6"
|
spec.add_runtime_dependency "jekyll", "~> 3.6"
|
||||||
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
||||||
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
|
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
|
||||||
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
|
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
|
||||||
|
|
Loading…
Reference in a new issue