chef-infra-api 0.9.1 → 0.10.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.
- checksums.yaml +4 -4
- data/lib/chef-api/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: b60c3223bfbe7f625a2c8b4368c16543be043bc35db73843a36409d8703c1bd7
|
|
4
|
+
data.tar.gz: 528e4e1e0bc6d3c9a53ff2812b5315dd2e3d49c4ec9642d81affe25ff7aa1786
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd45b8ccb0cfd6201608b354269e539cf0df107a9732bfba0c9e3cffba80b66258de3c2265f222133015a31314d615e6826dcbdb3b70f8ad30bc9f53d8808193
|
|
7
|
+
data.tar.gz: e13853397a7826f91329208e0ae7d749b8e6b5d7998d4b71413923c1eb85032a79c7cc766c4253eb77ab3812230af4025aa6b5d16b257b5f72735d2171e50b14
|
data/lib/chef-api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-infra-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
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: logify
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- - ">="
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
|
-
description: A tiny Chef API client with minimal dependencies
|
|
42
|
+
description: A tiny Chef Infra API client with minimal dependencies
|
|
43
43
|
email:
|
|
44
44
|
- sethvargo@gmail.com
|
|
45
45
|
- tsmith84@gmail.com
|
|
@@ -115,16 +115,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
requirements:
|
|
116
116
|
- - ">="
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: '2.
|
|
118
|
+
version: '2.3'
|
|
119
119
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
requirements:
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
123
|
version: '0'
|
|
124
124
|
requirements: []
|
|
125
|
-
|
|
126
|
-
rubygems_version: 2.7.9
|
|
125
|
+
rubygems_version: 3.0.3
|
|
127
126
|
signing_key:
|
|
128
127
|
specification_version: 4
|
|
129
|
-
summary: A Chef API client in Ruby
|
|
128
|
+
summary: A Chef Infra API client in Ruby
|
|
130
129
|
test_files: []
|