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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c26005fcf6d17376c6114036c158416d52e8084
4
- data.tar.gz: 6c36ea91ab24dc5f70178e2095fb77be58ac0952
3
+ metadata.gz: ec0bcedce8a06a86d3203e364744353ce041c93d
4
+ data.tar.gz: 443aa67b490dc1675c615794d97103aeb8407eba
5
5
  SHA512:
6
- metadata.gz: 3669f4f93c5529f80e853635865a62849418f0ff3b9e0e5943f4430a097bb42af0c7b5debb3013edbef745d986dbcb9f08df05b7dc282c0284475bab300137e2
7
- data.tar.gz: 79a800678b9fc3744ab8d38de9718784ae45e7eaed3fb616d6f6e6ff5aee25976616072eeb84ecfdaadd561631f400a6ad590407466ab94f41bacf3bdd07dc23
6
+ metadata.gz: 4b5f3188e7784993a1a39aad1712b2d9273cbafd3e4e931ae01f18fe90e0a989c6d14c53a53f581c322e36d712a7a3d299e1ca00da1396ff122728fb08ce5b85
7
+ data.tar.gz: 727c76eb325bd797e3d627bf97e16ba4c133dc3df8997161964980a6dc229c94a5b6064274309fe9b7adf394477fde3f7c0e7d3e2af8db483cf63ba6c29608c2
@@ -1,7 +1,7 @@
1
1
  module Vagrant
2
2
  module Itamae
3
3
  module Local
4
- VERSION = "0.1.15"
4
+ VERSION = "0.1.16"
5
5
  end
6
6
  end
7
7
  end
@@ -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{Write a short summary, because Rubygems requires one.}
13
- spec.description = %q{Write a longer description or delete this line.}
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.15
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-18 00:00:00.000000000 Z
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: Write a longer description or delete this line.
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: Write a short summary, because Rubygems requires one.
113
+ summary: useful for vagrant itamae extension.
114
114
  test_files: []