From a19756f70f0137791a1471874e2e78523915f0f0 Mon Sep 17 00:00:00 2001 From: Kerri Miller Date: Mon, 8 May 2017 10:19:10 -0700 Subject: [PATCH 1/3] Use official SPDX ID for license https://spdx.org/licenses/ --- vault.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault.gemspec b/vault.gemspec index 5428936c..b0027fb2 100644 --- a/vault.gemspec +++ b/vault.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.version = Vault::VERSION spec.authors = ["Seth Vargo"] spec.email = ["sethvargo@gmail.com"] - spec.licenses = ["MPLv2"] + spec.licenses = ["MPL-2.0"] spec.summary = "Vault is a Ruby API client for interacting with a Vault server." spec.description = spec.summary From ac9d806639509df085032e325eb23e1df7f84104 Mon Sep 17 00:00:00 2001 From: Kerri Miller Date: Mon, 8 May 2017 12:54:54 -0700 Subject: [PATCH 2/3] Bump patch version --- lib/vault/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vault/version.rb b/lib/vault/version.rb index 5d2c457e..9eed5748 100644 --- a/lib/vault/version.rb +++ b/lib/vault/version.rb @@ -1,3 +1,3 @@ module Vault - VERSION = "0.10.0" + VERSION = "0.10.1" end From c3bccd20375c5563e6dc9008b4fea1cec2ae7c03 Mon Sep 17 00:00:00 2001 From: Kerri Miller Date: Mon, 8 May 2017 12:55:22 -0700 Subject: [PATCH 3/3] Adds update on v0.10.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e041d5f..7bd32280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Vault Ruby Changelog +## v0.10.1 (May 8, 2017) + +IMPROVEMENTS + +- `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**. + ## v0.10.0 (April 19, 2017) IMPROVEMENTS