technologic 0.6.4 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/technologic/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3f12d797d8427a0c1c062718bc5b014b71287fdcfb2b20f92c4cc95fc876caa
|
4
|
+
data.tar.gz: 150faa1f2822d5713734f01a61c23ed5b077915e98bd09d157848af19cd2e164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8daabb58f5766f0119ccef52cee230fba1901bf01b6ca5600884327db678d5da24b0ccaeed93f38e2e7d3937c969b27e028b2f5b20dcc292b51aaa4303812e0c
|
7
|
+
data.tar.gz: c540514208e2c4f2c2c7084604995692add818657b19953b7a54534d4310bb4de0d8aa349e5a091323e8e0078e94633148fbd54a439b832e579077fb0f7042d2
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Technologic
|
2
2
|
|
3
|
+
An clean and terse way to produce standardized, highly actionable, and data-rich logs
|
4
|
+
|
3
5
|
[![Gem Version](https://badge.fury.io/rb/technologic.svg)](https://badge.fury.io/rb/technologic)
|
4
6
|
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/master/badge.svg)](https://semaphoreci.com/freshly/spicerack)
|
5
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
|
@@ -53,9 +55,7 @@ fatal :it_is_going_to_be_a_long_day, need_to_know: info_dump
|
|
53
55
|
|
54
56
|
## Development
|
55
57
|
|
56
|
-
|
57
|
-
|
58
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
58
|
+
Consult Spicerack's [development instructions](../README.md#development) for more info.
|
59
59
|
|
60
60
|
## Contributing
|
61
61
|
|
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.7.0
|
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-04-
|
11
|
+
date: 2019-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -44,15 +44,16 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
47
|
+
version: 0.7.0
|
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: An
|
54
|
+
version: 0.7.0
|
55
|
+
description: An clean and terse way to produce standardized, highly actionable, and
|
56
|
+
data-rich logs
|
56
57
|
email:
|
57
58
|
- garside@gmail.com
|
58
59
|
executables: []
|
@@ -115,6 +116,6 @@ rubyforge_project:
|
|
115
116
|
rubygems_version: 2.7.6
|
116
117
|
signing_key:
|
117
118
|
specification_version: 4
|
118
|
-
summary:
|
119
|
-
|
119
|
+
summary: Logging system built on an extensible event triggering system requiring minimal
|
120
|
+
implementation
|
120
121
|
test_files: []
|