sequel-honeycomb 0.4.0 → 0.4.1
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.
- checksums.yaml +4 -4
- data/lib/sequel-honeycomb/auto_install.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b3c25dbf228959f293122820d4d9d7addc41bdbe8ddf78cf748077c1f3a5f10
|
|
4
|
+
data.tar.gz: 2cc4953913598af08ace679bae8eeab139d7e708cca291028bd4a4c256509b1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e1cdd4c31649495cc5b2f6797c486af984b503c0e3d5540e509ffada20e4ab01ef6724acb061f24e27d765c50d53918ea2c89114de9c07555ae34885b82b13e
|
|
7
|
+
data.tar.gz: 4bd880b50501b405cf1c2353eeea1f317437df0741452e79b63558560547cb760dd65096c906f34c98d94051e24235a092c8090d9f05fb1d11b50f11fc1763c3
|
|
@@ -8,6 +8,10 @@ module Sequel
|
|
|
8
8
|
true
|
|
9
9
|
rescue Gem::LoadError => e
|
|
10
10
|
logger.debug "Didn't detect Sequel (#{e.class}: #{e.message}), not autoinitialising sequel-honeycomb" if logger
|
|
11
|
+
# some gems use the presence of the Sequel module to determine if Sequel is in
|
|
12
|
+
# use by the application. If we can't require the gem then we need to remove
|
|
13
|
+
# the constant that we define so that other gems don't make bad assumptions
|
|
14
|
+
Object.send(:remove_const, "Sequel")
|
|
11
15
|
false
|
|
12
16
|
end
|
|
13
17
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequel-honeycomb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Stokes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: libhoney
|