chef-vault 3.2.0.pre.pre408 → 3.2.0
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 +3 -12
- data/chef-vault.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1da4b7ad34e4d71b46ffdf667e847c0cd7654e10
|
|
4
|
+
data.tar.gz: fb680046112b7ee7d10cc5010efd868a3aed2cc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea7e17b443e65a94d58f11b09938a583b3e291992bb7275e90810f31055fbdc311722c874002ea510b0aa95a528c5dc8621a95ec8348d5ead879489b80c8ec33
|
|
7
|
+
data.tar.gz: 08172675d703267edf742563c5c0a57b232dd772120590ea3fa4d4acb32a2ff7308cdcc7da78cdf40617e1cbf09c157c57f032350a17756ae7d77bb68488f10d
|
data/Changelog.md
CHANGED
|
@@ -1,17 +1,8 @@
|
|
|
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
|
-
|
|
10
3
|
## [v3.1.0](https://github.com/chef/chef-vault/tree/v3.1.0) (2017-07-04)
|
|
11
|
-
[Full
|
|
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)
|
|
4
|
+
[Full
|
|
5
|
+
Changelog](https://github.com/chef/chef-vault/compare/v3.0.3...v3.1.0)
|
|
15
6
|
|
|
16
7
|
**Implemented enhancements:**
|
|
17
8
|
|
|
@@ -131,4 +122,4 @@
|
|
|
131
122
|
|
|
132
123
|
|
|
133
124
|
|
|
134
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
125
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/chef-vault.gemspec
CHANGED
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
|
|
4
|
+
version: 3.2.0
|
|
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-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -189,9 +189,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
version: 2.2.0
|
|
190
190
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
requirements:
|
|
192
|
-
- - "
|
|
192
|
+
- - ">="
|
|
193
193
|
- !ruby/object:Gem::Version
|
|
194
|
-
version:
|
|
194
|
+
version: '0'
|
|
195
195
|
requirements: []
|
|
196
196
|
rubyforge_project:
|
|
197
197
|
rubygems_version: 2.6.11
|