Skip to content

Commit 669b8f8

Browse files
committed
Version bump to 0.101.cv to support Ruby 2.4.5
1 parent bef5ef5 commit 669b8f8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ODBC 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+
49
Wed 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

README.rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

ruby-odbc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'date'
22
spec = 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"

0 commit comments

Comments
 (0)