diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-09-27 12:44:30 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-09-27 12:44:30 +0900 |
commit | 95d5b33ea0c99aae76ad148350cd353379a827c8 (patch) | |
tree | d0dcf03b1b69e65f8897f1f6aee012c8925b0782 /lib/syntax_suggest/syntax_suggest.gemspec | |
parent | 06abfa5be60e589052eb3bdfdae6c132bea3d20b (diff) |
syntax_suggest moved under the ruby organization from zombocom
Diffstat (limited to 'lib/syntax_suggest/syntax_suggest.gemspec')
-rw-r--r-- | lib/syntax_suggest/syntax_suggest.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/syntax_suggest/syntax_suggest.gemspec b/lib/syntax_suggest/syntax_suggest.gemspec index acf9be7710..73b25c6a5f 100644 --- a/lib/syntax_suggest/syntax_suggest.gemspec +++ b/lib/syntax_suggest/syntax_suggest.gemspec @@ -14,12 +14,12 @@ Gem::Specification.new do |spec| spec.summary = "Find syntax errors in your source in a snap" spec.description = 'When you get an "unexpected end" in your syntax this gem helps you find it' - spec.homepage = "https://github.com/zombocom/syntax_suggest.git" + spec.homepage = "https://github.com/ruby/syntax_suggest.git" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "https://github.com/zombocom/syntax_suggest.git" + spec.metadata["source_code_uri"] = "https://github.com/ruby/syntax_suggest.git" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. |