hot_catch 0.1.1 → 0.1.1.1

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
  SHA1:
3
- metadata.gz: ce4c89223725b3c189db6f67ccca14d5d3f2f92a
4
- data.tar.gz: 6cb563238d8ee4e61b38900ada6e32909328f81a
3
+ metadata.gz: 2c2d259461a59b9e380e8d585b9f18983a8ac82a
4
+ data.tar.gz: 8518d122dd47d19b6a446c847839cb67e5014710
5
5
  SHA512:
6
- metadata.gz: a821681cac3f21fd3b43f1486a523e9adbe368af0b4b2abc6b0e7c0de6460d8ac269ad8cdc63e319fd9027d400102a0f644c82ae1ff2cae5e453a9b5aa51f62e
7
- data.tar.gz: 2172336cfc52925ce9b3d1171d0d47024051350471d3fb5c4bd187df44226d205089177dd0e38eabefe012b89dee501addf7ba3b91409faedf2f20368c9873c5
6
+ metadata.gz: e105f28810b3fbf3473c23c81f00bb5a1604c9685aaaa4e9becaf280958b8d98bf57edb24dfc1055f4ff5628012412c2a35db39eb8bbb45d69794550cc834c79
7
+ data.tar.gz: 6ab6e9ce8f7f34da6fddf433a39640c27668fed432349f365086e25f819113d8e5d18b75c10f15af8ff83745bc948b8213a0ea9c8780ca072f57db0348d13533
@@ -24,7 +24,7 @@ class CustomActiveRecordLogSubscriber < ActiveRecord::LogSubscriber
24
24
  # name = colorize_payload_name(name, payload[:name])
25
25
  # sql = color(sql, sql_color(sql), true)
26
26
 
27
- debug " #{name} #{sql}#{binds}" unless payload[:sql].to_s =~ /hot_catch_logs|COMMIT|BEGIN/
27
+ debug " #{name} #{sql}#{binds}" unless payload[:sql].to_s =~ /hot_catch_logs|COMMIT|BEGIN/i
28
28
  end
29
29
  end
30
30
 
@@ -1,3 +1,3 @@
1
1
  module HotCatch
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hot_catch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davhot