logger_json 1.0.3 → 1.0.4

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: 53b64f014da46a014b35f5d76d49fc6987ec680d2670ae73a7696af59d399fbd
4
- data.tar.gz: 0abfbcb0bebf8e92641cf9ea769d01433f366ddfa71e9efb89c8a253c8a3a531
3
+ metadata.gz: 8535ea33339da6f217cf7622fb7cc1126de38a98c57bd0f097e0860346dbcbbe
4
+ data.tar.gz: 07d16c27e46c2ac9820bc8999af3a2cd144cfbb0a35279e74852a141497992a1
5
5
  SHA512:
6
- metadata.gz: 8a746830ef1eef5bfea16bfa1b0efe09f19c2e55aa366cdb16d50bf2ba8d55d252dd4cf698f943cd8b644bb08b09fcf0fc854dc701f1e26f7fc63cceb0c7f1e6
7
- data.tar.gz: f82c94b70824a4c672903f3e448aeab87806ecc8bb5267a2546022107659f5bbf8f7368810d5e95a6c3e92c26634b8feb07c31afd7aa1dddf35a2c9d636ac2d4
6
+ metadata.gz: 211d767be0e1ae095759ede84c1df8f675e1dc6f3c1f9021f9ffeac74620ff5ab6352b411d8b5e9ebf37cd13dd36dda99f1d2cb41a742e839f0b19b1ec44851c
7
+ data.tar.gz: ca4dc1d7025a97016ff944687f6909c9fd87d1403e3a341c27ef0f959d9e5dcbe81e0e1df49f5d3049f3cf32130eac5fef3fb5235262bb8f913d3448e1b31f72
data/README.md CHANGED
@@ -58,7 +58,7 @@ LoggerJson uses [Mini Test](https://github.com/seattlerb/minitest) as test frame
58
58
  ruby test/test.rb
59
59
  ```
60
60
 
61
- * Runnin tests for an specific file:
61
+ * Running tests for a specific file:
62
62
 
63
63
  ```bash
64
64
  ruby test/create_file_spec.rb
@@ -1,6 +1,6 @@
1
1
  module LoggerJson
2
2
  module Text
3
3
  LOGGER_JSON = 'From now on every log will generate a json'.freeze
4
- PATH = 'logs/user-logs.log'
4
+ PATH = nil
5
5
  end
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module LoggerJson
2
- VERSION = "1.0.3".freeze
2
+ VERSION = "1.0.4".freeze
3
3
  end
Binary file
data/logger_json.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ["vfoliveira@rederecord.com.br"]
13
13
 
14
14
  spec.summary = "Flexible Json Logger solution for Ruby"
15
- spec.description = "LoggerJson is a gem written in Ruby that adds new functionality, without changing the function of the Logger class methods, which creates the logs in the json format."
15
+ spec.description = "LoggerJson is a gem written in Ruby that adds new functionality, without changing the function of the Logger class methods, which creates the logs in json format."
16
16
  spec.homepage = "https://gitlab.ir7.com.br/r7/logger-json"
17
17
  spec.license = "MIT"
18
18
  spec.required_ruby_version = '>= 1.9.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logger_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinicius Freire
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-05 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -53,8 +53,8 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
55
  description: LoggerJson is a gem written in Ruby that adds new functionality, without
56
- changing the function of the Logger class methods, which creates the logs in the
57
- json format.
56
+ changing the function of the Logger class methods, which creates the logs in json
57
+ format.
58
58
  email:
59
59
  - vfoliveira@rederecord.com.br
60
60
  executables: []
@@ -80,6 +80,7 @@ files:
80
80
  - lib/logger_json/text.rb
81
81
  - lib/logger_json/version.rb
82
82
  - lib/logger_json/writter.rb
83
+ - logger_json-1.0.3.gem
83
84
  - logger_json.gemspec
84
85
  homepage: https://gitlab.ir7.com.br/r7/logger-json
85
86
  licenses: