Skip to content

Commit 3fcc274

Browse files
author
Praveen Narayanappa
committed
Version change to replace yanked version 5.3.0 with 5.3.1
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
1 parent a31c6ab commit 3fcc274

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

IBM_DB_Adapter/ibm_db/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==============
33

4+
2022/09/21 (IBM_DB adapter 5.3.1, driver 3.0.6)
5+
- Yanked version 5.3.0 as package includes clidriver
6+
7+
2022/09/17 (IBM_DB adapter 5.3.0, driver 3.0.6)
8+
- Support for Ruby 3.0 and Rails 6.1
9+
410
2018/05/24 (IBM_DB adapter 4.0.0, driver 3.0.5)
511
- Rails 5.0.7 Toleration support. New features of Active Record 5.0.7 are not added also none of the open issue are fixed in this release.
612

IBM_DB_Adapter/ibm_db/IBM_DB.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require 'pathname'
1010
Gem::Specification.new do |spec|
1111
# Required spec
1212
spec.name = 'ibm_db'
13-
spec.version = '5.3.0'
13+
spec.version = '5.3.1'
1414
spec.summary = 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows, DB2 on zOS, DB2 on i5/OS, Informix (IDS)}'
1515

1616
# Optional spec

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ibm_db gem version 5.2.0
88
Requirements:
99
Ruby should be installed(Ruby version should be >=2.5.x and <= 3.0.x)
1010
For developing rails appications Rails should be 6.1.x
11+
12+
Note: x86 version of ruby can be downloaded from https://rubyinstaller.org/downloads/archives/
1113
```
1214

1315

0 commit comments

Comments
 (0)