File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def capture_before_after_kws(block)
137
137
# puts "woof" # 3
138
138
# end # 4
139
139
#
140
- # However due to https://github.com/zombocom /syntax_suggest/issues/32
140
+ # However due to https://github.com/ruby /syntax_suggest/issues/32
141
141
# the problem line will be identified as:
142
142
#
143
143
# ❯ class Dog # 1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SyntaxSuggest
4
4
# Converts a SyntaxError message to a path
5
5
#
6
6
# 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
8
8
#
9
9
# Example:
10
10
#
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Gem::Specification.new do |spec|
14
14
15
15
spec . summary = "Find syntax errors in your source in a snap"
16
16
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"
18
18
spec . license = "MIT"
19
19
spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.5.0" )
20
20
21
21
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"
23
23
24
24
# Specify which files should be added to the gem when it is released.
25
25
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
You can’t perform that action at this time.
0 commit comments