highlight_io 0.5.1 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +5 -7
- data/lib/highlight/version.rb +1 -1
- data/lib/highlight.rb +1 -1
- 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: 0b766683177614e1959a4a805da0d91ffa5fefcf03a76cb4dce83b0a90036d12
|
4
|
+
data.tar.gz: b62dbbbf014397dfc1a5f3094f8ab1a020a4c16c8a82997bf5be11131345c0a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9424629d4b75971f0f891a1abf0df73b33190d987378d68a18864c269ca48a7e28cb179b9d46633f00b5e273bc1fdabf332779ca937838961344ada96b74c5c
|
7
|
+
data.tar.gz: 22f11b04a9c9f74c7ad1b9f9e4b3f0df2ef8781a91c5d7598eb5068ae0c22a7b139d21d62e592e3a511023480262eb6f3203a878a05864360fc878b12f550fe5
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
highlight_io (0.5.
|
4
|
+
highlight_io (0.5.3)
|
5
5
|
grpc (~> 1.66)
|
6
6
|
opentelemetry-exporter-otlp (~> 0.28.1)
|
7
7
|
opentelemetry-instrumentation-all (~> 0.62.1)
|
@@ -12,8 +12,8 @@ GEM
|
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
14
|
ast (2.4.2)
|
15
|
-
google-protobuf (3.25.
|
16
|
-
google-protobuf (3.25.
|
15
|
+
google-protobuf (3.25.5-arm64-darwin)
|
16
|
+
google-protobuf (3.25.5-x86_64-linux)
|
17
17
|
googleapis-common-protos-types (1.16.0)
|
18
18
|
google-protobuf (>= 3.18, < 5.a)
|
19
19
|
grpc (1.66.0-arm64-darwin)
|
@@ -38,7 +38,7 @@ GEM
|
|
38
38
|
opentelemetry-helpers-mysql (0.1.1)
|
39
39
|
opentelemetry-api (~> 1.0)
|
40
40
|
opentelemetry-common (~> 0.21)
|
41
|
-
opentelemetry-helpers-sql-obfuscation (0.
|
41
|
+
opentelemetry-helpers-sql-obfuscation (0.2.0)
|
42
42
|
opentelemetry-common (~> 0.21)
|
43
43
|
opentelemetry-instrumentation-action_mailer (0.1.0)
|
44
44
|
opentelemetry-api (~> 1.0)
|
@@ -233,8 +233,7 @@ GEM
|
|
233
233
|
rainbow (3.1.1)
|
234
234
|
rake (12.3.3)
|
235
235
|
regexp_parser (2.8.1)
|
236
|
-
rexml (3.
|
237
|
-
strscan (>= 3.0.9)
|
236
|
+
rexml (3.3.7)
|
238
237
|
rubocop (1.55.1)
|
239
238
|
json (~> 2.3)
|
240
239
|
language_server-protocol (>= 3.17.0)
|
@@ -249,7 +248,6 @@ GEM
|
|
249
248
|
rubocop-ast (1.29.0)
|
250
249
|
parser (>= 3.2.1.0)
|
251
250
|
ruby-progressbar (1.13.0)
|
252
|
-
strscan (3.1.0)
|
253
251
|
unicode-display_width (2.4.2)
|
254
252
|
|
255
253
|
PLATFORMS
|
data/lib/highlight/version.rb
CHANGED
data/lib/highlight.rb
CHANGED
@@ -20,7 +20,7 @@ module Highlight
|
|
20
20
|
end
|
21
21
|
|
22
22
|
def self.init(project_id, environment: '', otlp_endpoint: H::OTLP_HTTP, &block)
|
23
|
-
H.new(project_id, environment: environment, otlp_endpoint: otlp_endpoint, &block)
|
23
|
+
H.new(project_id, environment: environment.to_s, otlp_endpoint: otlp_endpoint, &block)
|
24
24
|
end
|
25
25
|
|
26
26
|
def self.start_span(name, attrs = {}, &block)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: highlight_io
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Highlight
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|