simple-sql 0.4.17 → 0.4.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/simple/sql/connection.rb +1 -1
- data/lib/simple/sql/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c3eecbe8620ba45251232c2c236e9b9ce93460144694d461e41bdd3c6799d741
|
4
|
+
data.tar.gz: 4e17325ebbbbcad0ca73f35747787ec934253cee399e3a99043d1bf5582822b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5f24ca9b4e9e74525b2ff9dc8b989d84333d7553c0942c6ff13c39087d6c8f2d7857f6728d6d244b0b3f6b57252e5f19654009a6c56f6431370a8e9efdc941a
|
7
|
+
data.tar.gz: 027de4a7a3aa11333e8c0f3d55659891b2bf96448ed7bdc6af8eab920cdba937c9e78ef6b7dd0bcb4b9ff19c2ccef924d620cbe7037f32bc107dffc71d9007c9
|
@@ -49,7 +49,7 @@ module Simple::SQL::Connection
|
|
49
49
|
|
50
50
|
extend Forwardable
|
51
51
|
delegate [:transaction] => :connection # transactions
|
52
|
-
delegate [:wait_for_notify] => :
|
52
|
+
delegate [:wait_for_notify] => :raw_connection # wait_for_notify
|
53
53
|
|
54
54
|
def raw_connection
|
55
55
|
ActiveRecord::Base.connection.raw_connection
|
data/lib/simple/sql/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-sql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- radiospiel
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-10-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pg_array_parser
|
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
245
|
rubyforge_project:
|
246
|
-
rubygems_version: 2.
|
246
|
+
rubygems_version: 2.7.6
|
247
247
|
signing_key:
|
248
248
|
specification_version: 4
|
249
249
|
summary: SQL with a simple interface
|