corl 0.5.8 → 0.5.9
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 +4 -4
- data/Rakefile +2 -1
- data/VERSION +1 -1
- data/corl.gemspec +4 -19
- data/lib/core/mod/vagrant.rb +0 -2
- data/lib/core/vagrant/config.rb +0 -2
- metadata +2 -17
- data/rdoc/site/0.5.7/README.rdoc +0 -595
- data/rdoc/site/0.5.7/info/AUTOMATION.rdoc +0 -382
- data/rdoc/site/0.5.7/info/INSTALLATION.rdoc +0 -543
- data/rdoc/site/0.5.7/info/PACKAGES.rdoc +0 -556
- data/rdoc/site/0.5.7/info/PACKAGING.rdoc +0 -563
- data/rdoc/site/0.5.7/info/PLUGINS.rdoc +0 -534
- data/rdoc/site/0.5.7/info/TODO.rdoc +0 -412
- data/tmp/README.rdoc +0 -217
- data/tmp/info/AUTOMATION.rdoc +0 -6
- data/tmp/info/INSTALLATION.rdoc +0 -158
- data/tmp/info/PACKAGES.rdoc +0 -177
- data/tmp/info/PACKAGING.rdoc +0 -184
- data/tmp/info/PLUGINS.rdoc +0 -129
- data/tmp/info/README.rdoc +0 -217
- data/tmp/info/TODO.rdoc +0 -36
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23fcbd9522d74de8d9fabe3088878f6cb9dc3a6c
|
4
|
+
data.tar.gz: 6c43e4e675d03eef1cc30d177ec08202cd3901fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 042608cad0db86ae1b155d543439fd0d1dd9d7a973430bee5a53fe059627a277968b49d9030c56b0613e7c4d6aa944c9cfdb0efd5a85602044de8a6113470c95
|
7
|
+
data.tar.gz: 4842c6e679aae45c3fa6cb589d9f5d4d172220971c752bea454865928df71be8557115248b9805887110785299c91161bde4228b3cec2c99257b3691da6264e2
|
data/Rakefile
CHANGED
@@ -44,7 +44,8 @@ Jeweler::Tasks.new do |gem|
|
|
44
44
|
Dir.glob('lib/**/*.rb'),
|
45
45
|
Dir.glob('spec/**/*.rb'),
|
46
46
|
Dir.glob('locales/**/*.yml'),
|
47
|
-
Dir.glob('
|
47
|
+
Dir.glob('*.rdoc'),
|
48
|
+
Dir.glob('info/*.rdoc'),
|
48
49
|
Dir.glob('**/*.txt'),
|
49
50
|
Dir.glob('Gemfile*'),
|
50
51
|
Dir.glob('*.gemspec'),
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.9
|
data/corl.gemspec
CHANGED
@@ -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.5.
|
5
|
+
# stub: corl 0.5.9 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "corl"
|
9
|
-
s.version = "0.5.
|
9
|
+
s.version = "0.5.9"
|
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 = "2015-01-
|
14
|
+
s.date = "2015-01-17"
|
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"]
|
@@ -173,22 +173,7 @@ Gem::Specification.new do |s|
|
|
173
173
|
"lib/puppet/parser/functions/render.rb",
|
174
174
|
"lib/puppet/parser/functions/value.rb",
|
175
175
|
"locales/en.yml",
|
176
|
-
"
|
177
|
-
"rdoc/site/0.5.7/info/AUTOMATION.rdoc",
|
178
|
-
"rdoc/site/0.5.7/info/INSTALLATION.rdoc",
|
179
|
-
"rdoc/site/0.5.7/info/PACKAGES.rdoc",
|
180
|
-
"rdoc/site/0.5.7/info/PACKAGING.rdoc",
|
181
|
-
"rdoc/site/0.5.7/info/PLUGINS.rdoc",
|
182
|
-
"rdoc/site/0.5.7/info/TODO.rdoc",
|
183
|
-
"spec/spec_helper.rb",
|
184
|
-
"tmp/README.rdoc",
|
185
|
-
"tmp/info/AUTOMATION.rdoc",
|
186
|
-
"tmp/info/INSTALLATION.rdoc",
|
187
|
-
"tmp/info/PACKAGES.rdoc",
|
188
|
-
"tmp/info/PACKAGING.rdoc",
|
189
|
-
"tmp/info/PLUGINS.rdoc",
|
190
|
-
"tmp/info/README.rdoc",
|
191
|
-
"tmp/info/TODO.rdoc"
|
176
|
+
"spec/spec_helper.rb"
|
192
177
|
]
|
193
178
|
s.homepage = "http://github.com/coralnexus/corl"
|
194
179
|
s.licenses = ["Apache License, Version 2.0"]
|
data/lib/core/mod/vagrant.rb
CHANGED
@@ -14,7 +14,6 @@ class Communicator
|
|
14
14
|
# We catch a `VagrantError` which would signal that something went
|
15
15
|
# wrong expectedly in the `connect`, which means we didn't connect.
|
16
16
|
@logger.info("SSH not up: #{e.inspect}")
|
17
|
-
dbg(e.inspect, 'error')
|
18
17
|
return false
|
19
18
|
end
|
20
19
|
|
@@ -24,7 +23,6 @@ class Communicator
|
|
24
23
|
end
|
25
24
|
|
26
25
|
# If we reached this point then we successfully connected
|
27
|
-
dbg('connected')
|
28
26
|
true
|
29
27
|
end
|
30
28
|
end
|
data/lib/core/vagrant/config.rb
CHANGED
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.5.
|
4
|
+
version: 0.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Webb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nucleon
|
@@ -333,22 +333,7 @@ files:
|
|
333
333
|
- lib/puppet/parser/functions/render.rb
|
334
334
|
- lib/puppet/parser/functions/value.rb
|
335
335
|
- locales/en.yml
|
336
|
-
- rdoc/site/0.5.7/README.rdoc
|
337
|
-
- rdoc/site/0.5.7/info/AUTOMATION.rdoc
|
338
|
-
- rdoc/site/0.5.7/info/INSTALLATION.rdoc
|
339
|
-
- rdoc/site/0.5.7/info/PACKAGES.rdoc
|
340
|
-
- rdoc/site/0.5.7/info/PACKAGING.rdoc
|
341
|
-
- rdoc/site/0.5.7/info/PLUGINS.rdoc
|
342
|
-
- rdoc/site/0.5.7/info/TODO.rdoc
|
343
336
|
- spec/spec_helper.rb
|
344
|
-
- tmp/README.rdoc
|
345
|
-
- tmp/info/AUTOMATION.rdoc
|
346
|
-
- tmp/info/INSTALLATION.rdoc
|
347
|
-
- tmp/info/PACKAGES.rdoc
|
348
|
-
- tmp/info/PACKAGING.rdoc
|
349
|
-
- tmp/info/PLUGINS.rdoc
|
350
|
-
- tmp/info/README.rdoc
|
351
|
-
- tmp/info/TODO.rdoc
|
352
337
|
homepage: http://github.com/coralnexus/corl
|
353
338
|
licenses:
|
354
339
|
- Apache License, Version 2.0
|