Skip to content

Commit 9863778

Browse files
amomchilovvinistock
andcommitted
Add missing / in URI::Source#to_s
Co-authored-by: Vinicius Stock <[email protected]>
1 parent c3740c5 commit 9863778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tapioca/helpers/source_uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def check_host(v)
7272

7373
#: -> String
7474
def to_s
75-
"source://#{gem_name}/#{gem_version}#{path}##{line_number}"
75+
"source://#{gem_name}/#{gem_version}/#{path}##{line_number}"
7676
end
7777

7878
if URI.respond_to?(:register_scheme)

0 commit comments

Comments
 (0)