itamae-plugin-recipe-daddy 0.1.21 → 0.1.22
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '009939156948181739fc0bcbac8786f0a45e9a21b036285037305a3ea4dc5f4f'
|
|
4
|
+
data.tar.gz: 97cb5727263d6875bf6a39a3a6afd55f8adbff9e01e5bdfc83239a16ac1e1360
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '092c754e7402cf1ab0f08796321ff5c719620f0d46f26089483e5f4cb20707c9a9f760227d43c75e80d8483636560ad0701e48c57b5f572ce14b48fbf9ecbb8b'
|
|
7
|
+
data.tar.gz: ccd85826e1ee16d8cbf27bc393d9e83c67bc7515aeee5ac4f2a72ca47d2e0ce2336104d6cf7ed2ea688eefa98fa72e818ae5bf661615ad14d3b84fc74b70ab22
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49 nginx-1.20.1.tar.gz
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
module ItamaePluginRecipeDaddy
|
|
2
|
-
VERSION = '0.1.
|
|
2
|
+
VERSION = '0.1.22'
|
|
3
3
|
|
|
4
4
|
NGINX_VERSION = [
|
|
5
5
|
NGINX_VERSION_MAJOR = '1',
|
|
6
|
-
NGINX_VERSION_MINOR = '
|
|
7
|
-
NGINX_VERSION_PATCH = '
|
|
6
|
+
NGINX_VERSION_MINOR = '20',
|
|
7
|
+
NGINX_VERSION_PATCH = '1'
|
|
8
8
|
].join('.')
|
|
9
9
|
|
|
10
10
|
NGINX_RTMP_MODULE_VERSION = [
|
|
11
11
|
NGINX_RTMP_MODULE_VERSION_MAJOR = '1',
|
|
12
12
|
NGINX_RTMP_MODULE_VERSION_MINOR = '2',
|
|
13
|
-
NGINX_RTMP_MODULE_VERSION_PATCH = '
|
|
13
|
+
NGINX_RTMP_MODULE_VERSION_PATCH = '2'
|
|
14
14
|
].join('.')
|
|
15
15
|
|
|
16
16
|
OPENCV_VERSION = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itamae-plugin-recipe-daddy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ichy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: itamae
|
|
@@ -132,6 +132,7 @@ files:
|
|
|
132
132
|
- lib/itamae/plugin/recipe/daddy/nginx/nginx-1.14.2_sha256sum.txt
|
|
133
133
|
- lib/itamae/plugin/recipe/daddy/nginx/nginx-1.16.1_sha256sum.txt
|
|
134
134
|
- lib/itamae/plugin/recipe/daddy/nginx/nginx-1.18.0_sha256sum.txt
|
|
135
|
+
- lib/itamae/plugin/recipe/daddy/nginx/nginx-1.20.1_sha256sum.txt
|
|
135
136
|
- lib/itamae/plugin/recipe/daddy/nginx/start.rb
|
|
136
137
|
- lib/itamae/plugin/recipe/daddy/nginx/stop.rb
|
|
137
138
|
- lib/itamae/plugin/recipe/daddy/nginx/templates/etc/nginx/conf.d/default.conf.erb
|
|
@@ -175,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
176
|
- !ruby/object:Gem::Version
|
|
176
177
|
version: '0'
|
|
177
178
|
requirements: []
|
|
178
|
-
rubygems_version: 3.
|
|
179
|
+
rubygems_version: 3.2.16
|
|
179
180
|
signing_key:
|
|
180
181
|
specification_version: 4
|
|
181
182
|
summary: itamae recipe collections
|