rservicebus2 0.2.12 → 0.2.13
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 +4 -4
- data/lib/rservicebus2/helper_functions.rb +1 -1
- data/lib/rservicebus2/monitor/dirnotifier.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51c1a3dd6e3b22da8216ba061cb1572a5dd29475353c0b10ea470bdda7d7e3f7
|
|
4
|
+
data.tar.gz: 3952dfc273048ca7cecd3dca0179891d8d9bcc341e137b3212ce611c10523681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ed0ba711726a1641c1c3fab6811843f826633caca5c3061d5d223731313cc0138f182842768bece201041001a081ba899261bbbde5a0415fdeadd4252127ef5
|
|
7
|
+
data.tar.gz: 3976c2ec0eb733817f5b364bd0ee788a9ce1d13c2ff48c08694c5df916441d38ba6bbbfa6f0e8822a1143f51a00b53fd037ef9194a5e1fde969c8f75b0672aa4
|
|
@@ -48,7 +48,7 @@ module RServiceBus2
|
|
|
48
48
|
begin
|
|
49
49
|
open_folder processing_uri.path
|
|
50
50
|
unless File.writable?(processing_uri.path)
|
|
51
|
-
puts "*****
|
|
51
|
+
puts "***** 1Processing Directory is not writable,
|
|
52
52
|
#{processing_uri.path}."
|
|
53
53
|
puts "***** Make the directory, #{processing_uri.path},
|
|
54
54
|
writable and try again."
|