vagrant-itamae-local 0.1.15 → 0.1.16
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/itamae/local/version.rb +1 -1
- data/vagrant-itamae-local.gemspec +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec0bcedce8a06a86d3203e364744353ce041c93d
|
4
|
+
data.tar.gz: 443aa67b490dc1675c615794d97103aeb8407eba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b5f3188e7784993a1a39aad1712b2d9273cbafd3e4e931ae01f18fe90e0a989c6d14c53a53f581c322e36d712a7a3d299e1ca00da1396ff122728fb08ce5b85
|
7
|
+
data.tar.gz: 727c76eb325bd797e3d627bf97e16ba4c133dc3df8997161964980a6dc229c94a5b6064274309fe9b7adf394477fde3f7c0e7d3e2af8db483cf63ba6c29608c2
|
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["kakikubo teruo"]
|
10
10
|
spec.email = ["kakikubo@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
14
|
-
spec.homepage = "https://github.com/kakikubo"
|
12
|
+
spec.summary = %q{useful for vagrant itamae extension.}
|
13
|
+
spec.description = %q{additional local option for vagrant-itamae.}
|
14
|
+
spec.homepage = "https://github.com/kakikubo/vagrant-itamae-local"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-itamae-local
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kakikubo teruo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: vagrant-itamae
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '3.0'
|
69
|
-
description:
|
69
|
+
description: additional local option for vagrant-itamae.
|
70
70
|
email:
|
71
71
|
- kakikubo@gmail.com
|
72
72
|
executables: []
|
@@ -87,7 +87,7 @@ files:
|
|
87
87
|
- lib/vagrant/itamae/local/provisioner.rb
|
88
88
|
- lib/vagrant/itamae/local/version.rb
|
89
89
|
- vagrant-itamae-local.gemspec
|
90
|
-
homepage: https://github.com/kakikubo
|
90
|
+
homepage: https://github.com/kakikubo/vagrant-itamae-local
|
91
91
|
licenses:
|
92
92
|
- MIT
|
93
93
|
metadata: {}
|
@@ -110,5 +110,5 @@ rubyforge_project:
|
|
110
110
|
rubygems_version: 2.4.5.2
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
|
-
summary:
|
113
|
+
summary: useful for vagrant itamae extension.
|
114
114
|
test_files: []
|