You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2015/03/24 13:07:45 UTC

qpid-proton git commit: NO-JIRA: Added json dependency to Ruby gemspec.

Repository: qpid-proton
Updated Branches:
  refs/heads/master 973bad033 -> 262009958


NO-JIRA: Added json dependency to Ruby gemspec.


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

Branch: refs/heads/master
Commit: 262009958d45823791b8c41619d59df7a2128a35
Parents: 973bad0
Author: Darryl L. Pierce <mc...@gmail.com>
Authored: Tue Mar 24 08:04:31 2015 -0400
Committer: Darryl L. Pierce <mc...@gmail.com>
Committed: Tue Mar 24 08:06:59 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/26200995/proton-c/bindings/ruby/qpid_proton.gemspec
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/qpid_proton.gemspec b/proton-c/bindings/ruby/qpid_proton.gemspec
index e17727c..1acaff1 100644
--- a/proton-c/bindings/ruby/qpid_proton.gemspec
+++ b/proton-c/bindings/ruby/qpid_proton.gemspec
@@ -31,5 +31,6 @@ EOF
                 "lib/**/*.rb",
                 ]
   s.require_path = 'lib'
+  s.add_runtime_dependency "json"
 end
 


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