summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/game_of_life.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/game_of_life.gemspec')
-rw-r--r--CLI/ruby/game_of_life.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/game_of_life.gemspec b/CLI/ruby/game_of_life.gemspec
index 2b9d2ef..3131ad3 100644
--- a/CLI/ruby/game_of_life.gemspec
+++ b/CLI/ruby/game_of_life.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = ">= 2.4.0"
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
+ 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/"