vagrant-vmm 1.0.0 → 1.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjgxMjMxY2I3ZTUxNGRiNjAxNTNmNGQ4MGMxYTIzZTdiZDgwZDY2OA==
4
+ Mzc2YWEyODVmYjBiNWM4NmUyNWYxM2QxZmU1NmU2MThiMjdmOTc1Mg==
5
5
  data.tar.gz: !binary |-
6
- NWYwOGJjNDA2YWFmYWM5ZTkwYzEzNzlmNDQyMDFjNThlNDJhYjcxZg==
6
+ Y2FjNGM3N2ViYWIwN2Y2NjYwNzU5YmMyZWY3MDI4ZWZkOTk4NWUzYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MGU2OWUzYmFmYjFkMDBkMjc4NGM0MmI1YmM0NWZhNDFhYmJhZDllNjgwNGU2
10
- YTY1M2UwYzRiZjY5ODU0NzQ0OWQ5ZjFmMmEyOWZiYThiMzA1YzIyYzljN2M4
11
- ZTVjMzkyOGIzYTdlM2E1Y2Y3NDIxMzU1ZTE1OTgwYzc3Y2U3ODk=
9
+ NjBiMzMyODk5NTY4ODJjYTU2YThiZmQwOGIwMmUzYmFiMTQ4ZWRhZDRiOTVl
10
+ Mzc0NDdiODE3MmIwZDRhYTQ3MWMwNDYyZmNmMTk1MmVkNDEwN2JhODk2NTVj
11
+ NGE2NmFjNjU0YzAyYzBhOTNhZTFhNzhmOTQ3NDk1MjMyNmJmZTM=
12
12
  data.tar.gz: !binary |-
13
- MTVkOWU2MmQwM2UwMzIyOWFmODY1YzFlZjFkZTU0Y2E0ZjU4ZjVmNGQ0NjIz
14
- NTY5OWQyNGE3ZTFmZTNjNWNjMzJmZGM5ODZkZWQwYTEwYmYzZGMxM2RlY2Y3
15
- NTM2MDUxZWYxNWE4MjZlZWM4NzM2OWRhYzJjMDFmMDVkNTNhOTI=
13
+ MTk1Mjk5ZTI2MjM0M2NiYzRjYTY5M2JiZTZlYWM0YzU1ZjBhMTA5NTgwMWM5
14
+ ZDk2Zjk0MTZlOTBhNTNhYTEzN2ExNWY4YjYyZjlkOTkyZTVlMDk4MjA2NTdh
15
+ NWQ5ZjM3MTA1MTViZWUzNjhhNTgzNzFkYWI5ZTY0YmU0OWUyN2E=
data/.gitignore CHANGED
@@ -16,3 +16,4 @@ mkmf.log
16
16
  /Vagrantfile
17
17
  /Berksfile
18
18
  /metadata.rb
19
+ /Berksfile.lock
data/.travis.yml CHANGED
@@ -3,12 +3,12 @@ rvm:
3
3
  - 2.0.0
4
4
  bundler_args: --without doc guard --jobs 7
5
5
  script: bundle exec rake build
6
-
7
6
  deploy:
8
7
  provider: rubygems
9
8
  api_key:
10
- secure: GmhgrfFN24iE/PMenA1muqrZ3QeygA7GEQAjZaz3mLoBekDlZZxEKdZKKRlVO0Ep7evnh8hklhPRHt8QhTqAKBjaYIJXWJanbhcsPuzShEajDgo6qa+SB/YYPiVqqvS+XGYLwHgZcd9iCEqJsw/z72Kov1bf8L0qXtppIqN1Duc=
9
+ secure: DAXK2K/QOcfUbt8quDshY0yc1nT0iAMY0i70aOuVX8wChoX4DVE7NKywpbauCqntNtOv28apyg4ih8fGHFOk+bEvQE84SLrLQRXM3urjcITpfFzvkig79VSs0zwb0AjxfQoL5kPHEf5JwRpMGBN9iADHbnJZm85Q8Sk/nauViHc=
11
10
  gem: vagrant-vmm
12
11
  on:
13
- repo: ivadim/vagrant-vmm
14
- branch: travis_ci_support
12
+ tags: true
13
+ repo: jarig/vagrant-vmm
14
+ all_branches: true
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ Travis CI: [![Build Status](https://travis-ci.org/jarig/vagrant-vmm.svg?branch=master)](https://travis-ci.org/jarig/vagrant-vmm)
2
+
1
3
  # Vagrant Virtual Machine Manager (VMM) Plugin
2
4
 
3
5
  **UNDER DEVELOPMENT**
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VMM
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
data/vagrant-vmm.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["jarig"]
10
10
  spec.email = ["gjarik@gmail.com"]
11
11
  spec.summary = %q{Plugin for running VMs via Virtual Machine Manager.}
12
- spec.description = %q{Write a longer description. Optional.}
13
- spec.homepage = "https://github.com/jarig"
12
+ spec.description = %q{This provider will allow you to create VMs in the remote Virtual Machine Manager.}
13
+ spec.homepage = "https://github.com/jarig/vagrant-vmm"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vmm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jarig
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Write a longer description. Optional.
41
+ description: This provider will allow you to create VMs in the remote Virtual Machine
42
+ Manager.
42
43
  email:
43
44
  - gjarik@gmail.com
44
45
  executables: []
@@ -87,7 +88,7 @@ files:
87
88
  - lib/vagrant-vmm/version.rb
88
89
  - locales/en.yml
89
90
  - vagrant-vmm.gemspec
90
- homepage: https://github.com/jarig
91
+ homepage: https://github.com/jarig/vagrant-vmm
91
92
  licenses:
92
93
  - MIT
93
94
  metadata: {}