technologic 0.28.0 → 0.29.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/technologic/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a61fa3409784f67ebff8e0157c16329dbe7dcbe88196cbf50bef32aa783fa11
4
- data.tar.gz: bd2dbbe8adea1de849183c83051631e0a308c89a2ee7f2c6a7cbc1beacb1b016
3
+ metadata.gz: d0e1cd59a77b455962bbb506d25c2d56501ee7a2216c603396142fbcecfa58b1
4
+ data.tar.gz: fa43107d7e762a559ff7e8a9581fb39749e520dfe39171025800cce128435e72
5
5
  SHA512:
6
- metadata.gz: 3fdd2865aa5229126bf1841dd89581456b47cec556f4f57ca23dd65b9fae3d582a7a19a017319bc04aa90d21c29bf401573e2b55d0051545a088c3d1b9470805
7
- data.tar.gz: d1b089538d556ea90a53592ea1064f1a0a80af58f48f19d98e1f625fa0a9429fb3f48060e24f44756bd56831e3e246a980c6d3c8d3626595f61b32a4932236e1
6
+ metadata.gz: 99c6bf3e134d64961debcad846c587ea04358d30e2b52e4266c91671203ad83776e432b750d7268a401eef0d601c2e173d1c08ac698c2bbd25555a336214f135
7
+ data.tar.gz: cd1e481636fbca7d7c51721c0ae34695ba37cf4338e906cbe89719cb3abf9b69a6299c8b54b3dac9b6330bbf37071b4d10a0694cd724fe07c2656dce9a0a0b21
data/README.md CHANGED
@@ -93,7 +93,7 @@ Consult Spicerack's [development instructions](../README.md#development) for mor
93
93
 
94
94
  ## Contributing
95
95
 
96
- Bug reports and pull requests are welcome on GitHub at https://github.com/Freshly/spicerack.
96
+ Bug reports and pull requests are welcome on GitHub at https://github.com/RubyAfterAll/spicerack.
97
97
 
98
98
  ## License
99
99
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Technologic
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.28.0"
5
+ VERSION = "0.29.0"
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.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-06 00:00:00.000000000 Z
11
+ date: 2022-04-08 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.28.0
33
+ version: 0.29.0
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.28.0
40
+ version: 0.29.0
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/main/technologic
83
+ homepage: https://github.com/RubyAfterAll/spicerack/tree/main/technologic
84
84
  licenses:
85
85
  - MIT
86
86
  metadata:
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.28.0
87
+ homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/technologic
88
+ source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/technologic
89
+ changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/technologic/CHANGELOG.md
90
+ documentation_uri: https://www.rubydoc.info/gems/technologic/0.29.0
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.3.9
106
+ rubygems_version: 3.3.8
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: Logging system built on an extensible event triggering system requiring minimal