gouda 0.1.15 → 0.1.16

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: b086c5ff817a22123f1833770b6d16b935742498407ef8fe05861c36e9156f7f
4
- data.tar.gz: 8ac4b155c718a44c1b781cd2a536983f87d48cee128e13555806e4004944d937
3
+ metadata.gz: 5ad491a59ec06c6199846bdbbb072f3298ed932533ba87de9b3d5da807b7f6a7
4
+ data.tar.gz: e703c1552897344e3f26830c7a6c386db5ba961bf97f9bfea27c819696d802f5
5
5
  SHA512:
6
- metadata.gz: 21e1567d8d6cb270cdf308429afc97d5518dd5868ec2f7a320e1307c068c0b676597243c8b4ad96add49ab3ce8e6cb6ff729bc660f40cace60532cee068b6e3a
7
- data.tar.gz: 3e585b4f8f26016a7664e7f58230b9ed5a6ffe6d55a08c90296f90643fc6f79bcae93e671425f6077f908c8987f1904486d9a7ebd859783d8be4834c1c28e63f
6
+ metadata.gz: 730efd4a32941cd408e39e5b43772b5627736f232d7632d10564e6c273d9af45986522b550db1deef32f87abcb89808ac39e2b762174c66a3d0d09537e054f9f
7
+ data.tar.gz: 9706f6a827bdbc916eb26004e6d267c377b4f51d1f6f568423e3aed1c8eeaf9ec1d784a6bd8623f7d41234618fc88ed31db4a0dddcc4c26ea7ef5a5688e22582
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.16]
2
+
3
+ - Actualy suppress DEBUG level logs in `suppressing_sql_logs` :facepalm:
4
+
1
5
  ## [0.1.15]
2
6
 
3
7
  - Enable Rails 8 dependency versions
data/lib/gouda/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gouda
4
- VERSION = "0.1.15"
4
+ VERSION = "0.1.16"
5
5
  end
data/lib/gouda.rb CHANGED
@@ -87,7 +87,7 @@ module Gouda
87
87
  # in a side-thread inside Puma - the output might be quite annoying. So silence the
88
88
  # logger when we poll, but just to INFO. Omitting DEBUG-level messages gets rid of the SQL.
89
89
  if Gouda::Workload.logger
90
- Gouda::Workload.logger.silence(Logger::DEBUG, &)
90
+ Gouda::Workload.logger.silence(Logger::INFO, &)
91
91
  else
92
92
  # In tests (and at earlier stages of the Rails boot cycle) the global ActiveRecord logger may be nil
93
93
  yield
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gouda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian van Hesteren
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-03-12 00:00:00.000000000 Z
12
+ date: 2025-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord