web_translate_it 2.1.7 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/history.md +4 -0
- data/lib/web_translate_it/command_line.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2878eea33a39adc7a2944bec217ec42f65df2ef
|
4
|
+
data.tar.gz: e230e5c23c7fd633954f11f38f3ce5383cc9a87f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37ddeddeb5b6b772bf74625292c38ab99c652568efd1c97aedc1620f5f3a6fb008ff0f7811103b998dc3c680f3a09471fe5830fe8aeebbf842c17fa44d60d1bc
|
7
|
+
data.tar.gz: d0dccf1014a99f4d0fcbaae3f9c1a3497c7a8eb43a74a693e7288467d3ae06a028ec53376512cc3065e4fd0613e699d11693123f88694bebfe7fda08495265ee
|
data/history.md
CHANGED
@@ -39,7 +39,7 @@ module WebTranslateIt
|
|
39
39
|
if parameters.any?
|
40
40
|
files = configuration.files.find_all{ |file| parameters.include?(file.file_path) }.sort{ |a,b| a.file_path <=> b.file_path }
|
41
41
|
else
|
42
|
-
files
|
42
|
+
files |= configuration.files.find_all{ |file| file.locale == locale }.sort{ |a,b| a.file_path <=> b.file_path }
|
43
43
|
end
|
44
44
|
end
|
45
45
|
if files.size == 0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: web_translate_it
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Edouard Briere
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multipart-post
|