vagrant-vmware-workstation 0.0.1
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.
- checksums.yaml +7 -0
- metadata +48 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 22b58a6d7322176f40ba3e950eac291e7447a7d018b9327954a5f8698e1ad845
|
4
|
+
data.tar.gz: c70a848a3ce6af95a2814d7ecc3db836a7e2c15628ccc026aafe832efff128cc
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: '0795e75cd8f5186df498b33a8c83dc36e446a22c4885a6426dc0a751cef618c981dcd96da4ebe12e86981d5986400870de8f5241452a1495ead56885d8c41009'
|
7
|
+
data.tar.gz: f0dfd6a8908ef8495c392d68e0993d0144925d68d93aba424ef51f7c6e3af015407314d8936b755d2fe4d594f65aaf48bb3cbbd1be81250479f659846b0b7d53
|
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: vagrant-vmware-workstation
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- HashiCorp
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-03-22 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: The real gem is in HashiCorp gem servers. Please see https://www.vagrantup.com/vmware
|
14
|
+
email: vagrant+rubygems@hashicorp.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files: []
|
19
|
+
homepage: http://www.vagrantup.com
|
20
|
+
licenses: []
|
21
|
+
metadata: {}
|
22
|
+
post_install_message: |
|
23
|
+
Thank you for installing the Vagrant VMware Workstation gem. This
|
24
|
+
is a placeholder gem for the RubyGems server. The real gem is in
|
25
|
+
the HashiCorp gem servers. For more information, please visit
|
26
|
+
the page below.
|
27
|
+
|
28
|
+
https://www.vagrantup.com/vmware
|
29
|
+
rdoc_options: []
|
30
|
+
require_paths:
|
31
|
+
- lib
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
requirements: []
|
43
|
+
rubyforge_project:
|
44
|
+
rubygems_version: 2.7.3
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: Enables Vagrant to power VMware Workstation/Fusion machines.
|
48
|
+
test_files: []
|