vault-provision 0.1.9 → 0.1.10

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +25 -0
  3. data/VERSION +1 -1
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0edcd40874242ad1c2e953a14261cb02ad1e0ef9
4
- data.tar.gz: bfb7aff56d0bf2c7fe54c12c7d2601e84c43d6f9
3
+ metadata.gz: 5e853aa8d1f672f7323191fec012d953f54e0e30
4
+ data.tar.gz: d9d5e22bc0066d78d97dda39429d0c36608fb305
5
5
  SHA512:
6
- metadata.gz: 68669b47d77cbd56423c1d105018bc01cb86351c118edbc728cfe65d58477d1656e315003e886df1f65aa1df016a04d33b5be17423556670f0810f3cd7228b09
7
- data.tar.gz: 6d2810d47c3657ef12fd852929062ad89eead48d471a2293f1fbd481d568b3674df613ea922a36dd8ed55c704384b270ed6ce8276f9d3cc510d742ec62efbea6
6
+ metadata.gz: 7d275b1ac8383c2937bc8e581e40590afe69e3a8ac824e32c197b41cb6ffdeb161ac5051dbe13ceba3ed6663994d4e1401de30539369dd1ece26680c489883f7
7
+ data.tar.gz: 3d214478286d2cf4a938b1bdf380caff38e3031ceb5a13e07c72de9998bcd2863790ad34ff863e620dec595aab00137b4548f16499e0c5b72bfeb8be6e3ff249
data/LICENSE.md ADDED
@@ -0,0 +1,25 @@
1
+ The MIT License (MIT)
2
+ =====================
3
+
4
+ Copyright © 2017 Thomas Maher <tmaher@tursom.org>
5
+
6
+ Permission is hereby granted, free of charge, to any person
7
+ obtaining a copy of this software and associated documentation
8
+ files (the “Software”), to deal in the Software without
9
+ restriction, including without limitation the rights to use,
10
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the
12
+ Software is furnished to do so, subject to the following
13
+ conditions:
14
+
15
+ The above copyright notice and this permission notice shall be
16
+ included in all copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
+ OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vault-provision
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Maher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-27 00:00:00.000000000 Z
11
+ date: 2017-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -96,6 +96,7 @@ files:
96
96
  - ".rubocop.yml"
97
97
  - Gemfile
98
98
  - Gemfile.lock
99
+ - LICENSE.md
99
100
  - README.md
100
101
  - Rakefile
101
102
  - VERSION
@@ -206,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
207
  version: '0'
207
208
  requirements: []
208
209
  rubyforge_project:
209
- rubygems_version: 2.6.11
210
+ rubygems_version: 2.4.5.2
210
211
  signing_key:
211
212
  specification_version: 4
212
213
  summary: Provisioning utility for HashiCorp's Vault