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.
- data/vmc-ng/lib/vmc/cli/app.rb +2 -2
- data/vmc-ng/lib/vmc/version.rb +1 -1
- metadata +3 -3
data/vmc-ng/lib/vmc/cli/app.rb
CHANGED
|
@@ -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)
|
data/vmc-ng/lib/vmc/version.rb
CHANGED
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:
|
|
4
|
+
hash: 3707128965
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
9
|
- 0
|
|
10
10
|
- beta
|
|
11
|
-
-
|
|
12
|
-
version: 0.4.0.beta.
|
|
11
|
+
- 79
|
|
12
|
+
version: 0.4.0.beta.79
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- VMware
|