vagrant-vmware-fusion 0.0.1 → 0.0.2
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 +21 -41
- data/.gitignore +0 -17
- data/Gemfile +0 -3
- data/README.md +0 -5
- data/Rakefile +0 -1
- data/lib/vagrant-vmware-fusion.rb +0 -1
- data/lib/vagrant-vmware-fusion/version.rb +0 -5
- data/vagrant-vmware-fusion.gemspec +0 -21
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 17ec1877998c3872bbcdf1775cca6f6b02842bb3bbd20306e4ba891ba22c47d3
|
4
|
+
data.tar.gz: 6c54e626083d1de4f16c255c343ada23304772f3d9ce00f737914722229d3f03
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 829d48de496c923fe8757eac2392a2237f5bd2b100899b2c391535d52ccdf0ff3411d7e85eec36715b51fc191e54757fa7eb193fb147e1326c90e55dae812ca7
|
7
|
+
data.tar.gz: 0b9da1be13d08ac2284dcba1337e1d75ad0d728f237867967527b722d806e37e46bc1031eac417c480885828cdbc8bed40991791fd01ccfb5b5101c32c6c47dc
|
metadata
CHANGED
@@ -1,68 +1,48 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-vmware-fusion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
|
-
-
|
7
|
+
- HashiCorp
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
13
|
-
dependencies:
|
14
|
-
|
15
|
-
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :development
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - ! '>='
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '0'
|
30
|
-
description: The real gem is in HashiCorp gem servers. Please see http://www.vagrantup.com/vmware
|
31
|
-
email:
|
32
|
-
- mitchell@hashicorp.com
|
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
|
33
15
|
executables: []
|
34
16
|
extensions: []
|
35
17
|
extra_rdoc_files: []
|
36
|
-
files:
|
37
|
-
|
38
|
-
- Gemfile
|
39
|
-
- README.md
|
40
|
-
- Rakefile
|
41
|
-
- lib/vagrant-vmware-fusion.rb
|
42
|
-
- lib/vagrant-vmware-fusion/version.rb
|
43
|
-
- vagrant-vmware-fusion.gemspec
|
44
|
-
homepage: http://www.vagrantup.com/vmware
|
18
|
+
files: []
|
19
|
+
homepage: http://www.vagrantup.com
|
45
20
|
licenses: []
|
46
|
-
|
21
|
+
metadata: {}
|
22
|
+
post_install_message: |
|
23
|
+
Thank you for installing the Vagrant VMware Fusion 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
|
47
29
|
rdoc_options: []
|
48
30
|
require_paths:
|
49
31
|
- lib
|
50
32
|
required_ruby_version: !ruby/object:Gem::Requirement
|
51
|
-
none: false
|
52
33
|
requirements:
|
53
|
-
- -
|
34
|
+
- - ">="
|
54
35
|
- !ruby/object:Gem::Version
|
55
36
|
version: '0'
|
56
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
38
|
requirements:
|
59
|
-
- -
|
39
|
+
- - ">="
|
60
40
|
- !ruby/object:Gem::Version
|
61
41
|
version: '0'
|
62
42
|
requirements: []
|
63
43
|
rubyforge_project:
|
64
|
-
rubygems_version:
|
44
|
+
rubygems_version: 2.7.3
|
65
45
|
signing_key:
|
66
|
-
specification_version:
|
67
|
-
summary:
|
46
|
+
specification_version: 4
|
47
|
+
summary: Enables Vagrant to power VMware Workstation/Fusion machines.
|
68
48
|
test_files: []
|
data/.gitignore
DELETED
data/Gemfile
DELETED
data/README.md
DELETED
data/Rakefile
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require "bundler/gem_tasks"
|
@@ -1 +0,0 @@
|
|
1
|
-
raise "The Vagrant VMware Fusion provider can be purchased from http://www.vagrantup.com/vmware."
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'vagrant-vmware-fusion/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |gem|
|
7
|
-
gem.name = "vagrant-vmware-fusion"
|
8
|
-
gem.version = HashiCorp::VagrantVMwareFusion::VERSION
|
9
|
-
gem.authors = ["Mitchell Hashimoto"]
|
10
|
-
gem.email = ["mitchell@hashicorp.com"]
|
11
|
-
gem.description = "The real gem is in HashiCorp gem servers. Please see http://www.vagrantup.com/vmware"
|
12
|
-
gem.summary = "The real gem is in HashiCorp gem servers. Please see http://www.vagrantup.com/vmware"
|
13
|
-
gem.homepage = "http://www.vagrantup.com/vmware"
|
14
|
-
|
15
|
-
gem.add_development_dependency "rake"
|
16
|
-
|
17
|
-
gem.files = `git ls-files`.split($/)
|
18
|
-
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
19
|
-
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
20
|
-
gem.require_paths = ["lib"]
|
21
|
-
end
|