trinidad_daemon_extension 0.1.4 → 0.1.5

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/History.txt CHANGED
@@ -1,15 +1,19 @@
1
- 0.1.4 (2010-05-26)
1
+ == 0.1.5 (2010-05-05)
2
+
3
+ * Fix bug setting the log level
4
+
5
+ == 0.1.4 (2010-04-26)
2
6
 
3
7
  * Allows to specify the JVM arguments to run the daemon
4
8
 
5
- 0.1.3 (2010-04-22)
9
+ == 0.1.3 (2010-04-22)
6
10
 
7
11
  * fixes problem using relative paths to create the pid file
8
12
 
9
- 0.1.2 (2010-04-19)
13
+ == 0.1.2 (2010-04-19)
10
14
 
11
15
  * logging enabled
12
16
 
13
- 0.1.0 (2010-04-17)
14
-
17
+ == 0.1.0 (2010-04-17)
18
+
15
19
  * First release
@@ -9,7 +9,7 @@ require File.expand_path('../../trinidad-libs/trinidad-daemon-extension', __FILE
9
9
  module Trinidad
10
10
  module Extensions
11
11
  module Daemon
12
- VERSION = '0.1.4'
12
+ VERSION = '0.1.5'
13
13
  end
14
14
 
15
15
  class DaemonServerExtension < ServerExtension
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'trinidad_daemon_extension'
16
- s.version = '0.1.4'
17
- s.date = '2010-04-26'
16
+ s.version = '0.1.5'
17
+ s.date = '2010-05-05'
18
18
  s.rubyforge_project = 'trinidad_daemon_extension'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Calavera
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-26 00:00:00 +02:00
17
+ date: 2010-05-05 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency