bisu 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bisu.gemspec +2 -2
  3. data/lib/bisu.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e490a4eb1f3f5aa61b9dc20f112f7ab1715114db
4
- data.tar.gz: ad057133b9eb8fc9abc73442030e4a89a4126e41
3
+ metadata.gz: e1e467bb3e10dd72e8da7301cc9583734b348a63
4
+ data.tar.gz: 7f298eadab69a48278eb7826e20234df360cf5d4
5
5
  SHA512:
6
- metadata.gz: fb9fddca4965aa22d9cc3101f9cb407aa994ee9fc55c476b1cdd685cfe68391dd7a96f7b8f39ad4d0a5f173fd5165eb664812cba18fa8b9c489c6f8fb76b56e3
7
- data.tar.gz: 035ad2f3bd974d9d38564074095d6046174a442fc99e954b29c9d295b893648a9e7869130bd17adc1774e002ccba846320c92b8d70b9e190a2bea367d7aff520
6
+ metadata.gz: 0f348d63e4ce0adb25b24c0b120d86e2cb425573e1f649fcc2b17fbf02a5f623b106e5a6dc1b733ba3a246346f5ee3505b6e2d64785ae357aa70a389cd63af26
7
+ data.tar.gz: f129554415e9d19853d4a6bd4ffda0080311d5bb67998e778458d200639656242779e0638b80df0264e36507ac9d566c6a07437df5197b28e7f534960c3b5748
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bisu'
3
- s.version = '1.1.0'
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/h19-bisu'
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']
@@ -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.0
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/h19-bisu
95
+ homepage: https://github.com/hole19/bisu
96
96
  licenses:
97
97
  - MIT
98
98
  metadata: {}