libhoney 1.14.5 → 1.14.6
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/.editorconfig +12 -0
- data/Gemfile.lock +1 -1
- data/lib/libhoney/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8d9eed019d19e668e699fe44dac9c73eef30962568764ac4dabd43a98797cc5
|
|
4
|
+
data.tar.gz: 8682f2d309dc36df3492101de0d636c782378d8af6d7dbf4f93fcf89a6fde38f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ab159d81ab4c5d4a8c16d05b902c959e81c49fb8b540da32d97c09d3b3e915dc5a9a3f9bae57a9ba165ff2bf3c4ddcd2cf5210a582ac76006e5c31261dda3ef
|
|
7
|
+
data.tar.gz: 82dcf43a684b5da7cdd042df1198feafdfb1a417ed8e6dd1e3dadb60eb83cf1c04f16f38a06fa3a76fedfc4c55c1c18415eea965e572aeb1d0966e91c9965f18
|
data/.editorconfig
ADDED
data/Gemfile.lock
CHANGED
data/lib/libhoney/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: libhoney
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.14.
|
|
4
|
+
version: 1.14.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Honeycomb.io Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bump
|
|
@@ -206,6 +206,7 @@ extra_rdoc_files: []
|
|
|
206
206
|
files:
|
|
207
207
|
- ".circleci/config.yml"
|
|
208
208
|
- ".circleci/setup-rubygems.sh"
|
|
209
|
+
- ".editorconfig"
|
|
209
210
|
- ".github/CODEOWNERS"
|
|
210
211
|
- ".gitignore"
|
|
211
212
|
- ".rubocop.yml"
|