babelyoda 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +1 -0
  2. data/VERSION +1 -1
  3. data/bin/babelyoda +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,2 +1,3 @@
1
1
  v1.1.0. Initial release.
2
2
  v1.4.0. Better command line options handling + Bugfixes.
3
+ v1.5.0. Fixed a major bug in localization of XIB files.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
data/bin/babelyoda CHANGED
@@ -123,7 +123,7 @@ def dst_xib_files
123
123
  end
124
124
 
125
125
  def src_xib_files
126
- xib_files_for_lang($config['src_lang_lproj'])
126
+ xib_files_for_lang($config['src_lang'])
127
127
  end
128
128
 
129
129
  def strings_files_for_lang(lang)
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 4
7
+ - 5
8
8
  - 0
9
- version: 1.4.0
9
+ version: 1.5.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrey Subbotin