technologic 0.25.7 → 0.26.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3006f2b696ecfc3cee31ebe03b1853fdc4dab110bf72d6a01b7c82cbf406bb38
4
- data.tar.gz: 68ef4174e989971a261a5966974ac73eaab88dbde2a5c1b289bdf07b6df74b4a
3
+ metadata.gz: 1eb1b107cebe69b074b86dd59ec9686d0035c5a7eb4d170b34ab2d29ea418c84
4
+ data.tar.gz: 49d52069ffe1f7276b1bf466235312018cd76ed110916405466960fc2131e993
5
5
  SHA512:
6
- metadata.gz: '0629986d45baf170d4335da4b27240091a8458a05087c18d3a40d9ffbff385be9c265e91e51d39812d1376fb982c5749306ee78872264fa32b61c09025abb631'
7
- data.tar.gz: dfab0de8c2be3864995f31bb0fccf7473dccaf769f2207f45a241769af30323bdfaf948cd35fe797493c7825e01a644f27effdeee46fe1b0fda26df8436fe5bd
6
+ metadata.gz: a149cbd964329d653c69bc6549f316024d1d525f92753cd3dc42d29756ea32189539a080182d27e67998c61b2bb843911f60ab8978b441e4871143b97c2eba99
7
+ data.tar.gz: a5b344165769084de79ee2fd67df3ba0cb7cbec305ae2a783eb5cc0e5a90a14229960ea9976173c40616f0376229b6ed99e1e8e3595beeb876a03c5162178e62
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/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
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
- ActiveSupport::Deprecation.warn("Technologic#instrument is deprecated. Instead, use the corresponding severity-level convenience method (#info, #error etc)")
60
-
61
- _tl_instrument(*args, **opts, &block)
59
+ self.class.instrument(*args, **opts, &block)
62
60
  end
63
61
 
64
62
  module ClassMethods
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Technologic
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.25.7"
5
+ VERSION = "0.26.0.4"
6
6
  end
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.25.7
4
+ version: 0.26.0.4
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-04-09 00:00:00.000000000 Z
11
+ date: 2021-05-17 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.25.7
33
+ version: 0.26.0.4
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.25.7
40
+ version: 0.26.0.4
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/master/technologic
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/master/technologic
88
- source_code_uri: https://github.com/Freshly/spicerack/tree/master/technologic
89
- changelog_uri: https://github.com/Freshly/spicerack/blob/master/technologic/CHANGELOG.md
90
- documentation_uri: https://www.rubydoc.info/gems/technologic/0.25.7
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.4
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.4
106
+ rubygems_version: 3.2.17
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: Logging system built on an extensible event triggering system requiring minimal