i18n_googledocs 0.1.4 → 0.1.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.4.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "i18n_googledocs"
8
- s.version = "0.1.4"
8
+ s.version = "0.1.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Georg Kunz", "Ivan Jovanovic", "Jeremy Seitz", "Kristian Mandrup"]
12
- s.date = "2012-05-03"
12
+ s.date = "2012-05-18"
13
13
  s.description = "GEM providing helper scripts to manage i18n translations in Google Docgem. Features: check YAML files for missing translations; export YAML files to CSV; download translations from multiple Google spreadsheets and store to YAML files"
14
14
  s.email = "jeremy.seitz@local.ch"
15
15
  s.extra_rdoc_files = [
@@ -25,11 +25,11 @@ module I18nDocs
25
25
  end
26
26
 
27
27
  def add_locale_paths_for locales
28
- locales.each do |locale|
29
- path = Rails.root.join('config', 'locales', locale.to_s, '*.yml')
30
- puts "Adding locale path: #{path}" if debug?
31
- I18n.load_path += Dir[path]
32
- end
28
+ locales.each do |locale|
29
+ path = Rails.root.join('config', 'locales', locale.to_s, '**/*.yml')
30
+ puts "Adding locale path: #{path}" if debug?
31
+ I18n.load_path += Dir[path]
32
+ end
33
33
  end
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_googledocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-05-03 00:00:00.000000000 Z
15
+ date: 2012-05-18 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: deep_merge
@@ -215,7 +215,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
215
  version: '0'
216
216
  segments:
217
217
  - 0
218
- hash: 3139210509392109152
218
+ hash: 2758630879697620151
219
219
  required_rubygems_version: !ruby/object:Gem::Requirement
220
220
  none: false
221
221
  requirements: