itamae-plugin-recipe-daddy 0.1.22 → 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
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
|
+
958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42 nginx-1.20.2.tar.gz
|
|
@@ -1,10 +1,10 @@
|
|
|
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
6
|
NGINX_VERSION_MINOR = '20',
|
|
7
|
-
NGINX_VERSION_PATCH = '
|
|
7
|
+
NGINX_VERSION_PATCH = '2'
|
|
8
8
|
].join('.')
|
|
9
9
|
|
|
10
10
|
NGINX_RTMP_MODULE_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
|
|
@@ -133,6 +133,7 @@ files:
|
|
|
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
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
|
|
136
137
|
- lib/itamae/plugin/recipe/daddy/nginx/start.rb
|
|
137
138
|
- lib/itamae/plugin/recipe/daddy/nginx/stop.rb
|
|
138
139
|
- lib/itamae/plugin/recipe/daddy/nginx/templates/etc/nginx/conf.d/default.conf.erb
|
|
@@ -176,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
177
|
- !ruby/object:Gem::Version
|
|
177
178
|
version: '0'
|
|
178
179
|
requirements: []
|
|
179
|
-
rubygems_version: 3.
|
|
180
|
+
rubygems_version: 3.3.10
|
|
180
181
|
signing_key:
|
|
181
182
|
specification_version: 4
|
|
182
183
|
summary: itamae recipe collections
|