carioca 2.0.8 → 2.0.9

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
  SHA256:
3
- metadata.gz: 3619c1f86b206a2373b673538cc932bc95794a5809abc7bbce0c61c5cd25d5d5
4
- data.tar.gz: 6f7ec44d6e0c31a37d69353f92450a684822152f7a0d26452d1cae8c7f1dbc45
3
+ metadata.gz: 9f7a044cde7b83f6e73cec4fa5dbc6281d2aa16cf027d18f2c1c6a74e6c71b0a
4
+ data.tar.gz: 53866fb3c83823e1c684a5cc20df85aa0eae7c2a64fc373f6c9af793dc87ff5e
5
5
  SHA512:
6
- metadata.gz: 95fd1490f9190c6cc336159da7cc6471caf074d0e44ce92489b3b136d9f63ed23bc5d73563506b84dae44546484baccba6b16832d7f7b20bc751cd85b6adc80d
7
- data.tar.gz: fe72fea00a12db54e707164f89a349d77432a2b2c2793b1696e02251251585fb35a4fcc7a5d05c96587c739d29ca339d3861936645835af7744f899ed9ec74bd
6
+ metadata.gz: 0e436fcf0a2c93f1ccc5562ba594760a27531545a86d88ed1c5f7984184478c39658539d7f335573fd11c79549696f0b58106adbc58aa7333e8abcebab036a69
7
+ data.tar.gz: b5114171a548715d2d6c093dea0551c553877023c0b8bcb49ec5a3e1687b63e41127f8917a317fde875ec4930f43d7235a695a044712b8b6d710c12612eb420d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.8
1
+ 2.0.9
@@ -43,7 +43,7 @@ module Carioca
43
43
  success: { value: "\u{1F4AA}", alt: '[+]', text: '(SUCCESS)' },
44
44
  debug: { value: "\u{1F41B}", alt: '[D]', text: '(DEBUG)' },
45
45
  flat: { value: '', alt: '' },
46
- skipped: { value: 'U{23E9}', alt: '[I]', text: '(SKIPPED)'}
46
+ skipped: { value: "\u{23E9}", alt: '[I]', text: '(SKIPPED)'}
47
47
  }.freeze
48
48
  LEVELS = %i[debug info warn error fatal unknown].freeze
49
49
  ALIAS = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carioca
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain GEORGES