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.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/lib/stove/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11f736caab65c054d228ea7458d0f73b727bc199b919e778e9199e61000709a6
|
4
|
+
data.tar.gz: d2383206c9bac9849499e4794b2858482c6d1f54d148b7d8ed66bd01da095d1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
data/lib/stove/version.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
-
name: chef-
|
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:
|
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
|
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
|
-
|
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
|