Skip to content

Commit 95d5b33

Browse files
committed
syntax_suggest moved under the ruby organization from zombocom
1 parent 06abfa5 commit 95d5b33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/syntax_suggest/capture_code_context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def capture_before_after_kws(block)
137137
# puts "woof" # 3
138138
# end # 4
139139
#
140-
# However due to https://github.com/zombocom/syntax_suggest/issues/32
140+
# However due to https://github.com/ruby/syntax_suggest/issues/32
141141
# the problem line will be identified as:
142142
#
143143
# ❯ class Dog # 1

lib/syntax_suggest/pathname_from_message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module SyntaxSuggest
44
# Converts a SyntaxError message to a path
55
#
66
# Handles the case where the filename has a colon in it
7-
# such as on a windows file system: https://github.com/zombocom/syntax_suggest/issues/111
7+
# such as on a windows file system: https://github.com/ruby/syntax_suggest/issues/111
88
#
99
# Example:
1010
#

lib/syntax_suggest/syntax_suggest.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Gem::Specification.new do |spec|
1414

1515
spec.summary = "Find syntax errors in your source in a snap"
1616
spec.description = 'When you get an "unexpected end" in your syntax this gem helps you find it'
17-
spec.homepage = "https://github.com/zombocom/syntax_suggest.git"
17+
spec.homepage = "https://github.com/ruby/syntax_suggest.git"
1818
spec.license = "MIT"
1919
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
2020

2121
spec.metadata["homepage_uri"] = spec.homepage
22-
spec.metadata["source_code_uri"] = "https://github.com/zombocom/syntax_suggest.git"
22+
spec.metadata["source_code_uri"] = "https://github.com/ruby/syntax_suggest.git"
2323

2424
# Specify which files should be added to the gem when it is released.
2525
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)