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 +8 -8
- data/.gitignore +1 -0
- data/.travis.yml +4 -4
- data/README.md +2 -0
- data/lib/vagrant-vmm/version.rb +1 -1
- data/vagrant-vmm.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Mzc2YWEyODVmYjBiNWM4NmUyNWYxM2QxZmU1NmU2MThiMjdmOTc1Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2FjNGM3N2ViYWIwN2Y2NjYwNzU5YmMyZWY3MDI4ZWZkOTk4NWUzYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjBiMzMyODk5NTY4ODJjYTU2YThiZmQwOGIwMmUzYmFiMTQ4ZWRhZDRiOTVl
|
10
|
+
Mzc0NDdiODE3MmIwZDRhYTQ3MWMwNDYyZmNmMTk1MmVkNDEwN2JhODk2NTVj
|
11
|
+
NGE2NmFjNjU0YzAyYzBhOTNhZTFhNzhmOTQ3NDk1MjMyNmJmZTM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MTk1Mjk5ZTI2MjM0M2NiYzRjYTY5M2JiZTZlYWM0YzU1ZjBhMTA5NTgwMWM5
|
14
|
+
ZDk2Zjk0MTZlOTBhNTNhYTEzN2ExNWY4YjYyZjlkOTkyZTVlMDk4MjA2NTdh
|
15
|
+
NWQ5ZjM3MTA1MTViZWUzNjhhNTgzNzFkYWI5ZTY0YmU0OWUyN2E=
|
data/.gitignore
CHANGED
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:
|
9
|
+
secure: DAXK2K/QOcfUbt8quDshY0yc1nT0iAMY0i70aOuVX8wChoX4DVE7NKywpbauCqntNtOv28apyg4ih8fGHFOk+bEvQE84SLrLQRXM3urjcITpfFzvkig79VSs0zwb0AjxfQoL5kPHEf5JwRpMGBN9iADHbnJZm85Q8Sk/nauViHc=
|
11
10
|
gem: vagrant-vmm
|
12
11
|
on:
|
13
|
-
|
14
|
-
|
12
|
+
tags: true
|
13
|
+
repo: jarig/vagrant-vmm
|
14
|
+
all_branches: true
|
data/README.md
CHANGED
data/lib/vagrant-vmm/version.rb
CHANGED
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{
|
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.
|
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:
|
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: {}
|