sequel-honeycomb 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: f8f158b6fe32110c76ae6edf709a2024ca4a873e6a10093aaaf208fa1cc7c237
4
- data.tar.gz: df8bbb68b69f9874ccec57a6584ace05db3f248088138e986da8e0365184f530
3
+ metadata.gz: 7b3c25dbf228959f293122820d4d9d7addc41bdbe8ddf78cf748077c1f3a5f10
4
+ data.tar.gz: 2cc4953913598af08ace679bae8eeab139d7e708cca291028bd4a4c256509b1d
5
5
  SHA512:
6
- metadata.gz: 537aca7e0e18d62dfb3e308628f2225916cca2145c2b3bb24a7f68b4da42ef63445234cda9bbfac7263ff26570bbc5d8728b15b7a759adc9ea53f1e65451be18
7
- data.tar.gz: 2e7993ddcd5546af557337395cc3625b0c9c73a3543a3160dbfffc7b1c9b6fad8a1eee7eca90c8af68808548d352d47e59b866d96a1d78ec1ef5988c3d2eab97
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.0
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-28 00:00:00.000000000 Z
11
+ date: 2018-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libhoney