itamae-plugin-recipe-passenger 0.1.5 → 0.1.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0486e04de0b31bcf02ed3ecfe98d980c023eb54f5f545f23bbec5f72260586a0'
|
4
|
+
data.tar.gz: c45fbb05329d6fc9147370fc3a8482e95a726b90700f05c9ca7fda711fe7a71b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c7b785d1d87093a8175380402012d5dc7a0f80020b20a13fce5b89d266b3a6c09427d8b32f782c7ae1dd782ea3e84145b96a7582fbb99f690f3cb976bffafe5
|
7
|
+
data.tar.gz: f42b16b2db644c419db0485d1af294fb761884223267da034a70595cf36b36718630f922339f84cde3e05f062f758538a185baa9bebf8193330d8364c463c069
|
@@ -5,8 +5,8 @@ require "itamae/plugin/recipe/passenger/version"
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "itamae-plugin-recipe-passenger"
|
7
7
|
spec.version = Itamae::Plugin::Recipe::Passenger::VERSION
|
8
|
-
spec.authors = ["y
|
9
|
-
spec.email = ["matsuda@
|
8
|
+
spec.authors = ["y.matsuda"]
|
9
|
+
spec.email = ["y.matsuda@bizside.biz"]
|
10
10
|
|
11
11
|
spec.summary = %q{itamae recipe for passenger installation}
|
12
12
|
spec.description = %q{itamae recipe for passenger installation}
|
@@ -0,0 +1 @@
|
|
1
|
+
1055750ce51c11a0db4fb717fcaf00601b466e23a88181792f871e6859569900 passenger-release-6.0.18.tar.gz
|
@@ -2,12 +2,12 @@ module Itamae
|
|
2
2
|
module Plugin
|
3
3
|
module Recipe
|
4
4
|
module Passenger
|
5
|
-
VERSION = '0.1.
|
5
|
+
VERSION = '0.1.6'
|
6
6
|
|
7
7
|
PASSENGER_VERSION = [
|
8
8
|
PASSENGER_VERSION_MAJOR = '6',
|
9
9
|
PASSENGER_VERSION_MINOR = '0',
|
10
|
-
PASSENGER_VERSION_REVISION = '
|
10
|
+
PASSENGER_VERSION_REVISION = '18'
|
11
11
|
].join('.')
|
12
12
|
end
|
13
13
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-passenger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- y
|
7
|
+
- y.matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: itamae
|
@@ -60,7 +60,7 @@ dependencies:
|
|
60
60
|
version: 12.3.3
|
61
61
|
description: itamae recipe for passenger installation
|
62
62
|
email:
|
63
|
-
- matsuda@
|
63
|
+
- y.matsuda@bizside.biz
|
64
64
|
executables: []
|
65
65
|
extensions: []
|
66
66
|
extra_rdoc_files: []
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- lib/itamae/plugin/recipe/passenger/install.rb
|
79
79
|
- lib/itamae/plugin/recipe/passenger/passenger-6.0.12_sha256.txt
|
80
80
|
- lib/itamae/plugin/recipe/passenger/passenger-6.0.15_sha256.txt
|
81
|
+
- lib/itamae/plugin/recipe/passenger/passenger-6.0.18_sha256.txt
|
81
82
|
- lib/itamae/plugin/recipe/passenger/passenger-6.0.4_sha256.txt
|
82
83
|
- lib/itamae/plugin/recipe/passenger/passenger-6.0.6_sha256.txt
|
83
84
|
- lib/itamae/plugin/recipe/passenger/passenger-6.0.8_sha256.txt
|
@@ -103,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
104
|
- !ruby/object:Gem::Version
|
104
105
|
version: '0'
|
105
106
|
requirements: []
|
106
|
-
rubygems_version: 3.3.
|
107
|
+
rubygems_version: 3.3.26
|
107
108
|
signing_key:
|
108
109
|
specification_version: 4
|
109
110
|
summary: itamae recipe for passenger installation
|