technologic 0.14.1 → 0.14.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0f89af199bf1714e253a8aed07cab2b4ebd8dd5fb0b7682a2e672cfcfcfebb8
|
|
4
|
+
data.tar.gz: '016962e47bbe981fec523b5b03cde8fec9ffe2e76b287332b4627779527631e4'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c687273a6ae82c1e230326779117ab450435d110d9be0eb68b1f95f7432cad53ad976400e2366e856bbba347958573ac0bebae426204923bb9bdc26bc24e37b
|
|
7
|
+
data.tar.gz: 211f5ea19d85bfab689b087aa4d380456fb77e08ca981ba0ac6bda183ff4694d4f20369350ce02fa01f5b544a08476cfa32b0b3534d301c66b9a456cef932c78
|
|
@@ -28,5 +28,9 @@
|
|
|
28
28
|
# end
|
|
29
29
|
|
|
30
30
|
RSpec.shared_examples_for "a logged event with severity" do |event, severity, for_class = described_class|
|
|
31
|
-
|
|
31
|
+
let(:expected_class) { for_class }
|
|
32
|
+
|
|
33
|
+
include_examples "an instrumented event"
|
|
34
|
+
|
|
35
|
+
let(:expected_event) { "#{event}.#{expected_class}.#{severity}" }
|
|
32
36
|
end
|
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.14.
|
|
4
|
+
version: 0.14.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Garside
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.14.
|
|
47
|
+
version: 0.14.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.14.
|
|
54
|
+
version: 0.14.2
|
|
55
55
|
description: A clean and terse way to produce standardized, highly actionable, and
|
|
56
56
|
data-rich logs
|
|
57
57
|
email:
|
|
@@ -115,7 +115,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
|
-
|
|
118
|
+
rubyforge_project:
|
|
119
|
+
rubygems_version: 2.7.6
|
|
119
120
|
signing_key:
|
|
120
121
|
specification_version: 4
|
|
121
122
|
summary: Logging system built on an extensible event triggering system requiring minimal
|