JasonKing-pulp 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/passenger/config.rb +2 -3
  2. metadata +2 -2
@@ -13,14 +13,13 @@ module Passenger
13
13
  end
14
14
 
15
15
  class Config
16
- VERSION = '0.8.3'
16
+ VERSION = '0.8.4'
17
17
  attr_reader :domain
18
18
  attr_reader :ip
19
19
  attr_reader :hosts
20
20
 
21
21
  @@marker_string = "#----- #{File.basename($0, '.rb')} marker line -- DO NOT DELETE -----#"
22
22
 
23
- @@httpd_cmd = 'httpd'
24
23
  @@apachectl = 'apachectl'
25
24
  @@passenger_config = 'passenger-config'
26
25
 
@@ -445,7 +444,7 @@ module Passenger
445
444
  end
446
445
 
447
446
  def from_server(s)
448
- @httpd_string ||= `#{@@httpd_cmd} -V`
447
+ @httpd_string ||= `#{@@apachectl} -V`
449
448
  @httpd_string.match(/#{s}="([^"]+)"/i)[1]
450
449
  end
451
450
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JasonKing-pulp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason King
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-17 00:00:00 -07:00
12
+ date: 2009-04-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency