technologic 0.16.1 → 0.16.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/technologic/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0886240303cd367eb0a4f9dfc0573e9c7d6c328ff451d00c5f7db6cbf50da4e3'
|
4
|
+
data.tar.gz: 108c801bfa7a2c5eb6f3325c5eb30fd80cfaf937a8da57b205eb9d34e02e7512
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f33a8386e5357b84d843b4474f1a08ec694c0aca9804422cffe97f8f9550ddda34f25af1c36498a4cdb9c61577afebeb2e62d5fcd2cd5b39a5f6828c7bbaf19
|
7
|
+
data.tar.gz: f64ce84289acc6d0b61e0f2638a3efe54c1b6ab89643cebea8c8a2d72ba64455f82503379ec1c97759f3d332319465bd822da93a7b348bac36cac42f60a91ba8
|
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.16.
|
4
|
+
version: 0.16.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-08-
|
11
|
+
date: 2019-08-29 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.16.
|
47
|
+
version: 0.16.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.16.
|
54
|
+
version: 0.16.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
|