hephaestus 0.8.9.1 → 0.8.9.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f38a5f40fcd9c413ca5f8de2c68d028fcc26b18008b7e49e0a9df07f69247c5
4
- data.tar.gz: 00dbd4c3c932a46a7e8cbbfa1612d88ac850a86025cc8eac9ab1445a7bdf94e7
3
+ metadata.gz: '085d3ae69e129e0f5769fafce288c0d43f9b0640f7dde6ca1c5bc8c507c3bcd2'
4
+ data.tar.gz: 8d5158c385a786e0de16c7a8250c97b86b448825b8e32f77b28f2a8d2811409e
5
5
  SHA512:
6
- metadata.gz: 298b2aa68ed5e09d3b65865ecae50cbadeba8c450ae3b89a9ba98b0e473d66413ddd8484f33cdabfeab8cf35915797388e744def725ef171cd7d13ffdfef4ffc
7
- data.tar.gz: b00957880a17e27ecbae69df9d1849b068fe816d2aa23f82baf73fe63902e21ec5981f9c2ba92793847a6560bcedb6fcaa9be16b8a5638bfdff0b2d29406cae7
6
+ metadata.gz: 3f6329563ecada841d5d688714ab898a6cbc9927771cf339c271bae44cb34d16bc32546e84ad7145062efc36c74fcb3f44bd56cffbede200017523fc5d6f0674
7
+ data.tar.gz: dd8231ec41c8e45aacf35ea8ea14ed422228c1f348aaaf690c6b64243bf999c4002abdb6168104cbc8832ee34ccee20643f48849dac89e4de846fcfdc7ac93e2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [v0.8.9.2] - 10-12-2024
2
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.9.1...v0.8.9.2
1
3
  # [v0.8.9.1] - 10-12-2024
2
4
  **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.9...v0.8.9.1
3
5
  # [v0.8.9] - 10-12-2024
@@ -38,7 +38,7 @@ OpenTelemetry::SDK.configure do |c|
38
38
  c.use("OpenTelemetry::Instrumentation::Rails")
39
39
  c.use("OpenTelemetry::Instrumentation::RestClient")
40
40
 
41
- if !productionish?
41
+ if productionish?
42
42
  c.add_span_processor(
43
43
  OpenTelemetry::SDK::Trace::Export::BatchSpanProcessor.new(
44
44
  OpenTelemetry::Exporter::OTLP::Exporter.new,
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.9.1"
5
+ VERSION = "0.8.9.2"
6
6
  RAILS_VERSION = ">= 8.0"
7
7
  RUBY_VERSION = File
8
8
  .read("#{File.dirname(__FILE__)}/../../.ruby-version")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hephaestus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9.1
4
+ version: 0.8.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian