ruby_rabbitmq_janus 4.0.0.pre.946565704 → 4.0.0.pre.946892338
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/rrj/tools/replaces/replace.rb +1 -3
- 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: 15fe775565d6d16a67786ee39525748b88565672141ae0c1a2f26c731d5378a4
|
4
|
+
data.tar.gz: 45612904b8a0b9d9ae92cd7d92f8fd15502eb838470773d327fd3e612d222ae2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3737484cf573779b9023c33fa54cf0ae091e643b2f02a40e1c3dc4298ac9460de2251a0fcbfefeae21c20d126659747a6406e9759344c9ca635eed214b473810
|
7
|
+
data.tar.gz: 473a96b87bfa7b3fced02ae7e906b24ca695b73d4b915daa3cd44ae83df707f0ca97cbff42bc2ae44363acdaeabb1e46922cff497d5266d3f0fbab556c767c00
|
@@ -46,8 +46,7 @@ module RubyRabbitmqJanus
|
|
46
46
|
end
|
47
47
|
|
48
48
|
def replace_other
|
49
|
-
|
50
|
-
running_hash(rewrite_key_to_string(values))
|
49
|
+
running_hash(rewrite_key_to_string(@opts['replace'])[0].to_h)
|
51
50
|
end
|
52
51
|
|
53
52
|
def add_other
|
@@ -56,7 +55,6 @@ module RubyRabbitmqJanus
|
|
56
55
|
end
|
57
56
|
|
58
57
|
def rewrite_key_to_string(node)
|
59
|
-
p "Rewrite key to string"
|
60
58
|
[
|
61
59
|
node.map do |key, value|
|
62
60
|
[key.to_s, value?(value)]
|