vagrant-registration 1.3.3 → 1.3.4
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 +4 -4
- data/Gemfile +1 -1
- data/lib/vagrant-registration/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f293cbfd262b0b1c6c7a935aa446a150bee3033e599dea6a847a8bf42e562db
|
|
4
|
+
data.tar.gz: c70d831eaa2cb99c28a9129fe9674b3bdb07274747077e29ec04fbc56c635477
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e41535487fb2cfb30abc8c34d2e14f5e9a2516a870b071b6e589e1abb4e148bc33f3ee3520076f36358a36dda6d63d5b78921d67d02ab41b697e6a751348e56
|
|
7
|
+
data.tar.gz: edb2b18bea57956d0b34327fd7a3ee0e00efdf4d140f058ff986d59638708cf79d3b77630fd4c29d613391f926984ac2c36e9ed23210b74e83ae6cb3f8052546
|
data/Gemfile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-registration
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Langdon White
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2020-03-
|
|
13
|
+
date: 2020-03-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Enables guests to be registered automatically which is especially useful
|
|
16
16
|
for RHEL or SLES guests.
|