MrMurano 1.12.5 → 1.12.6
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/MrMurano/Product-1P-Device.rb +1 -1
- data/lib/MrMurano/Product.rb +1 -1
- data/lib/MrMurano/version.rb +1 -1
- 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: c8d648032c78a076df907fc5df4e7c34fc132bdf
|
|
4
|
+
data.tar.gz: 8427da53825f267b4e359e4cd487231b2c76e73f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaf548e3a9ca3f760e777258657475f6184dac842db66dc36e069c19904f0d4b70380e48c87d6eede8cfa2c0a2ab9a34266e73b88d3ea6844ab1d1a11f0b4d5f
|
|
7
|
+
data.tar.gz: 44fc4db071c247b69551dcf466c60fa0eca3dd4d8c3b0a6678d93a9e131c1f2688f64969e10d94c32c80afea8081686913bc276cf4c986f843213687de23f3f2
|
|
@@ -86,7 +86,7 @@ module MrMurano
|
|
|
86
86
|
# +sn+:: Identifier for a device
|
|
87
87
|
def remove(sn)
|
|
88
88
|
# First drop it from the 1P database
|
|
89
|
-
do_rpc({:id=>1, :procedure=>:drop, :arguments=>[sn_rid(sn)]})
|
|
89
|
+
do_rpc({:id=>1, :procedure=>:drop, :arguments=>[sn_rid(sn)]}, nil)
|
|
90
90
|
# Then remove it from the provisioning databases
|
|
91
91
|
psn = ProductSerialNumber.new
|
|
92
92
|
psn.remove_sn(sn)
|
data/lib/MrMurano/Product.rb
CHANGED
data/lib/MrMurano/version.rb
CHANGED