Skip to content

Commit

Permalink
Merge pull request hashicorp#142 from hashicorp/kerrizor-patch-1
Browse files Browse the repository at this point in the history
Use official SPDX ID for license
  • Loading branch information
kerrizor authored May 10, 2017
2 parents dcbc890 + c3bccd2 commit eb022cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vault/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vault
VERSION = "0.10.0"
VERSION = "0.10.1"
end
2 changes: 1 addition & 1 deletion vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = Vault::VERSION
spec.authors = ["Seth Vargo"]
spec.email = ["[email protected]"]
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
Expand Down

0 comments on commit eb022cb

Please sign in to comment.