chef-vault 3.2.0 → 3.3.0.pre.pre414
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
- data/chef-vault.gemspec +2 -2
- data/lib/chef-vault/version.rb +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: b72c5128b62e91852eda944997569ef0513c9546
|
|
4
|
+
data.tar.gz: 1de6e545dd2a554e510085d0863fe5fadbb5670a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85e471b328e2cca6dbdbbce092950e42f6743c7a95ca1581a00b301adac789b634c0ba41d180eaf7c44db7442180321668dc0e3d373e4e3c6faf43126c225116
|
|
7
|
+
data.tar.gz: b2fae4d1a5eabc84d7759910360009703c51b98f59f162b244348c225a67bd9b3a38c47434515b60ae428b7f69c501f86cde1be739de2dd272ecee02d04dc644
|
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)*
|
data/chef-vault.gemspec
CHANGED
|
@@ -18,13 +18,13 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
18
18
|
require "chef-vault/version"
|
|
19
19
|
|
|
20
20
|
def self.prerelease?
|
|
21
|
-
!ENV["TRAVIS_TAG"]
|
|
21
|
+
!ENV["TRAVIS_TAG"] || ENV["TRAVIS_TAG"].empty?
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
Gem::Specification.new do |s|
|
|
25
25
|
s.name = "chef-vault"
|
|
26
26
|
s.version = ChefVault::VERSION
|
|
27
|
-
s.version = "#{s.version}-pre#{ENV['TRAVIS_BUILD_NUMBER']}" if
|
|
27
|
+
s.version = "#{s.version}-pre#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV["TRAVIS"]
|
|
28
28
|
s.has_rdoc = true
|
|
29
29
|
s.authors = ["Thom May"]
|
|
30
30
|
s.email = ["thom@chef.io"]
|
data/lib/chef-vault/version.rb
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.
|
|
4
|
+
version: 3.3.0.pre.pre414
|
|
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-28 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: 1.3.1
|
|
195
195
|
requirements: []
|
|
196
196
|
rubyforge_project:
|
|
197
197
|
rubygems_version: 2.6.11
|