itamae-plugin-recipe-daddy 0.1.21 → 0.1.23
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/itamae/plugin/recipe/daddy/nginx/nginx-1.20.1_sha256sum.txt +1 -0
- data/lib/itamae/plugin/recipe/daddy/nginx/nginx-1.20.2_sha256sum.txt +1 -0
- data/lib/itamae/plugin/recipe/daddy/passenger/templates/_passenger.conf.erb +0 -1
- data/lib/itamae_plugin_recipe_daddy/version.rb +4 -4
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cb4b177646f1c84cc52977abe180310538157f2f610a799db039376d8948d3e
|
|
4
|
+
data.tar.gz: a06e31098cf4bd0ba8f01a0aca990065ab8f41ad7923cbb12c8e48f204514534
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9daa8c0e9029f7e78884d536496a3b5f0f25769095730b9a8308d15f87336d8adb99d5dba9f2ce5e1d27ba0b0ee98186a3ba5717b829fb41c04ed5d823903ba
|
|
7
|
+
data.tar.gz: 5fd809b7c2dc235e72a4b01fb3dff5aac16e69cbd95355d9b2123aee462fc0b5a80ecfcb605b5aa0ec62b85ac382cc4deddb9e8ec81318dc87429fc99f2abbf9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49 nginx-1.20.1.tar.gz
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42 nginx-1.20.2.tar.gz
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
module ItamaePluginRecipeDaddy
|
|
2
|
-
VERSION = '0.1.
|
|
2
|
+
VERSION = '0.1.23'
|
|
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 = '2'
|
|
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.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ichy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: itamae
|
|
@@ -132,6 +132,8 @@ 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
|
|
136
|
+
- lib/itamae/plugin/recipe/daddy/nginx/nginx-1.20.2_sha256sum.txt
|
|
135
137
|
- lib/itamae/plugin/recipe/daddy/nginx/start.rb
|
|
136
138
|
- lib/itamae/plugin/recipe/daddy/nginx/stop.rb
|
|
137
139
|
- lib/itamae/plugin/recipe/daddy/nginx/templates/etc/nginx/conf.d/default.conf.erb
|
|
@@ -175,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
177
|
- !ruby/object:Gem::Version
|
|
176
178
|
version: '0'
|
|
177
179
|
requirements: []
|
|
178
|
-
rubygems_version: 3.
|
|
180
|
+
rubygems_version: 3.3.10
|
|
179
181
|
signing_key:
|
|
180
182
|
specification_version: 4
|
|
181
183
|
summary: itamae recipe collections
|