titech-pubnet-auth 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/titech-pubnet-auth +0 -1
- data/lib/titech_pubnet_auth/version.rb +1 -1
- metadata +1 -1
data/bin/titech-pubnet-auth
CHANGED
@@ -62,7 +62,6 @@ error_notifier = ->(e){TerminalNotifier.notify(e.inspect,:title => 'Titech Punet
|
|
62
62
|
pubnet_auth = TitechPubnetAuth.new
|
63
63
|
loop do
|
64
64
|
begin
|
65
|
-
no_such_method
|
66
65
|
mputs 'network_available?', pubnet_auth.network_available?
|
67
66
|
mputs 'is_connected?', pubnet_auth.is_connected? if pubnet_auth.network_available?
|
68
67
|
mputs 'auth', pubnet_auth.auth and notifier.call if pubnet_auth.network_available? and not pubnet_auth.is_connected?
|