summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-16 16:56:27 +0100
committera14m <[email protected]>2020-12-16 16:56:27 +0100
commitff3b9d9a6385f993d77ef248c5e6ab12a4e5ef20 (patch)
treea9b194494e04efc42497af442a304c10c9dfb5f9
parentcb2b2e0bfed2747fea283745ab0f099eabc1a60e (diff)
Update the ruby gem links
-rw-r--r--.builds/ruby.yml1
-rw-r--r--CLI/ruby/game_of_life.gemspec6
2 files changed, 4 insertions, 3 deletions
diff --git a/.builds/ruby.yml b/.builds/ruby.yml
index 5ba4f1e..aeb97bc 100644
--- a/.builds/ruby.yml
+++ b/.builds/ruby.yml
@@ -9,6 +9,7 @@ sources:
- https://git.sr.ht/~a14m/game-of-life
secrets:
+ # RUBY GEMS CREDENTIALS
- 3bf42fd4-1985-48db-8790-1f61cde29671
tasks:
diff --git a/CLI/ruby/game_of_life.gemspec b/CLI/ruby/game_of_life.gemspec
index b59ea88..f88ed77 100644
--- a/CLI/ruby/game_of_life.gemspec
+++ b/CLI/ruby/game_of_life.gemspec
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
spec.summary = "Game of Life CLI"
spec.description = "Conway's game of life implementation as a CLI ruby gem."
- spec.homepage = "https://gitlab.com/a14m/game-of-life"
+ spec.homepage = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/ruby/README.md"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.5.0"
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["source_code_uri"] = "https://git.sr.ht/~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.metadata["changelog_uri"] = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/ruby/CHANGELOG.md"
spec.executables = ["game-of-life"]
spec.require_paths = ["lib"]