8291_scanner 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/8291_scanner/errors.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: 56d382bee3f45e7755c5ec81ec661c29965e9d77de7b00e7b64913d96fb27b70
|
4
|
+
data.tar.gz: 9501458b10a285555c8bf7a864d8b426e4cc5a1718618dc507e9d3c3a0e02029
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: effe1f35899b46fdc8d88c13f4fb3464f2d910cec2d67f9e229a78f297a32a440384791ffe3fc5bdcce09e12dafa65cf6d705842f1caf12bbf49b0ced1b931d0
|
7
|
+
data.tar.gz: 7c12137d9ef4dadb0f477ce503517f7ebd02822bc9e1b791a8445302aefaff17c68f5394499d6d2a6f582084cdc9753f561589d00b60c26ea735f71ff43c086b
|
data/lib/8291_scanner/errors.rb
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
class WinboxError < Exception; end
|
6
6
|
|
7
7
|
# Error in the connection to the Winbox API
|
8
|
-
class WinboxConnectionError <
|
8
|
+
class WinboxConnectionError < WinboxError; end
|
9
9
|
|
10
10
|
# An invalid or unexpected magic number has occurred in the response
|
11
11
|
class InvalidMagicNumberError < WinboxError; end
|