xlogin 0.11.2 → 0.11.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0086c05feba32e88bf808e6192b10e7a960876aa47d2091310a3fed7c1297fc7'
4
- data.tar.gz: b82299076bf25526406a516c762cdfa5add6c33d768aceced613691213630140
3
+ metadata.gz: dc36e4fecf3ad53794e4a273ab58d6ab9fbaa8316c3ba196d78dffec1083ae82
4
+ data.tar.gz: 42baf158104fc805c1296c21377b0df9ed7dab6c51dd58a59409949ace19dad7
5
5
  SHA512:
6
- metadata.gz: 15b2680b9c90bee421c20c5af86bc1fa338b06d69f39b3bdbbb0890738214238e4bfe08fb13b40dcfe2adcaae6a3e3b196a09bd5ac491fdcec9b7fa0fd5287a0
7
- data.tar.gz: 41b40ad9811148bbf294cd00ff18bccaaa347bf51f13b6f8fe5776a2d70556708e17228ab536ca32ab1b16290437e919f505fed6f8b16428155326ffa07bbd6a
6
+ metadata.gz: 82cbc0b9f451a51186e47f49ccccc1e6ba1dd380c983518551b2b511e3bca6a1b03d8d34149c59ba1174e9dd8e7d71da08dd279f1a780d4836a9b315464a8d09
7
+ data.tar.gz: b1c88a23572bccc851a13e9a22bb228fd7fe6c0889688c71447e07fee85f4f7fe600df953fbd43c7094df36036a8e6c36c3664a3377f61b592d417167b5cf013
@@ -14,9 +14,9 @@ module Xlogin
14
14
  description = Rake.application.last_description
15
15
  hostnames = Xlogin.list(*patterns).map { |e| e[:name] }
16
16
 
17
- task 'all' => hostnames if !!opts[:all]
17
+ task 'all' => hostnames unless opts[:all] == false
18
18
  hostnames.each do |hostname|
19
- desc "#{description} - #{hostname}" if !!opts[:desc]
19
+ desc "#{description} - #{hostname}" if opts[:desc] == true
20
20
  RakeTask.new(hostname, &block)
21
21
  end
22
22
 
@@ -1,3 +1,3 @@
1
1
  module Xlogin
2
- VERSION = "0.11.2"
2
+ VERSION = "0.11.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xlogin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - haccht
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-24 00:00:00.000000000 Z
11
+ date: 2019-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-telnet