tolk 1.9.0 → 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 652a7535765ad75372d8a594b0d39004d3f92691
4
- data.tar.gz: f2745145fe518451579ff1ae55677b46dff21fcf
3
+ metadata.gz: e150f5f50f399c3a3175bdb1fadfe29810ee3325
4
+ data.tar.gz: ef55c5aed8955cf849271e066cef57be28c75c8e
5
5
  SHA512:
6
- metadata.gz: 401672278375a77cfbad76d816f1e24b9ba827fbcf88a18d8894adc6f3c1066e84530f02a378605d11df6ff34c9130887fd659beb9d3e959e38d70b513975778
7
- data.tar.gz: ce3597ae438da2dcc106af94cc56aeb42855fbc16b2f2731de6094f46dd30271a7e8d69e95410d265da2c6f9f5395f0a0d38734d0f7120c91a9296e7afd846f4
6
+ metadata.gz: b190ca7e0ce4637a171d9db8a1df5f7c6f288606fa6b97ee32a2601b1c9036545bfbff50cd11361e6f65c84bb6eabc0da6dab2b3a89bbd18003953947db12810
7
+ data.tar.gz: ece455e78fb594dab92ed2920b15b04ca968933841aeac09b13024d82ff829eb68f9d2035ce8cd2ef3c50f7a4ad389f059443eca279e1c7008ebad17e1bd0df3
@@ -20,7 +20,7 @@ module Tolk
20
20
  locale_block_filter = Proc.new {
21
21
  |l| ['.', '..'].include?(l) ||
22
22
  !l.ends_with?('.yml') ||
23
- l.match(/(.*\.){2,}/) # reject files of type xxx.en.yml
23
+ l.split("/").last.match(/(.*\.){2,}/) # reject files of type xxx.en.yml
24
24
  }
25
25
  translations_files = translations_files.reject(&locale_block_filter)
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module Tolk
2
- VERSION = "1.9.0"
2
+ VERSION = "1.9.1"
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.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-03-28 00:00:00.000000000 Z
15
+ date: 2015-04-01 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails