beautiful-log 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c38505282cb78a72c68ac0472ff8aa136c0e6b1e
4
- data.tar.gz: 2e1aad87eef1b82375f88e216a583c742a85351b
3
+ metadata.gz: 8d0e1f4c8c3aea739ef470352ed36b2fa1947e29
4
+ data.tar.gz: aecce600998bc5c3993caf1f77ec0a0965d0dad6
5
5
  SHA512:
6
- metadata.gz: 855b028f2ab28cf5733eb18af098637363369d4568aaea7fe04aa723fd27d9d6baff827ab9d69d5f58d959a70a59d4385f3851f2c6611c765ba73f7a66373f5f
7
- data.tar.gz: 673ff2431b73a77024f4cd5244e9a650522193e22788232ee3478dbc1c5753e646ea3d39ac1d468b9bb02f3de11712384115c5dac5ee35e4b1a0d87723d90505
6
+ metadata.gz: e95680e6562d10ef934b8be094c0eb63a53301e28ef00665fe0ff552ba36a13dbddc18641d678ddfdb9a259cc841b59fc347ebac30a38405b9f24c04e8ec2f6f
7
+ data.tar.gz: e0962d788b89a2e6c1efd2d8072781208444ca69a8ba86531a5e1574ec73b21a5262c6a841767350bb0b5ff21b879c7158f6b5c8e65fc1d28f66e842a4125209
@@ -10,7 +10,7 @@ module Beautiful
10
10
  :highlighted_line_range, :highlighted_line_styles, :backtrace_styles,
11
11
  :error_file_path_styles, :status_code_styles, :severity_styles
12
12
 
13
- cattr_accessor(:datetime_format) { '%Y-%M-%d %H:%m:%S' }
13
+ cattr_accessor(:datetime_format) { '%Y-%m-%d %H:%M:%S' }
14
14
 
15
15
  include Modules::CodeRangeExtractable, Modules::PathOmmittable,
16
16
  Modules::ErrorFormattable, Modules::RenderLogFoematter,
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Beautiful
3
3
  module Log
4
- VERSION = '0.1.5'.freeze
4
+ VERSION = '0.1.6'.freeze
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beautiful-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nogahighland