carioca 2.0.6 → 2.0.8

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: 13022502526464ca7b3d4a3a7e0978da16561ba5ff5d122ecfe342490e4cf9e6
4
- data.tar.gz: cf459b788caaab93897fa016979ff71330327ee6298924630d4bfd65810f1a0e
3
+ metadata.gz: 3619c1f86b206a2373b673538cc932bc95794a5809abc7bbce0c61c5cd25d5d5
4
+ data.tar.gz: 6f7ec44d6e0c31a37d69353f92450a684822152f7a0d26452d1cae8c7f1dbc45
5
5
  SHA512:
6
- metadata.gz: af1f9349fcbde3d58278681fe4a2d8ac103f6cd1f9a6b16604cc456bf958c6f9f3a69c2c4eaef031a37cbd5a85061e6a8015ff4ba8f6fd9c9abe9c73d9fbd6dc
7
- data.tar.gz: 8bb31c85ce579f72588fc54376e33701baf8e683929627e5edd07aed47bb9a1d9dfeeb5039eab8aa9f22bef8462812a6ebbe5a59c3138245ef2e77fac948af9d
6
+ metadata.gz: 95fd1490f9190c6cc336159da7cc6471caf074d0e44ce92489b3b136d9f63ed23bc5d73563506b84dae44546484baccba6b16832d7f7b20bc751cd85b6adc80d
7
+ data.tar.gz: fe72fea00a12db54e707164f89a349d77432a2b2c2793b1696e02251251585fb35a4fcc7a5d05c96587c739d29ca339d3861936645835af7744f899ed9ec74bd
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.6
1
+ 2.0.8
@@ -21,7 +21,8 @@ module Carioca
21
21
  ok: :green,
22
22
  success: :green,
23
23
  debug: :magenta,
24
- flat: :white
24
+ flat: :white,
25
+ skipped: :white
25
26
  }.freeze
26
27
 
27
28
  EMOJI = {
@@ -42,7 +43,7 @@ module Carioca
42
43
  success: { value: "\u{1F4AA}", alt: '[+]', text: '(SUCCESS)' },
43
44
  debug: { value: "\u{1F41B}", alt: '[D]', text: '(DEBUG)' },
44
45
  flat: { value: '', alt: '' },
45
- skip: { value: 'U{23E9}', alt: '[I]', text: '(SKIPPED)'}
46
+ skipped: { value: 'U{23E9}', alt: '[I]', text: '(SKIPPED)'}
46
47
  }.freeze
47
48
  LEVELS = %i[debug info warn error fatal unknown].freeze
48
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.6
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain GEORGES