diff options
| author | a14m <[email protected]> | 2020-11-29 23:55:44 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-11-29 23:55:44 +0100 |
| commit | 77543134da94fa5edb0e471e1a859b4190eb3cb0 (patch) | |
| tree | bfc34bf70b2975fded82e63d0a0839b196d0cfc2 /CLI/ruby/game_of_life.gemspec | |
| parent | c357c9c730440b297c1bc59d91181f62f9f3f9f7 (diff) | |
Fix some linting issues
Diffstat (limited to 'CLI/ruby/game_of_life.gemspec')
| -rw-r--r-- | CLI/ruby/game_of_life.gemspec | 2 |
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/" |
