ibm_db 2.5.26 → 2.5.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d50152d17a18bc400467f6c85b5689870f688609
4
- data.tar.gz: e4455dc46f73a6504c4f873fc844332f390118a5
3
+ metadata.gz: 96961ff0fbec29132a2a92ddd5123c7816896c58
4
+ data.tar.gz: 46ea881380006f4ead0c25436c82670d30a8121e
5
5
  SHA512:
6
- metadata.gz: 10a9813e79df57c56f30e64ea859d04b9d482e741c0df19fbb1a17fef89e44638e27cc57eb5a8237d948eb004e16dae9cfe55e987345dbcfcf91ce13f5c093ad
7
- data.tar.gz: 027918efec7dd30e9ce1ca8ed12668401a327320cc40cb34637c39bc6167c79229ffa7d4c464b3ae42968ccf595a854f0d7ddf0f150529d383f53c53d7fe99d3
6
+ metadata.gz: 626402b1ac1aedfa074276be3a118b85775a4df1c20c02761d9418fbff33cf6a9632cf6abd0c47a317d9aa02ddaf0add395cde00acff8f195d5623f987b6100f
7
+ data.tar.gz: a7b2fd870b5220f372486c7563d080901ac0008e4442dcd82cb802f7433038dbf6686a698d779624de3716f3c9ed9fac717f108e70873ac62c8a8bcfbbb1d6c2
data/CHANGES CHANGED
@@ -1,5 +1,8 @@
1
1
  Change Log
2
2
  ==============
3
+ 2015/06/08 (IBM_DB adapter 2.5.27, driver 2.5.27)
4
+ - Support for Ruby 2.2.x on Windows and Linux platform
5
+ - Fixed bug#28 Create table fails on db:migrate task in ActiveRecord 4.2.1 if database adapter not support foreign_keys.
3
6
 
4
7
  2015/04/08 (IBM_DB adapter 2.5.26, driver 2.5.26)
5
8
  - Fixed bug#22 - Error 'undefined method lookup_cast_type encountered' with rails version lesser than 4.2
data/README CHANGED
@@ -1,5 +1,5 @@
1
1
  =====================================================================
2
- README for the IBM_DB Adapter (2.5.26) and Driver (2.5.26) (2015/04/08)
2
+ README for the IBM_DB Adapter (2.5.27) and Driver (2.5.27) (2015/04/08)
3
3
  For ActiveRecord Version >= 1.15.5 (and Rails >= 1.2.5)
4
4
  =====================================================================
5
5