manifests-vmc-plugin 0.4.14 → 0.4.15

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.
@@ -1,3 +1,3 @@
1
1
  module VMCManifests
2
- VERSION = "0.4.14"
2
+ VERSION = "0.4.15"
3
3
  end
@@ -78,6 +78,8 @@ module VMCManifests
78
78
 
79
79
  # find apps by an identifier, which may be either a tag, a name, or a path
80
80
  def find_apps(identifier)
81
+ return [] unless manifest
82
+
81
83
  if app = app_by_tag(identifier)
82
84
  return [app]
83
85
  end
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 14
10
- version: 0.4.14
9
+ - 15
10
+ version: 0.4.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-11-30 00:00:00 -08:00
19
- default_executable:
18
+ date: 2012-12-03 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: cfoundry
@@ -90,17 +89,16 @@ extra_rdoc_files: []
90
89
 
91
90
  files:
92
91
  - Rakefile
93
- - lib/manifests-vmc-plugin/version.rb
94
92
  - lib/manifests-vmc-plugin/errors.rb
95
- - lib/manifests-vmc-plugin/plugin.rb
96
- - lib/manifests-vmc-plugin/loader.rb
93
+ - lib/manifests-vmc-plugin/loader/builder.rb
97
94
  - lib/manifests-vmc-plugin/loader/normalizer.rb
98
95
  - lib/manifests-vmc-plugin/loader/resolver.rb
99
- - lib/manifests-vmc-plugin/loader/builder.rb
96
+ - lib/manifests-vmc-plugin/loader.rb
97
+ - lib/manifests-vmc-plugin/plugin.rb
98
+ - lib/manifests-vmc-plugin/version.rb
100
99
  - lib/manifests-vmc-plugin.rb
101
- - spec/spec_helper.rb
102
100
  - spec/normalizer_spec.rb
103
- has_rdoc: true
101
+ - spec/spec_helper.rb
104
102
  homepage: http://cloudfoundry.com/
105
103
  licenses: []
106
104
 
@@ -130,10 +128,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
128
  requirements: []
131
129
 
132
130
  rubyforge_project: manifests-vmc-plugin
133
- rubygems_version: 1.6.2
131
+ rubygems_version: 1.8.24
134
132
  signing_key:
135
133
  specification_version: 3
136
134
  summary: Cloud Foundry automation via manifest documents.
137
135
  test_files:
138
- - spec/spec_helper.rb
139
136
  - spec/normalizer_spec.rb
137
+ - spec/spec_helper.rb