vagrant-vmware-fusion 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.1
5
- prerelease:
4
+ version: 0.0.2
6
5
  platform: ruby
7
6
  authors:
8
- - Mitchell Hashimoto
7
+ - HashiCorp
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-03-14 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: rake
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
- - .gitignore
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
- post_install_message:
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: 1.8.23
44
+ rubygems_version: 2.7.3
65
45
  signing_key:
66
- specification_version: 3
67
- summary: The real gem is in HashiCorp gem servers. Please see http://www.vagrantup.com/vmware
46
+ specification_version: 4
47
+ summary: Enables Vagrant to power VMware Workstation/Fusion machines.
68
48
  test_files: []
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec
data/README.md DELETED
@@ -1,5 +0,0 @@
1
- # Stub Gem for Vagrant VMware Fusion
2
-
3
- This is a stub gem that is pushed to the central RubyGems repository
4
- so that no one can steal the name, but the actual plugin is released
5
- from the HashiCorp repository.
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,5 +0,0 @@
1
- module HashiCorp
2
- module VagrantVMwareFusion
3
- VERSION = "0.0.1"
4
- end
5
- end
@@ -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