manifests-vmc-plugin 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -146,7 +146,9 @@ VMC.Plugin(VMC::App) do
146
146
 
147
147
  if ask("Save configuration?", :default => false)
148
148
  File.open("manifest.yml", "w") do |io|
149
- YAML.dump({"applications" => {options[:path] => meta}}, io)
149
+ YAML.dump(
150
+ {"applications" => {(options[:path] || ".") => meta}},
151
+ io)
150
152
  end
151
153
  end
152
154
  end
@@ -1,3 +1,3 @@
1
1
  module VMCManifests
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -359,7 +359,7 @@ module VMCManifests
359
359
  diff.each do |k, d|
360
360
  old, new = d
361
361
  label = c(k, need_restage.include?(k) ? :red : :green)
362
- puts " #{label}: #{old.inspect} #{c("->", :black)} #{new.inspect}"
362
+ puts " #{label}: #{old.inspect} #{c("->", :dim)} #{new.inspect}"
363
363
  end
364
364
 
365
365
  puts ""
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manifests-vmc-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-06 00:00:00 Z
18
+ date: 2012-06-08 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description:
@@ -68,4 +68,3 @@ specification_version: 3
68
68
  summary: Cloud Foundry automation via manifest documents.
69
69
  test_files: []
70
70
 
71
- has_rdoc: