chef-stove 7.1.1 → 7.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/lib/stove/version.rb +1 -1
  4. metadata +6 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e491dd053cbf0a5a1bf6bdb8502280c4292184aaf56612326313870c18331329
4
- data.tar.gz: e5443526abc84e54e75785ab27fc38f518bc2cc7ee3545b3cf15b701df93cee8
3
+ metadata.gz: 11f736caab65c054d228ea7458d0f73b727bc199b919e778e9199e61000709a6
4
+ data.tar.gz: d2383206c9bac9849499e4794b2858482c6d1f54d148b7d8ed66bd01da095d1c
5
5
  SHA512:
6
- metadata.gz: b91dbb0d8a466fde342b3492b0306a5e4c2aa44343f637a63a975a70ea751b5d684c8732befe1f3bd4d4a665591cf5329968704b9d6d21f8e9a60cc775ed5246
7
- data.tar.gz: f601624874444ede6be3b0e647ed6b37540aaccd67e0e84aeb0164e73c1fdc144d64025b806710efc4b80dfcbda679784e97fb929331bb0f7679bf243b6bb78b
6
+ metadata.gz: 1d89919f2710d877a4f772831baf5ce3194646792446bec2a4221ca37a1c2b384418b9778285ad5b43f02b23a2d88e34f920147f630a3660837b92e695d7f08e
7
+ data.tar.gz: ccd2629fa03d9e6f05aba1f599f326e2d1fba4081eb520adb5dcbfdb27c253882f0e0d3837930b8069c7edc031561d8766b9714e2a4ae85603f0a8548efb0144
data/LICENSE CHANGED
@@ -187,7 +187,7 @@ APPENDIX: How to apply the Apache License to your work.
187
187
  identification within third-party archives.
188
188
 
189
189
  Copyright 2013 Seth Vargo <sethvargo@gmail.com>
190
- Copyright 2013 Opscode, Inc
190
+ Copyright 2013-2019 Chef Software, Inc.
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
@@ -1,3 +1,3 @@
1
1
  module Stove
2
- VERSION = '7.1.1'
2
+ VERSION = "7.1.5".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-stove
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.1
4
+ version: 7.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Vargo
@@ -9,10 +9,10 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-09-19 00:00:00.000000000 Z
12
+ date: 2019-10-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
- name: chef-infra-api
15
+ name: chef-api
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
18
  - - "~>"
@@ -68,7 +68,7 @@ dependencies:
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  - !ruby/object:Gem::Dependency
71
- name: chef-community-zero
71
+ name: community-zero
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
@@ -137,7 +137,7 @@ dependencies:
137
137
  - - "~>"
138
138
  - !ruby/object:Gem::Version
139
139
  version: '3.0'
140
- description: A utility for releasing Chef community cookbooks
140
+ description: A utility for releasing Chef Infra cookbooks
141
141
  email:
142
142
  - sethvargo@gmail.com
143
143
  - tsmith84@gmail.com
@@ -204,8 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  - !ruby/object:Gem::Version
205
205
  version: '0'
206
206
  requirements: []
207
- rubyforge_project:
208
- rubygems_version: 2.7.9
207
+ rubygems_version: 3.0.3
209
208
  signing_key:
210
209
  specification_version: 4
211
210
  summary: A command-line utility for releasing Chef community cookbooks