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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e7b12edf1e060da0431e579442bd2df28f0a4517cffc4740a14420122525b72
4
- data.tar.gz: d1669f99a0c190d66d5156a6b7aa1806d80493149c68f7f5a82221347ef1be7d
3
+ metadata.gz: 1cb4b177646f1c84cc52977abe180310538157f2f610a799db039376d8948d3e
4
+ data.tar.gz: a06e31098cf4bd0ba8f01a0aca990065ab8f41ad7923cbb12c8e48f204514534
5
5
  SHA512:
6
- metadata.gz: 2f3e36d2ca77ee09c5c98f153af9068ee6d0cd89d4a77d1a23473c2974cd549bbb71d34569d1c4148d29733df15a82666ca704c69388400d1a38b378ea76021d
7
- data.tar.gz: dea3bb28bbef4536839cd6e1edf438259186d21d805eb2dfd05345b615a576ccb8e786819ef31f8357ead38eddcf7382a071d5c6ef748e2a082669eb6b7c3015
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
@@ -34,7 +34,6 @@ server {
34
34
  gzip_http_version 1.0;
35
35
  gzip_proxied any;
36
36
  gzip_min_length 500;
37
- gzip_disable "MSIE [1-6]\.";
38
37
  gzip_types text/plain text/xml text/css
39
38
  text/comma-separated-values
40
39
  text/javascript application/x-javascript
@@ -1,16 +1,16 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.21'
2
+ VERSION = '0.1.23'
3
3
 
4
4
  NGINX_VERSION = [
5
5
  NGINX_VERSION_MAJOR = '1',
6
- NGINX_VERSION_MINOR = '18',
7
- NGINX_VERSION_PATCH = '0'
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 = '1'
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.21
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: 2021-01-09 00:00:00.000000000 Z
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.1.4
180
+ rubygems_version: 3.3.10
179
181
  signing_key:
180
182
  specification_version: 4
181
183
  summary: itamae recipe collections