tolk 1.3.10 → 1.3.11

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.
@@ -51,7 +51,7 @@ module Tolk
51
51
  all - [primary_locale]
52
52
  end
53
53
 
54
- def dump_all(to = nil, exporter = Tolk::Export)
54
+ def dump_all(to = self.locales_config_path, exporter = Tolk::Export)
55
55
  secondary_locales.each do |locale|
56
56
  exporter.dump(name: locale.name, data: locale.to_hash, destination: to)
57
57
  end
data/lib/tolk/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tolk
2
- VERSION = "1.3.10"
2
+ VERSION = "1.3.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tolk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.10
4
+ version: 1.3.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-07-04 00:00:00.000000000 Z
16
+ date: 2013-07-10 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: will_paginate