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 +4 -4
- data/VERSION +1 -1
- data/lib/carioca/configuration.rb +2 -2
- data/lib/carioca/services/output.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40e63536046fcd8d20fac9c1a212748fe192b6b76a5e836688fb7210ae3c4b08
|
4
|
+
data.tar.gz: adaa387f7909f2d455cb4203ca9e59de29eaf3e8cbd1d11dfec0699406b29901
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70ed6eefae775cf2052d2755b38c535fc131886ca4dfe450946c65bb060eb9a816b386df03bdb022a45b0efe68444e9a44f0a0738dd791fa724b8f4d1d37257e
|
7
|
+
data.tar.gz: 21fca522348969a80829fe47d19fec7bf2db7c6801d181f41125f4cf0429ccead8ec2fa796f652cb78ce183e366b78b07fe9cc268ce9d03742706be2cd36461e
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
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
|
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
|