upgrade gem to 2.0.1
This commit is contained in:
parent
2915be5efc
commit
7aa75a9186
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here.
|
This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here.
|
||||||
|
|
||||||
|
**2020-04-27** Upgrade gem to 2.0.1 to improve some documentation
|
||||||
|
|
||||||
**2020-04-27** Add social network link: Telegram (#625) (thanks @mashed-potatoes)
|
**2020-04-27** Add social network link: Telegram (#625) (thanks @mashed-potatoes)
|
||||||
|
|
||||||
**2020-04-27** Major documentation overhaul and cleanup of old files
|
**2020-04-27** Major documentation overhaul and cleanup of old files
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "beautiful-jekyll-theme"
|
spec.name = "beautiful-jekyll-theme"
|
||||||
spec.version = "2.0.0"
|
spec.version = "2.0.1"
|
||||||
spec.authors = ["Dean Attali"]
|
spec.authors = ["Dean Attali"]
|
||||||
spec.email = ["daattali@gmail.com"]
|
spec.email = ["daattali@gmail.com"]
|
||||||
|
|
||||||
@ -12,6 +12,11 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }
|
||||||
|
|
||||||
|
spec.metadata = {
|
||||||
|
"changelog_uri" => "https://github.com/daattali/beautiful-jekyll/blob/master/CHANGELOG.md",
|
||||||
|
"documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
|
||||||
|
}
|
||||||
|
|
||||||
spec.add_runtime_dependency "jekyll", "~> 3.8"
|
spec.add_runtime_dependency "jekyll", "~> 3.8"
|
||||||
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
||||||
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
|
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user