brightbox-server-tools 2.3 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/brightbox/version.rb +1 -1
- metadata +10 -10
data/lib/brightbox/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brightbox-server-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Leach
|
@@ -11,19 +11,19 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2009-02-
|
14
|
+
date: 2009-02-16 00:00:00 +00:00
|
15
15
|
default_executable:
|
16
16
|
dependencies: []
|
17
17
|
|
18
18
|
description:
|
19
19
|
email: support@brightbox.co.uk
|
20
20
|
executables:
|
21
|
-
- railsapp-apache
|
22
|
-
- railsapp-logrotate
|
23
21
|
- railsapp-maintenance
|
24
|
-
- railsapp-mongrel
|
25
22
|
- railsapp-monit
|
26
23
|
- railsapp-nginx
|
24
|
+
- railsapp-logrotate
|
25
|
+
- railsapp-mongrel
|
26
|
+
- railsapp-apache
|
27
27
|
extensions: []
|
28
28
|
|
29
29
|
extra_rdoc_files: []
|
@@ -32,16 +32,16 @@ files:
|
|
32
32
|
- LICENSE
|
33
33
|
- Rakefile
|
34
34
|
- brightbox-gemspec.rb
|
35
|
-
- bin/railsapp-apache
|
36
|
-
- bin/railsapp-logrotate
|
37
35
|
- bin/railsapp-maintenance
|
38
|
-
- bin/railsapp-mongrel
|
39
36
|
- bin/railsapp-monit
|
40
37
|
- bin/railsapp-nginx
|
41
|
-
-
|
38
|
+
- bin/railsapp-logrotate
|
39
|
+
- bin/railsapp-mongrel
|
40
|
+
- bin/railsapp-apache
|
42
41
|
- lib/brightbox/passenger.rb
|
43
|
-
- lib/brightbox/version.rb
|
44
42
|
- lib/brightbox/webserver-common.rb
|
43
|
+
- lib/brightbox/version.rb
|
44
|
+
- lib/brightbox/maintenance.rb
|
45
45
|
- lib/brightbox/maintenance-site.tar.gz
|
46
46
|
has_rdoc: false
|
47
47
|
homepage: http://wiki.brightbox.co.uk/docs:thebrightboxgem
|