ngauthier-active-listener 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/active-listener.rb +1 -1
  3. metadata +7 -4
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
@@ -18,7 +18,7 @@ class ActiveListener
18
18
  "start-stop-daemon --start",
19
19
  "--make-pidfile --pidfile #{pid_file}",
20
20
  "--background",
21
- "--exec #{File.expand_path(File.join(File.dirname(__FILE__), '..', 'bin', 'active-listener'))}",
21
+ "--startas #{File.expand_path(File.join(File.dirname(__FILE__), '..', 'bin', 'active-listener'))}",
22
22
  "--chdir #{File.expand_path(File.dirname(__FILE__))}",
23
23
  "--",
24
24
  "#{config_file}",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ngauthier-active-listener
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Gauthier
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-08 00:00:00 -08:00
12
+ date: 2009-02-09 00:00:00 -08:00
13
13
  default_executable: active-listener
14
14
  dependencies: []
15
15
 
@@ -22,13 +22,16 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
 
24
24
  files:
25
- - README.markdown
26
25
  - VERSION.yml
26
+ - README.markdown
27
27
  - bin/active-listener
28
+ - lib/activelistener
28
29
  - lib/active-listener.rb
30
+ - test/test_helper.rb
31
+ - test/active_listener.log
32
+ - test/active_listener.pid
29
33
  - test/active_listener.yml
30
34
  - test/active_listener_test.rb
31
- - test/test_helper.rb
32
35
  has_rdoc: true
33
36
  homepage: http://github.com/ngauthier/active-listener
34
37
  post_install_message: