ydbd-pg 0.5.2 → 0.5.3

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 +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f59e2bdbe92ada44570d9a567b099242b244285b
4
- data.tar.gz: 7997d7f3e37f20d27319803c621404ea28ea7562
3
+ metadata.gz: d92721f486e41a39968ea552cae6176229a3c732
4
+ data.tar.gz: a129181079ab5e6bc744a7eb7556b2b0b116a716
5
5
  SHA512:
6
- metadata.gz: 86bf87c17852a5014d8f22d291e20af23e05eca93c23247b3a257007d92048ac5738bc79951abdf3295ca6847a7cecd8598ab466f7a56a99c71704e2661ee671
7
- data.tar.gz: b8a603a8199a5d2a19395600eed9aef24babe243fb5d1cad037d9827a3786a9fe57571cb813f6264952bf6309d0ef2905433c9e1df34d24c48d98da2a2b9963b
6
+ metadata.gz: 6ae3edde3417c4015983966f1195189c0fdb94f1e4cd64ed92e369ae55a649c72314bac2c0e65c10fb333fd887e84daf6fb26385d97d30fb4e782403a33c16c1
7
+ data.tar.gz: cebff6aa733d1ec92224cf0130478160d57fd684f1a3aa44670a88d08846bb889651d4f1f5a210d908b97aeaf7453c5392bbace16699b6cc044508735343b81f
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.3 - 18/05/2016
2
+
3
+ * Added missing require 'dbi/version' to fix errors when starting yus
4
+
1
5
  ## 0.5.2 - 10/05/2016
2
6
 
3
7
  * update ydbd-pg version to 0.5.2 to avoid an API clash
data/lib/dbd/Pg.rb CHANGED
@@ -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.2"
52
+ VERSION = "0.5.3"
53
53
  DESCRIPTION = "PostgreSQL DBI DBD"
54
54
 
55
55
  #
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.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Hollensbe
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-05-10 00:00:00.000000000 Z
12
+ date: 2016-06-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ydbi