PROTON-1738: [ruby] add required_ruby_version >= 1.9.3 to gemspec

Tested and working with ruby 1.9.3, 2.0.0 and 2.4.3.

1.9.3 is the oldest version listed on 
https://www.ruby-lang.org/en/downloads/branches/

Does not work with 1.9.2. Open a new issue if there is a requirement for older 
versions.


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

Branch: refs/heads/master
Commit: 5c7db4df7c74bd2d5e3c89226e4f749cada2f089
Parents: 71e8c7b
Author: Alan Conway <acon...@redhat.com>
Authored: Tue Feb 13 20:24:06 2018 -0500
Committer: Alan Conway <acon...@redhat.com>
Committed: Wed Feb 14 11:34:02 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/5c7db4df/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 cb25199..a78f25b 100644
--- a/proton-c/bindings/ruby/qpid_proton.gemspec.in
+++ b/proton-c/bindings/ruby/qpid_proton.gemspec.in
@@ -28,4 +28,5 @@ EOF
                 "lib/**/*.rb",
                 ]
   s.require_path = 'lib'
+  s.required_ruby_version = '>=  1.9.3'
 end


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

Reply via email to