From 5a575613bb870dafeea9dd1954e2a6d26bed82ca Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 4 Mar 2022 23:18:56 +0800 Subject: [PATCH] build: update required ruby version & docs uri --- jekyll-theme-chirpy.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll-theme-chirpy.gemspec b/jekyll-theme-chirpy.gemspec index 9bcf35a..47ae500 100644 --- a/jekyll-theme-chirpy.gemspec +++ b/jekyll-theme-chirpy.gemspec @@ -16,14 +16,14 @@ Gem::Specification.new do |spec| spec.metadata = { "bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues", - "documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/README.md", + "documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme", "homepage_uri" => "https://cotes2020.github.io/chirpy-demo", "source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy", "wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki", "plugin_type" => "theme" } - spec.required_ruby_version = ">= 2.4" + spec.required_ruby_version = ">= 2.5" spec.add_runtime_dependency "jekyll", "~> 4.1" spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"