vmc 0.4.0.beta.78 → 0.4.0.beta.79

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.
@@ -1000,9 +1000,9 @@ module VMC
1000
1000
  raise
1001
1001
  end
1002
1002
 
1003
- invoke :start, :app => app if input[:start]
1004
-
1005
1003
  invoke :map, :app => app, :url => url if url && v2?
1004
+
1005
+ invoke :start, :app => app if input[:start]
1006
1006
  end
1007
1007
 
1008
1008
  def upload_app(app, path)
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.78"
2
+ VERSION = "0.4.0.beta.79"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1624197077
4
+ hash: 3707128965
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 78
12
- version: 0.4.0.beta.78
11
+ - 79
12
+ version: 0.4.0.beta.79
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware