hephaestus 0.8.9.2 → 0.8.10

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: '085d3ae69e129e0f5769fafce288c0d43f9b0640f7dde6ca1c5bc8c507c3bcd2'
4
- data.tar.gz: 8d5158c385a786e0de16c7a8250c97b86b448825b8e32f77b28f2a8d2811409e
3
+ metadata.gz: 6fe5db5a153d71007ad79eb5aee66fd3817d670a867a477747053149ee619e89
4
+ data.tar.gz: 33063df4bc7dd8400b3714342e5c160f9b8fe4eb4a31f20917e3f64af727d5af
5
5
  SHA512:
6
- metadata.gz: 3f6329563ecada841d5d688714ab898a6cbc9927771cf339c271bae44cb34d16bc32546e84ad7145062efc36c74fcb3f44bd56cffbede200017523fc5d6f0674
7
- data.tar.gz: dd8231ec41c8e45aacf35ea8ea14ed422228c1f348aaaf690c6b64243bf999c4002abdb6168104cbc8832ee34ccee20643f48849dac89e4de846fcfdc7ac93e2
6
+ metadata.gz: 6845545742b4ee87f3f2c5529457fe68ef12b3e0cdda83791ce92a5627eb67944edfc3abbe6b46250da9a91238ecb2aab7120fb5f26b976e69b6703a06fb9b92
7
+ data.tar.gz: 6e789a164c46cbe13548d374a8a2b14d75012f04b3e60d1e83c3e6c38783b4331e8405375c23208eba94a2316a1f7687e1504d361342d62e9b1bf7d1d4d7fcdf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v0.8.10] - 10-12-2024
2
+ ## What's Changed
3
+ * Silence SQ warnings from going to Slack by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/90
4
+
5
+
6
+ **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.9.2...v0.8.10
1
7
  # [v0.8.9.2] - 10-12-2024
2
8
  **Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.8.9.1...v0.8.9.2
3
9
  # [v0.8.9.1] - 10-12-2024
@@ -19,4 +19,5 @@ SlackWebhookLogger.setup do |config|
19
19
  config.level = :WARN
20
20
 
21
21
  config.ignore_patterns = [/Can't verify CSRF token authenticity/, /is not a valid MIME type/]
22
+ config.ignore_patterns << "Fail claimed jobs" # random Solid Queue warning
22
23
  end
@@ -2,7 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Hephaestus
5
- VERSION = "0.8.9.2"
5
+ VERSION = "0.8.10"
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.2
4
+ version: 0.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian