rails_semantic_logger 4.3.2 → 4.3.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b2cc51eea0d6fbabd25c7910b9f45b4f4235bbcbc8fba66f550e196c6f548d3
|
|
4
|
+
data.tar.gz: cbb086a85a4102487dd289ec4ef9f538888b1c378796e26ba9b0952f026e7a04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78fcebe2e9dda1b09c2c0f2685dbc05b5133c7e25eba1bf8d1a03b65057ed8f86a49f579bd3dfa31bf8a96dcc3060a73ba863679c5f5298acf4866efdef6407c
|
|
7
|
+
data.tar.gz: 689203b5e6b4402fafe15caacb996720cbbcce95f359f3a3c5b1fc00f78f923229f7ebab5c14b0cdc0f618b9390b2a3ccdfef3cc340f82b03e4ed2b8b9df1bbb
|
|
@@ -155,7 +155,7 @@ module RailsSemanticLogger
|
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
def type_casted_binds_v5_0_3(binds, casted_binds)
|
|
158
|
-
casted_binds || ActiveRecord::Base.connection.type_casted_binds(binds)
|
|
158
|
+
casted_binds || ::ActiveRecord::Base.connection.type_casted_binds(binds)
|
|
159
159
|
end
|
|
160
160
|
|
|
161
161
|
def type_casted_binds_v5_1_5(casted_binds)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_semantic_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Reid Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|