technologic 0.25.6 → 0.26.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/technologic.rb +1 -3
- data/lib/technologic/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f7ed5d8a89f38b119bec575a0c5e8901aa7dcdc81cab0ffdb5468ec3459863c
|
4
|
+
data.tar.gz: 63682985883773ac864128d310a1408191f92b3142730c35491fa82f07662d7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d278d08a38d7018f177a3a69d01e63310abaf2bef5f70cd4f8faf0bc496e90bd14e48ef383a5d1ae0715f6ab51b9fe05d502a53a5221347cd02c2dc15f212dd7
|
7
|
+
data.tar.gz: b73a91174046ddb2376b7ae03c9cb289deb83fd6ea1d92d17953800a233654a43298c536210b8183fc5cd4bd5a0ccedb2261a39088b4655d20ffe1eb64ccbfd4
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
A clean and terse way to produce standardized, highly actionable, and data-rich logs
|
4
4
|
|
5
5
|
[![Gem Version](https://badge.fury.io/rb/technologic.svg)](https://badge.fury.io/rb/technologic)
|
6
|
-
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/
|
6
|
+
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/main/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
7
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
8
8
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)
|
9
9
|
|
data/lib/technologic.rb
CHANGED
@@ -56,9 +56,7 @@ module Technologic
|
|
56
56
|
# Targeted workaround for ActiveJob#instrument in Rails 6.1+
|
57
57
|
return super if defined?(ActiveJob) && self.class <= ActiveJob::Base && ActiveJob.version >= ACTIVEJOB_WORKAROUND_FIRST_VERSION
|
58
58
|
|
59
|
-
|
60
|
-
|
61
|
-
_tl_instrument(*args, **opts, &block)
|
59
|
+
self.class.instrument(*args, **opts, &block)
|
62
60
|
end
|
63
61
|
|
64
62
|
module ClassMethods
|
data/lib/technologic/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: technologic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Garside
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.
|
33
|
+
version: 0.26.0.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.
|
40
|
+
version: 0.26.0.3
|
41
41
|
description: A clean and terse way to produce standardized, highly actionable, and
|
42
42
|
data-rich logs
|
43
43
|
email:
|
@@ -80,14 +80,14 @@ files:
|
|
80
80
|
- lib/technologic/subscriber/event_handling.rb
|
81
81
|
- lib/technologic/version.rb
|
82
82
|
- lib/technologic/warn_subscriber.rb
|
83
|
-
homepage: https://github.com/Freshly/spicerack/tree/
|
83
|
+
homepage: https://github.com/Freshly/spicerack/tree/main/technologic
|
84
84
|
licenses:
|
85
85
|
- MIT
|
86
86
|
metadata:
|
87
|
-
homepage_uri: https://github.com/Freshly/spicerack/tree/
|
88
|
-
source_code_uri: https://github.com/Freshly/spicerack/tree/
|
89
|
-
changelog_uri: https://github.com/Freshly/spicerack/blob/
|
90
|
-
documentation_uri: https://www.rubydoc.info/gems/technologic/0.
|
87
|
+
homepage_uri: https://github.com/Freshly/spicerack/tree/main/technologic
|
88
|
+
source_code_uri: https://github.com/Freshly/spicerack/tree/main/technologic
|
89
|
+
changelog_uri: https://github.com/Freshly/spicerack/blob/main/technologic/CHANGELOG.md
|
90
|
+
documentation_uri: https://www.rubydoc.info/gems/technologic/0.26.0.3
|
91
91
|
post_install_message:
|
92
92
|
rdoc_options: []
|
93
93
|
require_paths:
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
- !ruby/object:Gem::Version
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
|
-
rubygems_version: 3.1.
|
106
|
+
rubygems_version: 3.1.6
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
109
|
summary: Logging system built on an extensible event triggering system requiring minimal
|