carioca 2.0.10 → 2.0.12

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: 2b56dfd6b3c6d3725261eb39f73b429c6b031909973e4a3483f945202925ffbb
4
- data.tar.gz: 2836fb78374d34e658546145b0bcbb98d25d1e2e26d641d73805c7ac73529f68
3
+ metadata.gz: 40e63536046fcd8d20fac9c1a212748fe192b6b76a5e836688fb7210ae3c4b08
4
+ data.tar.gz: adaa387f7909f2d455cb4203ca9e59de29eaf3e8cbd1d11dfec0699406b29901
5
5
  SHA512:
6
- metadata.gz: 1a7068081ac2e1d3344fb1ee6bfedf86b590ed0fbeacbb40fc9f9d7ca98d13c4c47d6d3b99539c2d63ab8ce91c9afe09880612d7a52228acf484f08a7ba4b541
7
- data.tar.gz: c77b855e6e2edb451bc95d0382565e13d97383874478b81d729fff0a7f60d0b600f7238e89b3f4029ea505240f9efe7970c25b6b16e97d6bc6e2729ef4469d17
6
+ metadata.gz: 70ed6eefae775cf2052d2755b38c535fc131886ca4dfe450946c65bb060eb9a816b386df03bdb022a45b0efe68444e9a44f0a0738dd791fa724b8f4d1d37257e
7
+ data.tar.gz: 21fca522348969a80829fe47d19fec7bf2db7c6801d181f41125f4cf0429ccead8ec2fa796f652cb78ce183e366b78b07fe9cc268ce9d03742706be2cd36461e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.10
1
+ 2.0.12
@@ -5,8 +5,8 @@ module Carioca
5
5
  include Carioca::Constants
6
6
  include Carioca::Helpers
7
7
  attr_accessor :filename, :name, :builtins, :log_target, :default_locale, :locales_load_path, :debugger_tracer,
8
- :config_file, :config_root, :environment, :supported_environment, :output_mode, :log_level
9
- attr_writer :init_from_file, :output_colors, :output_emoji, :output_target
8
+ :config_file, :config_root, :environment, :supported_environment, :output_mode, :log_level, :output_target
9
+ attr_writer :init_from_file, :output_colors, :output_emoji
10
10
  attr_reader :log_file, :locales_availables, :debug
11
11
 
12
12
  def initialize
@@ -66,7 +66,7 @@ module Carioca
66
66
  class Provider
67
67
  include FormatsMapping
68
68
 
69
- attr_accessor :mode, :emoji, :color
69
+ attr_accessor :mode, :emoji, :color, :target
70
70
 
71
71
  @@alias = ALIAS.dup
72
72
  @@colors = COLORS.dup
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.10
4
+ version: 2.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain GEORGES