vagrant-hosts-provisioner 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 +4 -4
- data/lib/vagrant-hosts-provisioner/version.rb +1 -1
- data/vagrant-hosts-provisioner.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5ec1e1905eebb2cba20f837e02d69768aae2be1
|
4
|
+
data.tar.gz: f94c9dfb5897c79b6abee8d059df11f4f12692fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8da804b098709c4b7d0b09e195dc164835593477e5964353a8bb07f13673156a0c7dfa3952039999ea9800fa61f1dd00f41db0600141f03f8a9a1ad08d70a64
|
7
|
+
data.tar.gz: c84600221267b52ecb30c12ff3bc0133ab29b74dba35189936f7caaaf7b6c572a6b0c233b22965b9e9e9fceede35f0022834e27ec704aa034243cc253930e9db
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.email = ["mkh117@gmail.com"]
|
12
12
|
spec.description = %q{A Vagrant provisioner for managing the /etc/hosts file of the host and guest machines.}
|
13
13
|
spec.summary = spec.description
|
14
|
-
spec.homepage = "https://github.com/mdkholy/
|
14
|
+
spec.homepage = "https://github.com/mdkholy/vagrant-hosts-provisioner"
|
15
15
|
spec.license = "MIT"
|
16
16
|
spec.rubyforge_project = "vagrant-hosts-provisioner"
|
17
17
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-hosts-provisioner
|
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
|
- Mohamed Elkholy
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- test/single/config/hosts.json
|
65
65
|
- test/single/test.sh
|
66
66
|
- vagrant-hosts-provisioner.gemspec
|
67
|
-
homepage: https://github.com/mdkholy/
|
67
|
+
homepage: https://github.com/mdkholy/vagrant-hosts-provisioner
|
68
68
|
licenses:
|
69
69
|
- MIT
|
70
70
|
metadata: {}
|