sequel-honeycomb 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sequel/honeycomb/version.rb +1 -1
- data/lib/sequel-honeycomb.rb +5 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4042e85e0c6237a77ab7d6407083dcac6a2fd6b41d78f2a44280166bd05b4f4
|
4
|
+
data.tar.gz: f21f29c964a3eb2ab394fbe3fdb1c800a12b2776c02f7636053f85fdb3b704a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd8e40d43187e4a8f5ba35a747d27a2ae268336a3145b90d64815a1cf8a4bb8042c1e7b0c802b078438c9f35a8ca205560850b0d1c65da642130025d6c9f54ef
|
7
|
+
data.tar.gz: fc01b130330120ac34dba9ed3de11358590682e9eb2f771f3530a16e2b0cb1b974f07d54e844c8ea00a4027951b820b6848831f15b3d556a7e1f0268a19ed727
|
data/lib/sequel-honeycomb.rb
CHANGED
@@ -4,4 +4,9 @@ begin
|
|
4
4
|
require 'sequel/honeycomb'
|
5
5
|
rescue Gem::LoadError
|
6
6
|
warn 'sequel not detected, not enabling sequel-honeycomb'
|
7
|
+
|
8
|
+
# some gems use the presence of the Sequel module to determine if Sequel is in
|
9
|
+
# use by the application. If we can't require the gem then we need to remove
|
10
|
+
# the constant that we define so that other gems don't make bad assumptions
|
11
|
+
Object.send(:remove_const, "Sequel")
|
7
12
|
end
|
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.3.
|
4
|
+
version: 0.3.3
|
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-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: libhoney
|
@@ -108,8 +108,7 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
|
-
description:
|
112
|
-
TO DO *is* a description
|
111
|
+
description: " TO DO *is* a description\n"
|
113
112
|
email:
|
114
113
|
- support@honeycomb.io
|
115
114
|
executables: []
|