bosh_cli 1.0 → 1.0.1
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.
- data/lib/cli/commands/ssh.rb +1 -1
- data/lib/cli/version.rb +1 -1
- metadata +4 -4
data/lib/cli/commands/ssh.rb
CHANGED
|
@@ -236,7 +236,7 @@ module Bosh::Cli::Command
|
|
|
236
236
|
else
|
|
237
237
|
%x[ssh-add -L 1>/dev/null 2>&1]
|
|
238
238
|
if $?.exitstatus == 0
|
|
239
|
-
return %x[ssh-add -L].split.first
|
|
239
|
+
return %x[ssh-add -L].split("\n").first
|
|
240
240
|
else
|
|
241
241
|
[SSH_DSA_PUB, SSH_RSA_PUB].each do |key_file|
|
|
242
242
|
return File.read(key_file) if File.file?(key_file)
|
data/lib/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-11-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bosh_common
|
|
@@ -355,7 +355,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
355
355
|
version: '0'
|
|
356
356
|
segments:
|
|
357
357
|
- 0
|
|
358
|
-
hash:
|
|
358
|
+
hash: 3824294478508982037
|
|
359
359
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
360
360
|
none: false
|
|
361
361
|
requirements:
|
|
@@ -364,7 +364,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
364
364
|
version: '0'
|
|
365
365
|
segments:
|
|
366
366
|
- 0
|
|
367
|
-
hash:
|
|
367
|
+
hash: 3824294478508982037
|
|
368
368
|
requirements: []
|
|
369
369
|
rubyforge_project:
|
|
370
370
|
rubygems_version: 1.8.24
|