ppane 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/passenger_pane/httpd_conf.rb +1 -1
- data/lib/passenger_pane/runner.rb +1 -1
- metadata +4 -4
@@ -14,7 +14,7 @@ module PassengerPane
|
|
14
14
|
def info
|
15
15
|
if machine_readable?
|
16
16
|
puts YAML.dump({
|
17
|
-
'passenger_module_installed' => @configuration.
|
17
|
+
'passenger_module_installed' => @configuration.httpd.passenger_module_installed?,
|
18
18
|
'passenger_configured' => @configuration.httpd.passenger_configured?
|
19
19
|
})
|
20
20
|
else
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ppane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Eloy Duran
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-12-
|
19
|
+
date: 2010-12-15 00:00:00 +01:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|