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: '009939156948181739fc0bcbac8786f0a45e9a21b036285037305a3ea4dc5f4f'
4
- data.tar.gz: 97cb5727263d6875bf6a39a3a6afd55f8adbff9e01e5bdfc83239a16ac1e1360
3
+ metadata.gz: 1cb4b177646f1c84cc52977abe180310538157f2f610a799db039376d8948d3e
4
+ data.tar.gz: a06e31098cf4bd0ba8f01a0aca990065ab8f41ad7923cbb12c8e48f204514534
5
5
  SHA512:
6
- metadata.gz: '092c754e7402cf1ab0f08796321ff5c719620f0d46f26089483e5f4cb20707c9a9f760227d43c75e80d8483636560ad0701e48c57b5f572ce14b48fbf9ecbb8b'
7
- data.tar.gz: ccd85826e1ee16d8cbf27bc393d9e83c67bc7515aeee5ac4f2a72ca47d2e0ce2336104d6cf7ed2ea688eefa98fa72e818ae5bf661615ad14d3b84fc74b70ab22
6
+ metadata.gz: b9daa8c0e9029f7e78884d536496a3b5f0f25769095730b9a8308d15f87336d8adb99d5dba9f2ce5e1d27ba0b0ee98186a3ba5717b829fb41c04ed5d823903ba
7
+ data.tar.gz: 5fd809b7c2dc235e72a4b01fb3dff5aac16e69cbd95355d9b2123aee462fc0b5a80ecfcb605b5aa0ec62b85ac382cc4deddb9e8ec81318dc87429fc99f2abbf9
@@ -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,10 +1,10 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.22'
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 = '1'
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.22
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-06-12 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
@@ -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.2.16
180
+ rubygems_version: 3.3.10
180
181
  signing_key:
181
182
  specification_version: 4
182
183
  summary: itamae recipe collections