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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c6146f00ae0408e8518aec6e60a8c4f02c273c8375e684a6761a24e49cb166c
4
- data.tar.gz: 12546912bf30c0b8430ca9e2da27bce425482bbfbf247adf3f2b130600dbba68
3
+ metadata.gz: ddd33c8ba1125c35d1b5273bd7f576805d30e0d0b242068812c30533456a9069
4
+ data.tar.gz: 9b423fa389777ab7dd9e0b4b634317cb829d0747e34a400394da8abd86ec0d82
5
5
  SHA512:
6
- metadata.gz: 1ac1d1a6d866f36159d455bdf933823e1931604eee0578c17539a923abf429f8a9c8153b6e939be9c31db23b4b4ed6d5b2be9f223e8b922292f211419217b1bf
7
- data.tar.gz: 77ab6b373f7b972300b454797f0ff90127a7ee55fb4592315e03ad9069239ddbbb04d7c610e3757c9586407af912da34dec9c5fccea3909e0785bd67576e4ca1
6
+ metadata.gz: 00d696a041061a60b662e21574872870d423a33741e34fdad41e4b438bbf92858454c20f0b20d690854fc07e7cf7319eb8c21155948d1a0ece73837691cd90ae
7
+ data.tar.gz: a9f65e18b6263d285992a0e31f3faede2d70262a1f012598b1c65d83f1f4acfb84bf9d8fd5ac9df4e5c5c32416885b5e8e79ffc2f7e7f952ed49c900a4e0f59b
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Technologic
2
2
 
3
- An clean and terse way to produce standardized, highly actionable, and data-rich logs
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)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Technologic
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.7.4"
5
+ VERSION = "0.8.1"
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.7.4
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-07 00:00:00.000000000 Z
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.7.4
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.7.4
55
- description: An clean and terse way to produce standardized, highly actionable, and
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