bcome 1.1.2 → 1.1.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
  SHA1:
3
- metadata.gz: fb4b11265fc41640afa8e4952cb7f48e9edb20a0
4
- data.tar.gz: b9dfe91bd3af539f7054fd90ab952bfad3feddbb
3
+ metadata.gz: cbfebb5c540c081b9950cc8b2d07ac5fb223b25f
4
+ data.tar.gz: ee09f3487853f75b020577ddcd65092da556b313
5
5
  SHA512:
6
- metadata.gz: d2c0f3bd95075f0fd28e92fb2334095192a1cb266e800dcb5b30c8481817420768975ce20e88fa32bd674f9cd1d6f70f9eebc2dd1b55986e7d28f6ae393d3da1
7
- data.tar.gz: 21189db268609ed6310b7e8d94a1fb37b32a4fcc1c7a8c6701741b59e2fc68974f4fa9ffb3c991d91da2ef7c4a895d45e0854aa8bae004113865d842304235a8
6
+ metadata.gz: 3768171f03a2b1ffc72f2488fb1f8f61af3b8e6d15f89acafb332e7e7d1a4b1544d1f146a86338d26bffbf2424d7e6a037b8f7426df50a3f436869028d6c2d90
7
+ data.tar.gz: c9a21a4b4bb483cdbeecbc6767b5454827fffaa9e40d6fc4b9b576467045969736cb5802270f7c43c8297ed8bd7321125d6eda7f9f88bbffc9fe36961089e7c2
@@ -1,3 +1,3 @@
1
1
  module Bcome
2
- VERSION = '1.1.2'.freeze
2
+ VERSION = '1.1.3'.freeze
3
3
  end
@@ -16,7 +16,7 @@ module Bcome::Node::Server
16
16
 
17
17
  def toggle_bootstrap(set_to = (@bootstrap ? false : true))
18
18
  @bootstrap = set_to
19
- puts "Bootstrap is #{bootstrap? ? "on" : "off" }".informational
19
+ puts "Bootstrap #{bootstrap? ? "on" : "off" } for #{namespace}".informational
20
20
  end
21
21
 
22
22
  def dup_with_new_parent(new_parent)
@@ -5,7 +5,9 @@ module Bcome::Ssh
5
5
  end
6
6
 
7
7
  def ssh_key_path
8
- @config[:ssh_key_path]
8
+ key_path = `eval directory=#{@config[:ssh_key_path]}; echo $directory`
9
+ key_path =~ /(.+)\n/
10
+ $1
9
11
  end
10
12
 
11
13
  def user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcome
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Roderick (Webzakimbo)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-12 00:00:00.000000000 Z
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -288,7 +288,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
288
288
  version: '0'
289
289
  requirements: []
290
290
  rubyforge_project:
291
- rubygems_version: 2.6.11
291
+ rubygems_version: 2.6.8
292
292
  signing_key:
293
293
  specification_version: 4
294
294
  summary: Automation and real-time orchestration toolkit