rservicebus2 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rservicebus2/monitor/dir.rb +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50cb216e5e246231fcb862b860f1b3078463af39
|
4
|
+
data.tar.gz: ec90098602a275e83e1408e4c99685b59db01c38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c99c7c831942842d8b40e0be3815445af327d3a2305b7e3a3813fb30193d6e7d4be3a969aee8ab1e367d022407e642c2b8e0e5737a524816346c82b0caf6e1d
|
7
|
+
data.tar.gz: 98dd8b56b3370dafbac3f15819317c53beccb9b1b0f1337848839841bf7759aaa5203a1e0d5078d0eee4c21fc7e35eff0269bffb99a3428cc0a9c785efdf1e40
|
@@ -124,8 +124,7 @@ module RServiceBus2
|
|
124
124
|
|
125
125
|
unless @archivedir.nil?
|
126
126
|
basename = File.basename(file_path)
|
127
|
-
new_file_path = "#{@archivedir}/#{basename}.
|
128
|
-
#{DateTime.now.strftime('%Y%m%d%H%M%S%L')}.zip"
|
127
|
+
new_file_path = "#{@archivedir}/#{basename}.#{DateTime.now.strftime('%Y%m%d%H%M%S%L')}.zip"
|
129
128
|
RServiceBus2.log "Writing to archive, #{new_file_path}"
|
130
129
|
|
131
130
|
Zip::ZipOutputStream.open(new_file_path) do |zos|
|