ezlog 0.9.5 → 0.9.6
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 +4 -4
- data/CHANGELOG.md +8 -1
- data/lib/ezlog/rails/active_record/log_subscriber.rb +2 -0
- data/lib/ezlog/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 178b2810c13ba87a8a1e389a6679e14f06e4b4f05bcc0a84dea797110cfde3a7
|
|
4
|
+
data.tar.gz: ae3e3abfbf692e3189a5d6e1bfb1efe4ec3ce064e1e61285a2c13b27922e13fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21d6c1fa52dd9b46bbc33fc776d139d3c7c38492cb8f7f47bcfc577c47c53a8014197712993ece0a53807646fff222acca23e803df8af74c32ee820b4b895f7c
|
|
7
|
+
data.tar.gz: 2ba5df5dcb18e3553f97f4727556626ad386e2e2c4dc16aefe261d3502cbe33d9fc163c439da8aa3a8392359eba43f15ea5a5da7501892da7e6c7e9e149b0553
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
### 0.9.
|
|
1
|
+
### 0.9.6 (2021-06-30)
|
|
2
|
+
|
|
3
|
+
[Full Changelog](https://github.com/emartech/ezlog/compare/v0.9.5...v0.9.6)
|
|
4
|
+
|
|
5
|
+
* Fix
|
|
6
|
+
* fixing a Rails 6.1 specific issue with ActiveRecord array parameter in a query (`User.where(id: [1,2,3,4])`)
|
|
7
|
+
|
|
8
|
+
### 0.9.5 (2020-10-01)
|
|
2
9
|
|
|
3
10
|
[Full Changelog](https://github.com/emartech/ezlog/compare/v0.9.4...v0.9.5)
|
|
4
11
|
|
data/lib/ezlog/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ezlog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zoltan Ormandi
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logging
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '5.0'
|
|
139
|
-
description:
|
|
139
|
+
description:
|
|
140
140
|
email:
|
|
141
141
|
- zoltan.ormandi@emarsys.com
|
|
142
142
|
executables: []
|
|
@@ -177,7 +177,7 @@ licenses:
|
|
|
177
177
|
- MIT
|
|
178
178
|
metadata:
|
|
179
179
|
changelog_uri: https://github.com/emartech/ezlog/blob/master/CHANGELOG.md
|
|
180
|
-
post_install_message:
|
|
180
|
+
post_install_message:
|
|
181
181
|
rdoc_options: []
|
|
182
182
|
require_paths:
|
|
183
183
|
- lib
|
|
@@ -192,8 +192,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
193
|
version: '0'
|
|
194
194
|
requirements: []
|
|
195
|
-
rubygems_version: 3.1.
|
|
196
|
-
signing_key:
|
|
195
|
+
rubygems_version: 3.1.6
|
|
196
|
+
signing_key:
|
|
197
197
|
specification_version: 4
|
|
198
198
|
summary: A zero-configuration logging solution for projects using Sidekiq, Rails,
|
|
199
199
|
Sequel, etc.
|