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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baaef725c4fcecbabe7a4b884cca555d444d1d127da3d359534486ed6704cfe8
4
- data.tar.gz: 3eda1c0eb2ffbc45fc6076863f524dcb102c2451b1dbe03cf6823f87e204cbfc
3
+ metadata.gz: e3f12d797d8427a0c1c062718bc5b014b71287fdcfb2b20f92c4cc95fc876caa
4
+ data.tar.gz: 150faa1f2822d5713734f01a61c23ed5b077915e98bd09d157848af19cd2e164
5
5
  SHA512:
6
- metadata.gz: 38ec48be6eb419ab8b163c1a668e903783e1e70db56cde77a61c55ad67969f601de5aa402319b2b5d5d2dfb11cac95480b44e162837b2e613fecc2649a8bbdd8
7
- data.tar.gz: 1a64a64b011dbad32f913ecda755714d9f2b57b6ec921fb87cb42566a3c62cb3fed788c83283cadb83ae4e7daee0cbb44e206184841ed117423494b31b6bc7df
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
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Technologic
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.6.4"
5
+ VERSION = "0.7.0"
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.6.4
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-12 00:00:00.000000000 Z
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.6.4
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.6.4
55
- description: An opinionated philosophy on logging for Ruby on Rails applications.
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: An approach for producing clear, terse, standardized, actionable, and data-rich
119
- logs.
119
+ summary: Logging system built on an extensible event triggering system requiring minimal
120
+ implementation
120
121
  test_files: []