syntax_suggest moved under the ruby organization from zombocom

This commit is contained in:
Hiroshi SHIBATA 2022-09-27 12:44:30 +09:00
Родитель 06abfa5be6
Коммит 95d5b33ea0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -137,7 +137,7 @@ module SyntaxSuggest
# puts "woof" # 3
# end # 4
#
# However due to https://github.com/zombocom/syntax_suggest/issues/32
# However due to https://github.com/ruby/syntax_suggest/issues/32
# the problem line will be identified as:
#
# class Dog # 1

Просмотреть файл

@ -4,7 +4,7 @@ module SyntaxSuggest
# Converts a SyntaxError message to a path
#
# Handles the case where the filename has a colon in it
# such as on a windows file system: https://github.com/zombocom/syntax_suggest/issues/111
# such as on a windows file system: https://github.com/ruby/syntax_suggest/issues/111
#
# Example:
#

Просмотреть файл

@ -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.