yamlt 0.0.10 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tasks/yamlt.rake +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b4a6bce4f6e33ed3f5fa0298b343659309f0c28
4
- data.tar.gz: f46e86b36755fccc1a5f3cf8d98c12857271986d
3
+ metadata.gz: 1b4eceb6d024806598c6ad1bd673388ef7d1b0a3
4
+ data.tar.gz: 3af24bd5313bde1c894f10b4f946ff3089d6d92c
5
5
  SHA512:
6
- metadata.gz: 16b990f23d6b5889518ec0fd900fda5c77746efda15733a7fed00972a2f439e9bb21c07bd5237d11341c73ae8c35b8dd939487076a779a3c35612f4c8ad21a3f
7
- data.tar.gz: fed93855bbf4db517eed278cb1e5290e4bfec80e09d2348b92ae8dc03bb62c184f99139b4a114d64c4494533696842686d8601790a5336dcf1a21f61f69aa183
6
+ metadata.gz: b764894a2b9b9a602e08ec4814c6c4fd2844033057bd0068d976f2a9ca67ce94b27d3f2a389d58c45b91d6af1d57af9e25c670a657dd4f778a124527dc35cc77
7
+ data.tar.gz: cf51c32042b1410d6589b190ad4c96d6b89844fa6e03d2022cad1202b658c4edd2764ffed5c9b66e97d037df4f66fabb7287789a12919eba14a4208a2f539057
data/lib/tasks/yamlt.rake CHANGED
@@ -10,8 +10,8 @@ namespace :i18n do
10
10
 
11
11
  # Calculate paths
12
12
  base_path = File.expand_path(File.join(Dir.pwd, "config"))
13
- target_path = File.join(base_path, target)
14
- source_path = File.join(base_path, source)
13
+ target_path = File.join(base_path, target + ".yml")
14
+ source_path = File.join(base_path, source + ".yml")
15
15
 
16
16
  # Take an action
17
17
  updater = Yamlt::Updater.new(source_path, target_path)
@@ -27,8 +27,8 @@ namespace :i18n do
27
27
 
28
28
  # Calculate paths
29
29
  base_path = File.expand_path(File.join(Dir.pwd, "config"))
30
- target_path = File.join(base_path, target)
31
- source_path = File.join(base_path, source)
30
+ target_path = File.join(base_path, target + ".yml")
31
+ source_path = File.join(base_path, source + ".yml")
32
32
 
33
33
  # Take an action
34
34
  Yamlt::Checker.(source_path, target_path)
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tangerine Cat