dpl-chef_supermarket 1.10.13.travis.4033.5 → 1.10.16.travis.5961.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dpl-chef_supermarket.gemspec +2 -1
- data/lib/dpl/provider/chef_supermarket.rb +2 -2
- data/lib/dpl/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 336c2b05f1f0db2e697a31b3a26cf3b8d0bb5c05a4be8097603032357dcd1ea8
|
4
|
+
data.tar.gz: 1f588f7fe9ce866213a6fb5ad1cdd83432298634ee022b93e0460c800a8a7979
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdc0714895991d832f3ae510f9bda4575efea354ad459a9612288f3af789fc50314cb5b370e2a40630d146b7f7ac9c50a7af3dd4120963b256358f797bfd727e
|
7
|
+
data.tar.gz: 2263845567618076c2d2719f9f4009bcb1796ee9ed7af833a21eaddbb7075887189ea19f05a0304a96dbe23c696a8e575d065a0015ff95d700c96c28bd490685
|
@@ -6,7 +6,8 @@ deps = [
|
|
6
6
|
]
|
7
7
|
|
8
8
|
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.3.0")
|
9
|
-
deps
|
9
|
+
deps.shift
|
10
|
+
deps << ['net-telnet', '~> 0.1.0'] << ['chef', '~> 12.0'] << ['public_suffix', '< 3.1.0'] << ['rack', '~> 2.1.2']
|
10
11
|
gemspec_for 'chef_supermarket', deps
|
11
12
|
elsif Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.4.0")
|
12
13
|
gemspec_for 'chef_supermarket', (deps << ['chef', '~> 13.0'])
|
@@ -21,8 +21,8 @@ module DPL
|
|
21
21
|
end
|
22
22
|
|
23
23
|
def check_app
|
24
|
-
@cookbook_name = options[:cookbook_name] || options[:app]
|
25
|
-
@cookbook_category = options[:cookbook_category]
|
24
|
+
@cookbook_name = options[:name] || options[:cookbook_name] || options[:app]
|
25
|
+
@cookbook_category = options[:category] || options[:cookbook_category]
|
26
26
|
unless cookbook_category
|
27
27
|
error "Missing cookbook_category option\n" +
|
28
28
|
"see https://docs.getchef.com/knife_cookbook_site.html#id12"
|
data/lib/dpl/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl-chef_supermarket
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.16.travis.5961.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dpl
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.10.
|
19
|
+
version: 1.10.16.travis.5961.5
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.10.
|
26
|
+
version: 1.10.16.travis.5961.5
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rack
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -221,7 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: 1.3.1
|
223
223
|
requirements: []
|
224
|
-
|
224
|
+
rubyforge_project:
|
225
|
+
rubygems_version: 2.7.7
|
225
226
|
signing_key:
|
226
227
|
specification_version: 4
|
227
228
|
summary: deploy tool
|