chef-vault 3.2.0.pre.pre407 → 3.2.0.pre.pre408
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 +4 -4
- data/Changelog.md +12 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bedb776cb3d574097420ca097f056299ed2c46ee
|
|
4
|
+
data.tar.gz: 0ef00c58ba8207e63e8642c9325ab087d9b5d5d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 404526246453436836cf18f18dca85ba57358d8cb1e922898e06cb7690721d284e95a23b6480e979736c0551e67e2b5ea37feb778ef62f8ce729a6ee701c5674
|
|
7
|
+
data.tar.gz: c410be06e0e62946da82d99af0a79b2174d86d1ea62801e5eccc2709d61e723025418293ded58a175c780fbb5fc376dbb7e32d225077c108bb87f259b644caa0
|
data/Changelog.md
CHANGED
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v3.2.0](https://github.com/chef/chef-vault/tree/v3.2.0) (2017-07-13)
|
|
4
|
+
[Full Changelog](https://github.com/chef/chef-vault/compare/v3.1.0...v3.2.0)
|
|
5
|
+
|
|
6
|
+
**Closed issues:**
|
|
7
|
+
|
|
8
|
+
- offline network installation of the chef-vault gem [\#279](https://github.com/chef/chef-vault/issues/279)
|
|
9
|
+
|
|
3
10
|
## [v3.1.0](https://github.com/chef/chef-vault/tree/v3.1.0) (2017-07-04)
|
|
4
|
-
[Full
|
|
5
|
-
|
|
11
|
+
[Full Changelog](https://github.com/chef/chef-vault/compare/v2.9.2...v3.1.0)
|
|
12
|
+
|
|
13
|
+
## [v2.9.2](https://github.com/chef/chef-vault/tree/v2.9.2) (2017-06-21)
|
|
14
|
+
[Full Changelog](https://github.com/chef/chef-vault/compare/v3.0.3...v2.9.2)
|
|
6
15
|
|
|
7
16
|
**Implemented enhancements:**
|
|
8
17
|
|
|
@@ -122,4 +131,4 @@ Changelog](https://github.com/chef/chef-vault/compare/v3.0.3...v3.1.0)
|
|
|
122
131
|
|
|
123
132
|
|
|
124
133
|
|
|
125
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
134
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-vault
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.0.pre.
|
|
4
|
+
version: 3.2.0.pre.pre408
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thom May
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-07-
|
|
11
|
+
date: 2017-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|