web_translate_it 2.1.7 → 2.1.8

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: 997264353b0b8bb1bc5b8f92833a32de153cb2b9
4
- data.tar.gz: eef60ff25069f6ebc2567548c6f5a98b81891979
3
+ metadata.gz: a2878eea33a39adc7a2944bec217ec42f65df2ef
4
+ data.tar.gz: e230e5c23c7fd633954f11f38f3ce5383cc9a87f
5
5
  SHA512:
6
- metadata.gz: 1323c017acac6ff9daaf763667c3816e8cc0589369db420f8f9f58aaf319059b262be647135c0fcac9f02413503d40996caa5aa44071c7ea31f7a013e9a43ab6
7
- data.tar.gz: dd45454c5273b4f3f688f66bc8bd42b8664b06a42ed3e61eed41d282e0595c4aca3b74cec10996149a0e493a1fda7bc0860bc844ffd87562b04de01bc519f15b
6
+ metadata.gz: 37ddeddeb5b6b772bf74625292c38ab99c652568efd1c97aedc1620f5f3a6fb008ff0f7811103b998dc3c680f3a09471fe5830fe8aeebbf842c17fa44d60d1bc
7
+ data.tar.gz: d0dccf1014a99f4d0fcbaae3f9c1a3497c7a8eb43a74a693e7288467d3ae06a028ec53376512cc3065e4fd0613e699d11693123f88694bebfe7fda08495265ee
data/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Version 2.1.8 / 2013-09-03
2
+
3
+ * Bug fix on `wti pull`.
4
+
1
5
  ## Version 2.1.7 / 2013-08-28
2
6
 
3
7
  * New: Ability to pull a specific file or directory.
@@ -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 = configuration.files.find_all{ |file| file.locale == locale }.sort{ |a,b| a.file_path <=> b.file_path }
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.7
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-08-28 00:00:00.000000000 Z
11
+ date: 2013-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multipart-post