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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5acd9511174c9c803becf008e5189b135c18daf6c6cfab041d82022aa5c8ff4b
4
- data.tar.gz: 571b1f8d9b9758f90f6e29aa38857b871c21962c5cd7fad0f10c59afc28c1374
3
+ metadata.gz: b4042e85e0c6237a77ab7d6407083dcac6a2fd6b41d78f2a44280166bd05b4f4
4
+ data.tar.gz: f21f29c964a3eb2ab394fbe3fdb1c800a12b2776c02f7636053f85fdb3b704a4
5
5
  SHA512:
6
- metadata.gz: a1ccb3e14383a9a125126ef4a21d65ae5e2ba84aee1faddc71131b714e04d0dc4dc146a3b14e6c9ba1de681be3d9ce0ea505c84f18829571f62b86a5c0204a7b
7
- data.tar.gz: fc05ac9ef21c7aa7e8af9ec902d6df63b4828eff58a903f0aad5a1eecd032e424bee15a8c5f76769c12ddd3ff8045435f9986fb19ed9cc42ad6889c51239a991
6
+ metadata.gz: bd8e40d43187e4a8f5ba35a747d27a2ae268336a3145b90d64815a1cf8a4bb8042c1e7b0c802b078438c9f35a8ca205560850b0d1c65da642130025d6c9f54ef
7
+ data.tar.gz: fc01b130330120ac34dba9ed3de11358590682e9eb2f771f3530a16e2b0cb1b974f07d54e844c8ea00a4027951b820b6848831f15b3d556a7e1f0268a19ed727
@@ -1,6 +1,6 @@
1
1
  module Sequel
2
2
  module Honeycomb
3
3
  GEM_NAME = 'sequel-honeycomb'
4
- VERSION = '0.3.2'
4
+ VERSION = '0.3.3'
5
5
  end
6
6
  end
@@ -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.2
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-06-11 00:00:00.000000000 Z
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: |2
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: []