corl 0.4.25 → 0.4.26

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb3622b5ba59409e0b313c206bd3e81f398b5d50
4
- data.tar.gz: cc71c8baf39e8977134bd2380123eaed7a9e8d5e
3
+ metadata.gz: 34e2812cf0d86eff1592f0562cefd13c00c4bd71
4
+ data.tar.gz: 7dcd4bef37df09456f4791de98b41aca21d0d66b
5
5
  SHA512:
6
- metadata.gz: affd7b3ccda27b41a4c070ae2b94169e8814a24fc756382b795ed6bc033f65703c477ab1200723a12a6962ef6d7bf1881656fa118aadd049dcc3e227fe7db69c
7
- data.tar.gz: 98645cb3e300a2c22de4b3451fe1bcb31722299d1e77711ff9661b37f5a5a8c8826a3a793ef5e675664714281ae8e7c8ba318a293164e7425398d88f04dbd3fe
6
+ metadata.gz: 5a85fdcf7068eb51b538cb1363ea69b1549a616457d026f90c68fc53d5dcf7949d920046d3b8a7c62a9ca33aa69a4457ba8e3c5621aeda5211394481f8a39bea
7
+ data.tar.gz: 91c565b9066ce9af80a615f3b00cc3b96509425ba8b9a85fbe663c76b1f43771cdaa2dbd1ce4560c48f559448c0d5d16adfb41e144a307281b322e076f0c992b
@@ -36,7 +36,7 @@ GIT
36
36
  PATH
37
37
  remote: .
38
38
  specs:
39
- corl (0.4.25)
39
+ corl (0.4.26)
40
40
  facter (~> 1.7)
41
41
  fog (~> 1.20)
42
42
  hiera (~> 1.3)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.25
1
+ 0.4.26
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: corl 0.4.25 ruby lib
5
+ # stub: corl 0.4.26 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "corl"
9
- s.version = "0.4.25"
9
+ s.version = "0.4.26"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Adrian Webb"]
14
- s.date = "2014-05-04"
14
+ s.date = "2014-05-06"
15
15
  s.description = "Framework that provides a simple foundation for growing organically in the cloud"
16
16
  s.email = "adrian.webb@coralnexus.com"
17
17
  s.executables = ["corl"]
@@ -741,6 +741,7 @@ class Node < CORL.plugin_class(:base)
741
741
  end
742
742
 
743
743
  config[:private_keys] = private_key
744
+ config[:port] = ssh_port
744
745
 
745
746
  myself.status = active_machine.terminal(user, config.export)
746
747
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.25
4
+ version: 0.4.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Webb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-04 00:00:00.000000000 Z
11
+ date: 2014-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nucleon