You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/09/01 15:03:58 UTC

[30/50] qpid-proton git commit: PROTON-1532: missing namespace in String.to_url

PROTON-1532: missing namespace in String.to_url


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/929681aa
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/929681aa
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/929681aa

Branch: refs/heads/go1
Commit: 929681aa365cfad81f169fd22409cfa873db2deb
Parents: f5619f5
Author: Alan Conway <ac...@redhat.com>
Authored: Wed Aug 23 13:46:28 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Wed Aug 23 13:48:33 2017 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/lib/core/url.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/929681aa/proton-c/bindings/ruby/lib/core/url.rb
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/lib/core/url.rb b/proton-c/bindings/ruby/lib/core/url.rb
index 39b6465..195567f 100644
--- a/proton-c/bindings/ruby/lib/core/url.rb
+++ b/proton-c/bindings/ruby/lib/core/url.rb
@@ -84,6 +84,6 @@ end
 class String
   # Convert this string to a URL
   def to_url()
-    return URL.new(self)
+    return Qpid::Proton::URL.new(self)
   end
 end


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org