@@ -7,20 +7,27 @@ Gem::Specification.new do |spec|
77 spec . email = [ "[email protected] " ] 88
99 spec . summary = "Chirpy is a minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation."
10- spec . homepage = "https://github.com/cotes2020/jekyll-theme-chirpy#readme "
10+ spec . homepage = "https://github.com/cotes2020/jekyll-theme-chirpy"
1111 spec . license = "MIT"
1212
1313 spec . files = `git ls-files -z` . split ( "\x0 " ) . select { |f |
1414 f . match ( %r!^((assets\/ (css|img|js\/ [a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index|feed|app|sw|404|robots)!i )
1515 }
1616
17+ spec . metadata = {
18+ "bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues" ,
19+ "documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/README.md" ,
20+ "homepage_uri" => "https://cotes2020.github.io/chirpy-demo" ,
21+ "source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy" ,
22+ "wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki" ,
23+ "plugin_type" => "theme"
24+ }
25+
1726 spec . add_runtime_dependency "jekyll" , "~> 4.1"
1827 spec . add_runtime_dependency "jekyll-paginate" , "~> 1.1"
1928 spec . add_runtime_dependency "jekyll-redirect-from" , "~> 0.16"
2029 spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.7"
2130 spec . add_runtime_dependency "jekyll-archives" , "~> 2.2"
2231 spec . add_runtime_dependency "jekyll-sitemap" , "~> 1.4"
2332
24- spec . add_development_dependency "html-proofer" , "~> 3.18"
25-
2633end
0 commit comments