veronic 0.0.29 → 0.0.30
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/veronic.rb +0 -3
- data/veronic.gemspec +4 -4
- metadata +4 -4
data/lib/veronic.rb
CHANGED
@@ -182,9 +182,6 @@ module Veronic
|
|
182
182
|
configprovider.instance.set_environment
|
183
183
|
configprovider.instance.set_role
|
184
184
|
cloudprovider.instance.tags({'role' => @config.role, 'environment' => @config.environment})
|
185
|
-
if configprovider.instance.delete_client_key(cloudprovider.instance.dns_name)
|
186
|
-
configprovider.instance.client.destroy
|
187
|
-
end
|
188
185
|
else
|
189
186
|
@logger.info 'Unable to set_node arguments --role or --environment is missing'
|
190
187
|
end
|
data/veronic.gemspec
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'veronic'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.30'
|
4
4
|
s.date = '2013-04-05'
|
5
5
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
6
6
|
s.summary = "Veronic, a simple cloud deployer"
|
7
7
|
s.description = "A simple cloud deployer"
|
8
|
-
s.authors = ["
|
9
|
-
s.email = '
|
8
|
+
s.authors = ["Liftopia"]
|
9
|
+
s.email = 'ops@liftopia.com'
|
10
10
|
s.files = `git ls-files`.split("\n")
|
11
11
|
s.require_paths = ["lib"]
|
12
|
-
s.homepage = 'http://github.com/
|
12
|
+
s.homepage = 'http://github.com/liftopia/veronic'
|
13
13
|
s.license = 'MIT'
|
14
14
|
s.add_dependency('chef')
|
15
15
|
s.add_dependency('knife-ec2')
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: veronic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.30
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Liftopia
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
@@ -92,7 +92,7 @@ dependencies:
|
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: 1.5.11
|
94
94
|
description: A simple cloud deployer
|
95
|
-
email:
|
95
|
+
email: ops@liftopia.com
|
96
96
|
executables:
|
97
97
|
- veronic
|
98
98
|
extensions: []
|
@@ -121,7 +121,7 @@ files:
|
|
121
121
|
- lib/veronic.rb
|
122
122
|
- veronic.gemspec
|
123
123
|
- veronic.yml
|
124
|
-
homepage: http://github.com/
|
124
|
+
homepage: http://github.com/liftopia/veronic
|
125
125
|
licenses:
|
126
126
|
- MIT
|
127
127
|
post_install_message:
|