technologic 0.27.1 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
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 +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b08a269814ea0eb500c5383c2850582a4ca709bbbea9e467c7c694a3c851ef37
4
- data.tar.gz: 5139a0508a95f3ade222b926a53cea174c57ea34c5db293a953d399b2f7c6637
3
+ metadata.gz: d0e1cd59a77b455962bbb506d25c2d56501ee7a2216c603396142fbcecfa58b1
4
+ data.tar.gz: fa43107d7e762a559ff7e8a9581fb39749e520dfe39171025800cce128435e72
5
5
  SHA512:
6
- metadata.gz: b786a9e93c9c45863afc618472309a66a726682ba6f1dab6a822d3e6ad0d9442ea2fafcf7c707f3816aa7271a2fed7940218b8140b92cb1b7a45c259afbc1205
7
- data.tar.gz: ed68c3541646d71691e8f795191a847c393cf0da4d72aadaf08fc8980667c4e6ca258aa3cec3bad8f9e8ec817986728beaee6d2754ea56fb5fa7f972ad250099
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.27.1"
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.27.1
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-04 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.27.1
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.27.1
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,15 +80,15 @@ 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.27.1
91
- post_install_message:
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
+ post_install_message:
92
92
  rdoc_options: []
93
93
  require_paths:
94
94
  - lib
@@ -103,8 +103,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  requirements: []
106
- rubygems_version: 3.2.26
107
- signing_key:
106
+ rubygems_version: 3.3.8
107
+ signing_key:
108
108
  specification_version: 4
109
109
  summary: Logging system built on an extensible event triggering system requiring minimal
110
110
  implementation