stove 7.1.0 → 7.1.5
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/LICENSE +1 -1
- data/lib/stove/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4babcc9d14e923933194a1fea0954df9422dd238eda6b9cbe076cce178ed7cc9
|
|
4
|
+
data.tar.gz: b28fa43ea06c34dff7205decd2fb91f0df75ab9baf20be3d347e2f0963d8581e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8f1e338d56383b8a8edd0524a1cb97785138badb65d96818757ab8fd0732b700a18b8550d65714ab9cbd81b39f7d932f0e6ceac2e41d764240eb56915531eec
|
|
7
|
+
data.tar.gz: f41ee31ba0f00e0478dce07a524dad97e03e91dbd530899535e3db0f67f1d72cecc64311ef7635cca832d489a3fb4c99bb76948589f2590507f0885fb43c89b8
|
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: 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,7 +9,7 @@ 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
15
|
name: chef-api
|
|
@@ -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
|
|
@@ -185,7 +185,7 @@ files:
|
|
|
185
185
|
- templates/errors/supermarket_already_exists.erb
|
|
186
186
|
- templates/errors/supermarket_key_validation_failed.erb
|
|
187
187
|
- templates/errors/supermarket_username_validation_failed.erb
|
|
188
|
-
homepage: https://github.com/
|
|
188
|
+
homepage: https://github.com/chef/stove
|
|
189
189
|
licenses:
|
|
190
190
|
- Apache-2.0
|
|
191
191
|
metadata: {}
|
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
205
|
version: '0'
|
|
206
206
|
requirements: []
|
|
207
|
-
rubygems_version: 3.0.
|
|
207
|
+
rubygems_version: 3.0.3
|
|
208
208
|
signing_key:
|
|
209
209
|
specification_version: 4
|
|
210
210
|
summary: A command-line utility for releasing Chef community cookbooks
|