Skip to content

Commit d50f977

Browse files
authored
Merge pull request #1 from Tobytywang/Tobytywang-patch-1
Update and rename jekyll-theme-chirpy.gemspec to jekyll-theme-mammut.…
2 parents 4d6c788 + 06652f2 commit d50f977

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jekyll-theme-chirpy.gemspec renamed to jekyll-theme-mammut.gemspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# frozen_string_literal: true
22

33
Gem::Specification.new do |spec|
4-
spec.name = "jekyll-theme-chirpy"
4+
spec.name = "jekyll-theme-mammut"
55
spec.version = "7.3.1"
6-
spec.authors = ["Cotes Chung"]
7-
spec.email = ["cotes.chung@gmail.com"]
6+
spec.authors = ["Toby Wang"]
7+
spec.email = ["tobytywang@163.com"]
88

99
spec.summary = "A minimal, responsive, and feature-rich Jekyll theme for technical writing."
10-
spec.homepage = "https://github.com/cotes2020/jekyll-theme-chirpy"
10+
spec.homepage = "https://github.com/Tobytywang/jekyll-theme-mammut"
1111
spec.license = "MIT"
1212

1313
spec.files = `git ls-files -z`.split("\x0").select { |f|
1414
f.match(%r!^((_(includes|layouts|sass|(data\/(locales|origin)))|assets)\/|README|LICENSE)!i)
1515
}
1616

1717
spec.metadata = {
18-
"bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues",
19-
"documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme",
18+
"bug_tracker_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/issues",
19+
"documentation_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/#readme",
2020
"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",
21+
"source_code_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut",
22+
"wiki_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/wiki",
2323
"plugin_type" => "theme"
2424
}
2525

0 commit comments

Comments
 (0)