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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +3 -12
  3. data/chef-vault.gemspec +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bedb776cb3d574097420ca097f056299ed2c46ee
4
- data.tar.gz: 0ef00c58ba8207e63e8642c9325ab087d9b5d5d2
3
+ metadata.gz: 1da4b7ad34e4d71b46ffdf667e847c0cd7654e10
4
+ data.tar.gz: fb680046112b7ee7d10cc5010efd868a3aed2cc8
5
5
  SHA512:
6
- metadata.gz: 404526246453436836cf18f18dca85ba57358d8cb1e922898e06cb7690721d284e95a23b6480e979736c0551e67e2b5ea37feb778ef62f8ce729a6ee701c5674
7
- data.tar.gz: c410be06e0e62946da82d99af0a79b2174d86d1ea62801e5eccc2709d61e723025418293ded58a175c780fbb5fc376dbb7e32d225077c108bb87f259b644caa0
6
+ metadata.gz: ea7e17b443e65a94d58f11b09938a583b3e291992bb7275e90810f31055fbdc311722c874002ea510b0aa95a528c5dc8621a95ec8348d5ead879489b80c8ec33
7
+ data.tar.gz: 08172675d703267edf742563c5c0a57b232dd772120590ea3fa4d4acb32a2ff7308cdcc7da78cdf40617e1cbf09c157c57f032350a17756ae7d77bb68488f10d
@@ -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 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)
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)*
@@ -18,7 +18,7 @@ $:.push File.expand_path("../lib", __FILE__)
18
18
  require "chef-vault/version"
19
19
 
20
20
  def self.prerelease?
21
- !ENV["TRAVIS_TAG"] || ENV["TRAVIS_TAG"].empty?
21
+ !ENV["TRAVIS_TAG"]
22
22
  end
23
23
 
24
24
  Gem::Specification.new do |s|
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.pre408
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-13 00:00:00.000000000 Z
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: 1.3.1
194
+ version: '0'
195
195
  requirements: []
196
196
  rubyforge_project:
197
197
  rubygems_version: 2.6.11