File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11ODBC binding for Ruby
22---------------------
33
4+ Tue Feb 12 2019 version 0.101.cv release <slawson@vmware.com>
5+ * Minor syntax changes to support Ruby 2.4
6+ Don't pass "" as the second parameter to has_library()
7+ Ensure char* are passed to rb_scan_args()
8+
49Wed August 31 2016 version 0.100.cv release <slawson@vmware.com>
510 * Add support for Ruby 2.x by using native "rb_thread_call_without_gvl" directly (thanks @shreyasahir)
611
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ This is an ODBC binding for Ruby. So far it has been tested with
3939
4040 - Ruby 2.2.5, MSSQL/ODBC on Windows 2008R2 (AppVolumes)
4141
42+ - Ruby 2.4.5, MSSQL/ODBC on Windows 2012R2 (AppVolumes)
43+
4244 Michael Neumann <neumann@s-direktnet.de> and
4345 Will Merrell <wmerrell@catalystcorp.com> reported successful compilation
4446 with Cygwin on Win32.
Original file line number Diff line number Diff line change 11require 'date'
22spec = Gem ::Specification . new do |s |
33 s . name = "ruby-odbc"
4- s . version = "0.100 .cv"
4+ s . version = "0.101 .cv"
55 s . date = Date . today . to_s
66 s . author = "Christian Werner"
77 s . email = "chw @nospam@ ch-werner.de"
You can’t perform that action at this time.
0 commit comments