vault 0.10.0 → 0.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e5fd83ffdf4937b80770ad21d25b1bab18b036b
4
- data.tar.gz: 7d82f65b6e31bd4f8f4887bdc2224040159fc402
3
+ metadata.gz: 67e962a186f0ed717155a0bdd57111cc2dbb6044
4
+ data.tar.gz: '09fdeb8585d32bb6642f289a12afda06716a04e2'
5
5
  SHA512:
6
- metadata.gz: bad1f9d3302041a5532145af4c1cd07d3f7fe289c5a81d3edd0cd410b0f0130d59f09a8ceea82955cf28b4f36dbefb6fa73cb1145d5e117a01dff537b9a3ab3b
7
- data.tar.gz: 4c0b02bf433aa26c3573f8d6b9728662efc2a0d7fd8138cb486e4c4c044ba6d728c4405b910582f7c34feb3c0788aeb89874ea6999027379502821782e86b018
6
+ metadata.gz: 90f28655a32c55316aa9436abf4dee09aa36ab25db6b0277b43a48cb86385a8a758fbbb14dd634a94f3887637dfc3e40ecdff4ef1db8db510d6d6257a99b9dab
7
+ data.tar.gz: 75b038d03764889b0301b9ff318c59be6fa85fddc9931fdbbdd9f902daf1bb7e467bb77a70f6a06be2cc87951c269d57179ca3a4901a87d380ef983bf9cc2255
@@ -1,5 +1,11 @@
1
1
  # Vault Ruby Changelog
2
2
 
3
+ ## v0.10.1 (May 8, 2017)
4
+
5
+ IMPROVEMENTS
6
+
7
+ - `vault-ruby` is licensed under Mozilla Public License 2.0, and has been for over 2 years. This patch release updates the gemspec to use the correct SPDX ID string for reporting this license, but **no change to the licensing of this gem has occurred**.
8
+
3
9
  ## v0.10.0 (April 19, 2017)
4
10
 
5
11
  IMPROVEMENTS
@@ -1,3 +1,3 @@
1
1
  module Vault
2
- VERSION = "0.10.0"
2
+ VERSION = "0.10.1"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Vault::VERSION
9
9
  spec.authors = ["Seth Vargo"]
10
10
  spec.email = ["sethvargo@gmail.com"]
11
- spec.licenses = ["MPLv2"]
11
+ spec.licenses = ["MPL-2.0"]
12
12
 
13
13
  spec.summary = "Vault is a Ruby API client for interacting with a Vault server."
14
14
  spec.description = spec.summary
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Vargo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-19 00:00:00.000000000 Z
11
+ date: 2017-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -145,7 +145,7 @@ files:
145
145
  - vault.gemspec
146
146
  homepage: https://github.com/hashicorp/vault-ruby
147
147
  licenses:
148
- - MPLv2
148
+ - MPL-2.0
149
149
  metadata: {}
150
150
  post_install_message:
151
151
  rdoc_options: []
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 2.5.1
166
+ rubygems_version: 2.6.10
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: Vault is a Ruby API client for interacting with a Vault server.