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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62b4c3aa6f3e2a1efaa1d472bc7f29e1ca395e035c0f63a60a8606b12168d434
|
|
4
|
+
data.tar.gz: '095b042a1ca9e1ec49cef9ed68adca300023210b688a5f276e6d158ab5a2d7bd'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
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.
|
|
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.
|
|
41
|
+
1.17.3
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module ItamaePluginRecipeDaddy
|
|
2
|
-
VERSION = '0.1.
|
|
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 = '
|
|
35
|
-
PASSENGER_VERSION_MINOR = '
|
|
36
|
-
PASSENGER_VERSION_REVISION = '
|
|
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.
|
|
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-
|
|
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.
|
|
144
|
+
rubygems_version: 2.7.7
|
|
143
145
|
signing_key:
|
|
144
146
|
specification_version: 4
|
|
145
147
|
summary: itamae recipe collections
|