carioca 2.0.10 → 2.0.11
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
- 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: 3e5cab2655a3d4eec5792f27bf6c6dfabedd891c79c61beefb181f990f2ec5a0
|
4
|
+
data.tar.gz: 6496b08c745a63f3095087b1584cbd3c2ef1f5b40d5df1f71f42d3dd7143db44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 682eb41be53476379f3b3f5e3cbee7d2e61fe6b3c0b8fd6b0e0cd12d26f4b6a27e8cdedf7b8b800a62074a5d9eeae58263ce0f61bf7050a59ca0664eb3d01523
|
7
|
+
data.tar.gz: 6fb0797188bf75d3885b962b9230749b316c1935fb3c4487b3aa5ccca7292211be888010b8e4af8bb023a9992a78e6fc4a3fada3e7fc10672938f0d38917df09
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.11
|
@@ -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
|