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/10/30 16:03:40 UTC

qpid-proton git commit: PROTON-1660: [ruby] remove broken dependency "json ~> 0"

Repository: qpid-proton
Updated Branches:
  refs/heads/master 61808383e -> ae1f143d2


PROTON-1660: [ruby] remove broken dependency "json ~> 0"

Removed this dependency entirely, proton no longer depends on the json module.


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

Branch: refs/heads/master
Commit: ae1f143d2dcce6689785224d50e91cd144e7643e
Parents: 6180838
Author: Alan Conway <ac...@redhat.com>
Authored: Mon Oct 30 12:02:08 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Mon Oct 30 12:02:08 2017 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/qpid_proton.gemspec.in | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ae1f143d/proton-c/bindings/ruby/qpid_proton.gemspec.in
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/qpid_proton.gemspec.in b/proton-c/bindings/ruby/qpid_proton.gemspec.in
index 8dbcee6..cb25199 100644
--- a/proton-c/bindings/ruby/qpid_proton.gemspec.in
+++ b/proton-c/bindings/ruby/qpid_proton.gemspec.in
@@ -28,5 +28,4 @@ EOF
                 "lib/**/*.rb",
                 ]
   s.require_path = 'lib'
-  s.add_runtime_dependency "json", "~> 0"
 end


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