stepmod-utils 0.3.32 → 0.3.33

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0afdaf402a24b51d04d1e128027aad7192606c0861c8f7868bf7495fe4dac2b8
4
- data.tar.gz: f55407b9bd0f6552788fb04908faa513eb337f243c61d1c71a86b16c0097b4b2
3
+ metadata.gz: d5f7acac9019851b25ebb422edd329f4eb94926619330d6e668f6b15043022ad
4
+ data.tar.gz: b78786ab56c61b2db0168e95e2bfdddeef597b95d61f2de7ef518a52c96ede8d
5
5
  SHA512:
6
- metadata.gz: 9f19dcf25d9a16f6be95e7bd26a5358bc392c34757ab691c50a20cc06c052f3bae136bc7ba7a3d77ba927dcadb1857c8bd860d99e141bce26d8f8701ce8245dd
7
- data.tar.gz: 4119a6dcdbc640e6d9bfbbd1d23c983847dd2819a24c10e2539e9e69d4d654e61d349f609b9408180c47c3c19ef2d8c68fee0a424d30c53667023791dd575bce
6
+ metadata.gz: 7b98ed913144b1c570d0ef21cb61ec40497862e12d46eed97edf781426f669674c8a915e17e557ab0ce1907a43e6e915f3402910f26cd54f1763fe8a7efdca62
7
+ data.tar.gz: 34e2019fe8b382a52452d21d6829a0868a86cacbe2796a470d3f21acfdc8bc5c23223a3a0ac517380a889397afa7193a98cb3f00745b9de2a7ae3257b09d3552
@@ -62,9 +62,11 @@ files.each do |file|
62
62
  source_path = File.join(stepmod_dir, "data", source)
63
63
  destination_path = File.join(File.dirname(file), destination)
64
64
 
65
+ puts "#{Thread.current.object_id}: Starting to copy file from #{source_path} to #{destination_path}"
65
66
  next if File.exist?(destination_path) || !File.exist?(source_path)
66
67
 
67
68
  FileUtils.cp(source_path, destination_path)
69
+ puts "#{Thread.current.object_id}: Done copying #{source_path} to #{destination_path}"
68
70
  end
69
71
 
70
72
  puts "#{Thread.current.object_id}: Done processing #{File.basename(file)} => #{annotated_file_path}."
@@ -1,5 +1,5 @@
1
1
  module Stepmod
2
2
  module Utils
3
- VERSION = "0.3.32".freeze
3
+ VERSION = "0.3.33".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stepmod-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.32
4
+ version: 0.3.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby