ydbd-pg 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +4 -0
  3. data/lib/dbd/Pg.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfb7901d7ae3a47a39b05e5b73b8896fa816fe1f
4
- data.tar.gz: 389274f920db28a1eda66621e88a0cba2574e7d4
3
+ metadata.gz: f59e2bdbe92ada44570d9a567b099242b244285b
4
+ data.tar.gz: 7997d7f3e37f20d27319803c621404ea28ea7562
5
5
  SHA512:
6
- metadata.gz: b131319fe0bb0109d97bed66f8ef22de90951ec59634d22aec05c87b688ef058f3c0d9b21fae36f585718a3f66dab1d9e6a7ea4ac50cea0c87dde493bc9e07cc
7
- data.tar.gz: 0a6fc5d7517c682943933958534fcc340329215457663dfa455f559261ede7f402bfff5a5b325c076fe922b1a44f6e463a7384b6e9a60c93e32cf0505af7b499
6
+ metadata.gz: 86bf87c17852a5014d8f22d291e20af23e05eca93c23247b3a257007d92048ac5738bc79951abdf3295ca6847a7cecd8598ab466f7a56a99c71704e2661ee671
7
+ data.tar.gz: b8a603a8199a5d2a19395600eed9aef24babe243fb5d1cad037d9827a3786a9fe57571cb813f6264952bf6309d0ef2905433c9e1df34d24c48d98da2a2b9963b
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.2 - 10/05/2016
2
+
3
+ * update ydbd-pg version to 0.5.2 to avoid an API clash
4
+
1
5
  ## 0.5.1 - 10/05/2016
2
6
 
3
7
  * dbd-pg gem renamed to ydb-pg which requires gem 'ydbi'
@@ -49,7 +49,7 @@ module DBI
49
49
  # Only things that extend DBI's results are documented.
50
50
  #
51
51
  module Pg
52
- VERSION = "0.5.1"
52
+ VERSION = "0.5.2"
53
53
  DESCRIPTION = "PostgreSQL DBI DBD"
54
54
 
55
55
  #
@@ -144,7 +144,7 @@ module DBI
144
144
  #
145
145
  class Driver < DBI::BaseDriver
146
146
  def initialize
147
- super("0.4.0")
147
+ super(DBI::VERSION)
148
148
  end
149
149
 
150
150
  ## List of datasources for this database.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ydbd-pg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Hollensbe