commutateurs 0.1.3 → 0.1.4
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/commutateurs/device.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: 004cc139c226d06b9138a383fbbe24785ddedc4d
|
|
4
|
+
data.tar.gz: faf1a3664f09d5cc0cc89d11f6088bbb4c914fc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e742d374a0af081ad83d47902ba6d79f6e36a04c902c944967801509d181849dd27fccf9542ce932fe5e9007cf1e50b83df75e4b50066a0e05acf0c69e6ff9c1
|
|
7
|
+
data.tar.gz: 958be74a8eebb3780a0b03fb789b3ea54775189c564d6843738e230d12430dfb704944c3a71c2aa18938f23a3de54dcefdad94d1ba222a1e95c1f0a4d2d7bd8b
|
data/lib/commutateurs/device.rb
CHANGED
|
@@ -104,11 +104,11 @@ module Commutateurs
|
|
|
104
104
|
def enable
|
|
105
105
|
@transport.command('super', :prompt => /Password:/)
|
|
106
106
|
@transport.command(@enable)
|
|
107
|
+
@transport.command('screen-length disable')
|
|
107
108
|
end
|
|
108
109
|
|
|
109
110
|
def connect
|
|
110
111
|
@transport.connect
|
|
111
|
-
@transport.command('screen-length disable')
|
|
112
112
|
end
|
|
113
113
|
|
|
114
114
|
def configuration
|