yamlt 0.0.11 → 0.0.12

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tasks/yamlt.rake +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b4eceb6d024806598c6ad1bd673388ef7d1b0a3
4
- data.tar.gz: 3af24bd5313bde1c894f10b4f946ff3089d6d92c
3
+ metadata.gz: ddccf3be42d45bbf953da15bc119b4c7afdd7419
4
+ data.tar.gz: 5232c901516a0a2f2d1948f213d1cf7d1fa5f050
5
5
  SHA512:
6
- metadata.gz: b764894a2b9b9a602e08ec4814c6c4fd2844033057bd0068d976f2a9ca67ce94b27d3f2a389d58c45b91d6af1d57af9e25c670a657dd4f778a124527dc35cc77
7
- data.tar.gz: cf51c32042b1410d6589b190ad4c96d6b89844fa6e03d2022cad1202b658c4edd2764ffed5c9b66e97d037df4f66fabb7287789a12919eba14a4208a2f539057
6
+ metadata.gz: c3eb84c80dbff381784648ba25b2ec6c8e7082cff93202a52a75b9ec79ddf997865ddba690399ef2ccdd6f66be7a8fc8bec403db3c5d848cddbf0656f68dfd00
7
+ data.tar.gz: e9cadf2ba0077ce65a95bb7d681a380be2c93efeb832858717ebcb1f67c32b1f16eb49c63c61600ab8cba6583d98812668531756625368a338a3496f67fda730
@@ -9,7 +9,7 @@ namespace :i18n do
9
9
  source = ENV["FROM"] || "en"
10
10
 
11
11
  # Calculate paths
12
- base_path = File.expand_path(File.join(Dir.pwd, "config"))
12
+ base_path = File.expand_path(File.join(Dir.pwd, "config/locales"))
13
13
  target_path = File.join(base_path, target + ".yml")
14
14
  source_path = File.join(base_path, source + ".yml")
15
15
 
@@ -26,7 +26,7 @@ namespace :i18n do
26
26
  source = ENV["FROM"] || "en"
27
27
 
28
28
  # Calculate paths
29
- base_path = File.expand_path(File.join(Dir.pwd, "config"))
29
+ base_path = File.expand_path(File.join(Dir.pwd, "config/locales"))
30
30
  target_path = File.join(base_path, target + ".yml")
31
31
  source_path = File.join(base_path, source + ".yml")
32
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamlt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tangerine Cat