itamae-plugin-recipe-daddy 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51390270449d66a6e5a165f921e26215df772efd344a0ac76e1856b0babc4206
4
- data.tar.gz: 9dc4df5afa91bfa7393808a6ffb146ae431dfd737a5deae27f30520ff9aa529b
3
+ metadata.gz: b454108b8e8b6fa3305af92456c5a0b50e4ad79c11e0d10f4132c3d464e0213e
4
+ data.tar.gz: 739239e9ef66cf5c78c6e598b1963ff60bdfac368105ab024ce7e24518c048c1
5
5
  SHA512:
6
- metadata.gz: 34629016aaacb683c862f34ec1ac38983118ae77c919ee7b785711ea8cf981a2d85d57b4900f181af207339fc7efc60df9af15d2cb74f28aac19b5ee6d0a01d5
7
- data.tar.gz: a572987b6e8f5d76c00ee371d6380ca1e9d1b2c507eb00a1cac00276d0ea2941ff2e20ba0d9ba67c3ecc6b752364decdfcb2ee74c6312dd6884202a596428354
6
+ metadata.gz: 6eeba250c02cddcb6ce28386b2d6fd2de36981ba5ae9a2f243351da650c80f692d6e05151e1d551a431504fb9d0e41329d48772cf669a43ea6b48e553cac7e4f
7
+ data.tar.gz: e2e91667f13f8bb16f804b1067fe79bfbe42a353c0ed2351492ca1bf8666dc1307829b9a2bcdb3cc8044bd66dbc33deea6e17e90543ac7c8a341e3f1d1e8e49a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itamae-plugin-recipe-daddy (0.1.16)
4
+ itamae-plugin-recipe-daddy (0.1.17)
5
5
  itamae (~> 1.10, >= 1.10.2)
6
6
 
7
7
  GEM
@@ -2,7 +2,7 @@ require 'daddy/itamae'
2
2
 
3
3
  version = ENV['NGINX_VERSION'] || ItamaePluginRecipeDaddy::NGINX_VERSION
4
4
  rtmp_version = ENV['NGINX_RTMP_MODULE_VERSION'] || ItamaePluginRecipeDaddy::NGINX_RTMP_MODULE_VERSION
5
- app_type = ENV['app_type'] || Daddy.config.app_.type
5
+ app_type = ENV['APP_TYPE'] || Daddy.config.app.type
6
6
 
7
7
  # install destination
8
8
  %w{
@@ -0,0 +1 @@
1
+ f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b nginx-1.16.1.tar.gz
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.16'
2
+ VERSION = '0.1.17'
3
3
 
4
4
  CHROME_DRIVER_VERSION = [
5
5
  CHROME_DRIVER_VERSION_MAJOR = '76',
@@ -16,7 +16,7 @@ module ItamaePluginRecipeDaddy
16
16
  NGINX_VERSION = [
17
17
  NGINX_VERSION_MAJOR = '1',
18
18
  NGINX_VERSION_MINOR = '16',
19
- NGINX_VERSION_PATCH = '0'
19
+ NGINX_VERSION_PATCH = '1'
20
20
  ].join('.')
21
21
 
22
22
  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.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-14 00:00:00.000000000 Z
11
+ date: 2019-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -94,6 +94,7 @@ files:
94
94
  - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.14.0_sha256sum.txt
95
95
  - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.14.2_sha256sum.txt
96
96
  - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.16.0_sha256sum.txt
97
+ - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.16.1_sha256sum.txt
97
98
  - lib/itamae/plugin/recipe/daddy/nginx/start.rb
98
99
  - lib/itamae/plugin/recipe/daddy/nginx/stop.rb
99
100
  - lib/itamae/plugin/recipe/daddy/nginx/templates/etc/nginx/conf.d/default.conf.erb