cnvrg 1.6.13 → 1.6.14

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
  SHA256:
3
- metadata.gz: afddb5aa2de4afe1cdf2511c561ce7ebd8ac0e977ccb8c463bba4b0d85e777d5
4
- data.tar.gz: cd4a92cc789b06b33095aec72a74e07de4d4bf186abdb8a720bc6a21c8450664
3
+ metadata.gz: 464db61203d8184ba21a0b17054b08eac5c55f63cfead2484f4ef0b00d902f94
4
+ data.tar.gz: f56302c84bc02289d876699dd8ac4df31dba148f15beabd92533d8fca824bfdc
5
5
  SHA512:
6
- metadata.gz: ff9f9fa18c8f4dc9f7e1bb2a4ae8df45e158c34c808d17887a0f4502342dbc67e9c23bc9922e47ecdfef2e7f8b1edb65ac148d386ba71a48671c92ba33a7bd16
7
- data.tar.gz: 7b6d213535ddf7e7564da30a25c20284cee94bba178263ef0ed3b6221ad93c6c9e09292e3842ac72699923c28864a6cb4ad4e9f43b544958f48b0f105a497690
6
+ metadata.gz: 4373ec0d34b3049a5a0da66dfaa71df71569770c5c6581cc49306f4041420d1c5e043502a89f139eb43d75b2585170a82990f6d13ab5e8acf8614284d904fd69
7
+ data.tar.gz: 4228f9fd6547d7d649771b10a13c72f2d1aa24ca6903b8ae828c1837cd3fa92080b41c0f927de34789d62ef89427998eb699787662bff4b38f94cb675b8b5104
@@ -429,13 +429,9 @@ module Cnvrg
429
429
  end
430
430
  list_ignore_new = list_ignore.map{|x| x.gsub("//","/")} rescue []
431
431
  # list.each do |e|
432
- project_root = Pathname.new(self.local_path)
433
432
  Parallel.map(list, in_threads: IDXParallelThreads) do |e|
434
- relative_path = Pathname.new(File.expand_path(e))
435
- label = relative_path.relative_path_from(project_root)
436
- if not Cnvrg::Files.valid_file_name?(label)
437
- raise StandardError.new("#{label} is not a valid file name")
438
- end
433
+ label = e.sub(self.local_path + "/", "")
434
+
439
435
  if list_ignore_new.include? label
440
436
  next
441
437
  end
@@ -1,3 +1,3 @@
1
1
  module Cnvrg
2
- VERSION = '1.6.13'
2
+ VERSION = '1.6.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cnvrg
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.13
4
+ version: 1.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yochay Ettun