bisu 1.1.0 → 1.1.1
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/bisu.gemspec +2 -2
- data/lib/bisu.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1e467bb3e10dd72e8da7301cc9583734b348a63
|
|
4
|
+
data.tar.gz: 7f298eadab69a48278eb7826e20234df360cf5d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f348d63e4ce0adb25b24c0b120d86e2cb425573e1f649fcc2b17fbf02a5f623b106e5a6dc1b733ba3a246346f5ee3505b6e2d64785ae357aa70a389cd63af26
|
|
7
|
+
data.tar.gz: f129554415e9d19853d4a6bd4ffda0080311d5bb67998e778458d200639656242779e0638b80df0264e36507ac9d566c6a07437df5197b28e7f534960c3b5748
|
data/bisu.gemspec
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'bisu'
|
|
3
|
-
s.version = '1.1.
|
|
3
|
+
s.version = '1.1.1'
|
|
4
4
|
s.date = '2015-07-01'
|
|
5
5
|
s.summary = 'A localization automation service'
|
|
6
6
|
s.description = 'Bisu manages your app iOS and Android localization files for you. No more copy+paste induced errors!'
|
|
7
7
|
s.authors = ['joaoffcosta']
|
|
8
8
|
s.email = 'joaostacosta@gmail.com'
|
|
9
9
|
s.license = 'MIT'
|
|
10
|
-
s.homepage = 'https://github.com/hole19/
|
|
10
|
+
s.homepage = 'https://github.com/hole19/bisu'
|
|
11
11
|
|
|
12
12
|
s.files = `git ls-files`.split("\n")
|
|
13
13
|
s.require_paths = ['lib']
|
data/lib/bisu.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Bisu
|
|
|
32
32
|
return false
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
out_path = out_path % { locale: locale, out_name: out_name }
|
|
35
|
+
out_path = out_path % { locale: locale, android_locale: locale.gsub("-", "-r"), out_name: out_name }
|
|
36
36
|
|
|
37
37
|
translator.translate(language, locale, in_path, out_path)
|
|
38
38
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bisu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- joaoffcosta
|
|
@@ -92,7 +92,7 @@ files:
|
|
|
92
92
|
- test/test_bisu_logger.rb
|
|
93
93
|
- test/test_bisu_translator.rb
|
|
94
94
|
- test/test_helper.rb
|
|
95
|
-
homepage: https://github.com/hole19/
|
|
95
|
+
homepage: https://github.com/hole19/bisu
|
|
96
96
|
licenses:
|
|
97
97
|
- MIT
|
|
98
98
|
metadata: {}
|