summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/game_of_life.gemspec
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-12 20:05:32 +0100
committera14m <[email protected]>2020-12-12 20:31:19 +0100
commita85dc48d9f2b51d7926d5426adc1ebec072cf0f6 (patch)
tree2fc7bbdfa0a1ea459e727c4fe65ec5927c741610 /CLI/ruby/game_of_life.gemspec
parentc79264c91cf1da6beddf19a039a823300f308823 (diff)
Add documentation and changelog URIs to the gem page
Diffstat (limited to 'CLI/ruby/game_of_life.gemspec')
-rw-r--r--CLI/ruby/game_of_life.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/CLI/ruby/game_of_life.gemspec b/CLI/ruby/game_of_life.gemspec
index fd8b0b9..030a830 100644
--- a/CLI/ruby/game_of_life.gemspec
+++ b/CLI/ruby/game_of_life.gemspec
@@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://gitlab.com/a14m/game-of-life/-/tree/master/CLI/ruby/"
+ spec.metadata["documentation_uri"] = "https://rubydoc.info/gems/terminal_game_of_life"
+ spec.metadata["changelog_uri"] = "https://gitlab.com/a14m/game-of-life/-/blob/master/CLI/ruby/CHANGELOG.md"
spec.executables = ["game-of-life"]
spec.require_paths = ["lib"]