aigu 1.1.1 → 1.2
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 +4 -4
- data/lib/aigu/rails_exporter.rb +1 -1
- data/lib/aigu/rails_importer.rb +1 -1
- data/lib/aigu/version.rb +1 -1
- data/spec/aigu/rails_exporter_spec.rb +3 -3
- data/spec/aigu/rails_importer_spec.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65dc0bc15a35c21e20a23c17cab97582df66b2de
|
|
4
|
+
data.tar.gz: aca146029ea5a6e44bc030f59f3e60895ee62869
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 362400cc9be7b2adc3625e603db025a87063cc66e52265a70078d1cb203258a387542c986f43876f747468cb871fda41cf1af41b6ae4f207e3efd638afaca1c9
|
|
7
|
+
data.tar.gz: 1104cf4c798010978536f5e73516dcdcfacfe51770a32e32fd5da8fda5253ab61ffbb725b42e25ef6460bee4d17a28ceacf6b49d1f464cc3294a3fba097d451a
|
data/lib/aigu/rails_exporter.rb
CHANGED
|
@@ -45,7 +45,7 @@ module Aigu
|
|
|
45
45
|
hash.each_with_object({}) do |(key, value), memo|
|
|
46
46
|
if value.is_a?(Array)
|
|
47
47
|
value.each_with_index do |array_value, index|
|
|
48
|
-
tainted_key = "#{key}
|
|
48
|
+
tainted_key = "#{key}.__KEY__#{index}"
|
|
49
49
|
memo[tainted_key] = sanitize_value_to_string(array_value)
|
|
50
50
|
end
|
|
51
51
|
else
|
data/lib/aigu/rails_importer.rb
CHANGED
data/lib/aigu/version.rb
CHANGED
|
@@ -23,9 +23,9 @@ describe Aigu::RailsExporter do
|
|
|
23
23
|
let(:expected_content) do
|
|
24
24
|
{
|
|
25
25
|
'users.fr|fr.users.index.title' => 'Foo',
|
|
26
|
-
'users.fr|fr.users.index.
|
|
27
|
-
'users.fr|fr.users.index.
|
|
28
|
-
'users.fr|fr.users.index.
|
|
26
|
+
'users.fr|fr.users.index.actions.__KEY__0' => 'Bar',
|
|
27
|
+
'users.fr|fr.users.index.actions.__KEY__1' => '___TRUE___',
|
|
28
|
+
'users.fr|fr.users.index.actions.__KEY__2' => 'LOL',
|
|
29
29
|
'users.fr|fr.users.index.footer' => 'Bla',
|
|
30
30
|
'users.fr|fr.users.index.shown' => '___FALSE___',
|
|
31
31
|
'users.fr|fr.users.index.hidden' => '___TRUE___',
|
|
@@ -8,9 +8,9 @@ describe Aigu::RailsImporter do
|
|
|
8
8
|
let(:content) do
|
|
9
9
|
{
|
|
10
10
|
'users.fr|fr.users.index.title' => 'Foo',
|
|
11
|
-
'users.fr|fr.users.index.
|
|
12
|
-
'users.fr|fr.users.index.
|
|
13
|
-
'users.fr|fr.users.index.
|
|
11
|
+
'users.fr|fr.users.index.actions.__KEY__0' => 'Bar',
|
|
12
|
+
'users.fr|fr.users.index.actions.__KEY__2' => '___TRUE___',
|
|
13
|
+
'users.fr|fr.users.index.actions.__KEY__1' => 'Baz',
|
|
14
14
|
'users.fr|fr.users.index.footer' => 'Bla',
|
|
15
15
|
'users.fr|fr.users.index.shown' => '___FALSE___',
|
|
16
16
|
'users.fr|fr.users.index.hidden' => '___TRUE___',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aigu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: '1.2'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rémi Prévost
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-05-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
188
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 2.
|
|
189
|
+
rubygems_version: 2.5.1
|
|
190
190
|
signing_key:
|
|
191
191
|
specification_version: 4
|
|
192
192
|
summary: Aigu is a set of utility to process localization files to generate JSON files
|