technologic 0.7.4 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/technologic/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddd33c8ba1125c35d1b5273bd7f576805d30e0d0b242068812c30533456a9069
|
4
|
+
data.tar.gz: 9b423fa389777ab7dd9e0b4b634317cb829d0747e34a400394da8abd86ec0d82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00d696a041061a60b662e21574872870d423a33741e34fdad41e4b438bbf92858454c20f0b20d690854fc07e7cf7319eb8c21155948d1a0ece73837691cd90ae
|
7
|
+
data.tar.gz: a9f65e18b6263d285992a0e31f3faede2d70262a1f012598b1c65d83f1f4acfb84bf9d8fd5ac9df4e5c5c32416885b5e8e79ffc2f7e7f952ed49c900a4e0f59b
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Technologic
|
2
2
|
|
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
6
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
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.
|
4
|
+
version: 0.8.1
|
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-05-
|
11
|
+
date: 2019-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -44,15 +44,15 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
47
|
+
version: 0.8.1
|
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.
|
55
|
-
description:
|
54
|
+
version: 0.8.1
|
55
|
+
description: A clean and terse way to produce standardized, highly actionable, and
|
56
56
|
data-rich logs
|
57
57
|
email:
|
58
58
|
- garside@gmail.com
|