brightbox-server-tools 2.3.9 → 2.4.0.pre1
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.
- data/lib/brightbox/mongrel.rb +21 -0
- data/lib/brightbox/version.rb +1 -1
- metadata +35 -51
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Brightbox - Easy Ruby Web Application Deployment
|
|
2
|
+
# Copyright (C) 2013 Brightbox Systems
|
|
3
|
+
#
|
|
4
|
+
# This file is part of the Brightbox deployment system
|
|
5
|
+
#
|
|
6
|
+
# Brightbox gem is free software: you can redistribute it and/or modify it
|
|
7
|
+
# under the terms of the GNU Affero General Public License as published
|
|
8
|
+
# by the Free Software Foundation, either version 3 of the License,
|
|
9
|
+
# or (at your option) any later version.
|
|
10
|
+
#
|
|
11
|
+
# This program is distributed in the hope that it will be useful,
|
|
12
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
14
|
+
# Affero General Public License for more details.
|
|
15
|
+
#
|
|
16
|
+
# You should have received a copy of the GNU Affero General
|
|
17
|
+
# Public License along with this program. If not, see
|
|
18
|
+
# <http://www.gnu.org/licenses/>.
|
|
19
|
+
#
|
|
20
|
+
Capistrano::Configuration.instance(true).load File.join(File.dirname(__FILE__), "recipes", "deploy", "mongrel.rb")
|
|
21
|
+
Capistrano::Configuration.instance(true).load File.join(File.dirname(__FILE__), "recipes", "configure", "mongrel.rb")
|
data/lib/brightbox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brightbox-server-tools
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
segments:
|
|
7
|
-
- 2
|
|
8
|
-
- 3
|
|
9
|
-
- 9
|
|
10
|
-
version: 2.3.9
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease: 6
|
|
5
|
+
version: 2.4.0.pre1
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- John Leach
|
|
14
9
|
- Neil Wilson
|
|
15
10
|
- David Smalley
|
|
@@ -17,27 +12,27 @@ authors:
|
|
|
17
12
|
autorequire:
|
|
18
13
|
bindir: bin
|
|
19
14
|
cert_chain: []
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
|
16
|
+
dependencies:
|
|
17
|
+
- !ruby/object:Gem::Dependency
|
|
18
|
+
type: :runtime
|
|
24
19
|
name: bundler
|
|
25
20
|
prerelease: false
|
|
26
|
-
requirement:
|
|
21
|
+
requirement: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ! '>='
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '1.0'
|
|
26
|
+
none: false
|
|
27
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
28
|
+
requirements:
|
|
29
|
+
- - ! '>='
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '1.0'
|
|
27
32
|
none: false
|
|
28
|
-
requirements:
|
|
29
|
-
- - ">="
|
|
30
|
-
- !ruby/object:Gem::Version
|
|
31
|
-
hash: 15
|
|
32
|
-
segments:
|
|
33
|
-
- 1
|
|
34
|
-
- 0
|
|
35
|
-
version: "1.0"
|
|
36
|
-
type: :runtime
|
|
37
|
-
version_requirements: *id001
|
|
38
33
|
description:
|
|
39
34
|
email: support@brightbox.co.uk
|
|
40
|
-
executables:
|
|
35
|
+
executables:
|
|
41
36
|
- railsapp-apache
|
|
42
37
|
- railsapp-logrotate
|
|
43
38
|
- railsapp-monit
|
|
@@ -45,10 +40,8 @@ executables:
|
|
|
45
40
|
- railsapp-mongrel
|
|
46
41
|
- railsapp-maintenance
|
|
47
42
|
extensions: []
|
|
48
|
-
|
|
49
43
|
extra_rdoc_files: []
|
|
50
|
-
|
|
51
|
-
files:
|
|
44
|
+
files:
|
|
52
45
|
- LICENSE
|
|
53
46
|
- bin/railsapp-apache
|
|
54
47
|
- bin/railsapp-logrotate
|
|
@@ -57,42 +50,33 @@ files:
|
|
|
57
50
|
- bin/railsapp-mongrel
|
|
58
51
|
- bin/railsapp-maintenance
|
|
59
52
|
- lib/brightbox/version.rb
|
|
53
|
+
- lib/brightbox/mongrel.rb
|
|
60
54
|
- lib/brightbox/passenger.rb
|
|
61
55
|
- lib/brightbox/maintenance.rb
|
|
62
56
|
- lib/brightbox/webserver-common.rb
|
|
63
57
|
- lib/brightbox/maintenance-site.tar.gz
|
|
64
58
|
homepage: http://wiki.brightbox.co.uk/docs:gemv2:start
|
|
65
59
|
licenses: []
|
|
66
|
-
|
|
67
60
|
post_install_message:
|
|
68
61
|
rdoc_options: []
|
|
69
|
-
|
|
70
|
-
require_paths:
|
|
62
|
+
require_paths:
|
|
71
63
|
- lib
|
|
72
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - ! '>='
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0'
|
|
73
69
|
none: false
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
- 0
|
|
80
|
-
version: "0"
|
|
81
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ! '>'
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: 1.3.1
|
|
82
75
|
none: false
|
|
83
|
-
requirements:
|
|
84
|
-
- - ">="
|
|
85
|
-
- !ruby/object:Gem::Version
|
|
86
|
-
hash: 3
|
|
87
|
-
segments:
|
|
88
|
-
- 0
|
|
89
|
-
version: "0"
|
|
90
76
|
requirements: []
|
|
91
|
-
|
|
92
77
|
rubyforge_project: brightbox
|
|
93
|
-
rubygems_version: 1.8.
|
|
78
|
+
rubygems_version: 1.8.23
|
|
94
79
|
signing_key:
|
|
95
80
|
specification_version: 3
|
|
96
81
|
summary: Brightbox Server configuration scripts
|
|
97
82
|
test_files: []
|
|
98
|
-
|