kubo / ruby-oci8

Ruby-oci8 - Oracle interface for ruby
Other
169 stars 75 forks source link

Version requirement for ruby is too strict #155

Closed greenfieldtech-davidb closed 7 years ago

greenfieldtech-davidb commented 7 years ago

When installing ruby-oci8 with ruby 2.3.1 you get the error:

ERROR:  Error installing ruby-oci8:
    ruby-oci8 requires Ruby version ~> 2.3.0.0.
kubo commented 7 years ago

Thank you for your PR #156.

I added the version requirement to comply with this post. It said that when teeny version (z of ruby x.y.z) was changed, ABI compatibility broke. But it hasn't been true since ruby 2.1.0. I fixed ext/oci8/extconf.rb and lib/oci8.rb to comply with the new policy but I forgot to fix ruby-oci8.gemspec.