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 <[email protected]> Authored: Tue Mar 24 08:04:31 2015 -0400 Committer: Darryl L. Pierce <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
