PROTON-209: Add the minimum Ruby version and make the version notation consistent across deps
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/06061266 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/06061266 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/06061266 Branch: refs/heads/go1 Commit: 0606126665f91edbc568ee386f0e85675823e10b Parents: 8c3ba56 Author: Justin Ross <[email protected]> Authored: Tue Aug 22 12:13:13 2017 -0700 Committer: Justin Ross <[email protected]> Committed: Tue Aug 22 12:13:13 2017 -0700 ---------------------------------------------------------------------- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/06061266/INSTALL.md ---------------------------------------------------------------------- diff --git a/INSTALL.md b/INSTALL.md index 6a212c0..4ce2dde 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,8 +11,8 @@ Cross-platform dependencies - CMake 2.8.7+ - Swig 1.3+ (for the bindings) - - Python 2.6+ or 3 (for the Python binding) - - Ruby (for the Ruby binding) + - Python 2.6+ (for the Python binding) + - Ruby 1.9+ (for the Ruby binding) Linux dependencies --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
