stove 7.1.0 → 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 +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bff5ead7f18a20eed57b3ae73bbed5937b71113f78e0601f9ebe828c9c5bc7be
4
- data.tar.gz: 1371cadbe96ca1676d8894dc912c7fe08fc1b018184ee7147b0a436c4ba0caaf
3
+ metadata.gz: 4babcc9d14e923933194a1fea0954df9422dd238eda6b9cbe076cce178ed7cc9
4
+ data.tar.gz: b28fa43ea06c34dff7205decd2fb91f0df75ab9baf20be3d347e2f0963d8581e
5
5
  SHA512:
6
- metadata.gz: 29c01a7145618556b78c0af465a2c30ef1f2f750b9663f3b6ba0284e04c18f1496d807e0f8b0fdfefa47d4a89c7f8b77eab21ad1c657a9683083c9534cdb928f
7
- data.tar.gz: a2942c45f64eb5e4d227bb339842947595e354e3aa4a2992cbff79e0abf319c9985f4a9a3795ab77262f0636114851ab657781aa911e4242bf51bfd7f9a43a02
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 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.0'
2
+ VERSION = "7.1.5".freeze
3
3
  end
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.0
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-01-16 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
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 community cookbooks
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/tas50/stove
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.1
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