itamae-plugin-recipe-daddy 0.1.7 → 0.1.8

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: 381a9d85b76439406fb4c12ed8633a4f502d6c69d3967c155685fd2e087f5284
4
- data.tar.gz: c6e16b853c56e5f481c82096cb54f42dadc45052869bc5624a172d8a4ead0e9a
3
+ metadata.gz: 62b4c3aa6f3e2a1efaa1d472bc7f29e1ca395e035c0f63a60a8606b12168d434
4
+ data.tar.gz: '095b042a1ca9e1ec49cef9ed68adca300023210b688a5f276e6d158ab5a2d7bd'
5
5
  SHA512:
6
- metadata.gz: 22fba5e340f029403612ee717bcb257a657afcc0c8a6aab9e55bcebb77ec21c5177cf72e2c2626d36391244cd81a71165e4df4a1c1478b5ac110ffc465a2993b
7
- data.tar.gz: a05240117c3985b5ec9780ba64efe1c20f3c593ee873e768462b4f69b73c360902d2e500bca772622e1702d5cc4930f52dec1395fdc8772fc8c080a9eda07a33
6
+ metadata.gz: db6acda616e5471e1fda1da69441c51dfcc7d68f64b5f3a44f9f44d570d06541d83212cc9861347a59eaa251117cdf3edcfa2ed980ad8ac81aa8b945ae4fecb1
7
+ data.tar.gz: 39c73d66aff25c6c58a2e71e45774e32e22106b4f3b64d8709d7ab11295f70ef1944da7f0ba3bcfb953d34c51416e85800da5604d9fa761a8d969563465ba2c4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- itamae-plugin-recipe-daddy (0.1.7)
4
+ itamae-plugin-recipe-daddy (0.1.8)
5
5
  itamae (~> 1.10, >= 1.10.2)
6
6
 
7
7
  GEM
@@ -17,12 +17,12 @@ GEM
17
17
  thor
18
18
  net-scp (1.2.1)
19
19
  net-ssh (>= 2.6.5)
20
- net-ssh (5.0.2)
20
+ net-ssh (5.1.0)
21
21
  net-telnet (0.1.1)
22
22
  rake (12.3.2)
23
23
  schash (0.1.2)
24
24
  sfl (2.3)
25
- specinfra (2.76.5)
25
+ specinfra (2.76.6)
26
26
  net-scp
27
27
  net-ssh (>= 2.7)
28
28
  net-telnet (= 0.1.1)
@@ -38,4 +38,4 @@ DEPENDENCIES
38
38
  rake (~> 12.0)
39
39
 
40
40
  BUNDLED WITH
41
- 1.16.5
41
+ 1.17.3
@@ -0,0 +1,4 @@
1
+ service 'nginx' do
2
+ user 'root'
3
+ action [:enable, :start]
4
+ end
@@ -0,0 +1,4 @@
1
+ service 'nginx' do
2
+ user 'root'
3
+ action [:disable, :stop]
4
+ end
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
 
4
4
  CHROME_DRIVER_VERSION = [
5
5
  CHROME_DRIVER_VERSION_MAJOR = '2',
@@ -31,9 +31,9 @@ module ItamaePluginRecipeDaddy
31
31
  ].join('.')
32
32
 
33
33
  PASSENGER_VERSION = [
34
- PASSENGER_VERSION_MAJOR = '5',
35
- PASSENGER_VERSION_MINOR = '3',
36
- PASSENGER_VERSION_REVISION = '3'
34
+ PASSENGER_VERSION_MAJOR = '6',
35
+ PASSENGER_VERSION_MINOR = '0',
36
+ PASSENGER_VERSION_REVISION = '0'
37
37
  ].join('.')
38
38
 
39
39
  PYTHON_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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-24 00:00:00.000000000 Z
11
+ date: 2018-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -92,6 +92,8 @@ files:
92
92
  - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.13.9_sha256sum.txt
93
93
  - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.14.0_sha256sum.txt
94
94
  - lib/itamae/plugin/recipe/daddy/nginx/nginx-1.14.2_sha256sum.txt
95
+ - lib/itamae/plugin/recipe/daddy/nginx/start.rb
96
+ - lib/itamae/plugin/recipe/daddy/nginx/stop.rb
95
97
  - lib/itamae/plugin/recipe/daddy/nginx/templates/etc/nginx/conf.d/default.conf.erb
96
98
  - lib/itamae/plugin/recipe/daddy/nginx/templates/etc/nginx/nginx.conf.erb
97
99
  - lib/itamae/plugin/recipe/daddy/nginx/templates/etc/tmpfiles.d/passenger.conf.erb
@@ -139,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
141
  version: '0'
140
142
  requirements: []
141
143
  rubyforge_project:
142
- rubygems_version: 2.7.6
144
+ rubygems_version: 2.7.7
143
145
  signing_key:
144
146
  specification_version: 4
145
147
  summary: itamae recipe collections