trinidad_daemon_extension 0.2.8 → 0.2.9

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,3 +1,7 @@
1
+ == 0.2.9 (2012-01-02)
2
+
3
+ * Fix Tomcat's decorator to work with Trinidad 1.3.0 and above
4
+
1
5
  == 0.2.8 (2011-04-05)
2
6
 
3
7
  * Fix optionParser error when adding custom arguments
data/README CHANGED
@@ -46,4 +46,4 @@ Copy the hooks into git-hooks directory to .git/hooks to make sure the jar file
46
46
 
47
47
  # Copyright
48
48
 
49
- Copyright (c) 2010 David Calavera. See LICENSE for details.
49
+ Copyright (c) 2010-2012 David Calavera. See LICENSE for details.
@@ -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.2.8'
12
+ VERSION = '0.2.9'
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.2.8'
17
- s.date = '2011-04-05'
16
+ s.version = '0.2.9'
17
+ s.date = '2012-01-02'
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
@@ -2,7 +2,7 @@
2
2
  name: trinidad_daemon_extension
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.8
5
+ version: 0.2.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Calavera
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-05 00:00:00 -07:00
14
- default_executable:
13
+ date: 2012-01-02 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: trinidad_jars
@@ -68,7 +67,6 @@ files:
68
67
  - trinidad-libs/akuma.jar
69
68
  - trinidad-libs/trinidad-daemon-extension.jar
70
69
  - trinidad_daemon_extension.gemspec
71
- has_rdoc: true
72
70
  homepage: http://github.com/calavera/trinidad_daemon_extension
73
71
  licenses: []
74
72
 
@@ -92,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  requirements: []
93
91
 
94
92
  rubyforge_project: trinidad_daemon_extension
95
- rubygems_version: 1.5.1
93
+ rubygems_version: 1.8.9
96
94
  signing_key:
97
95
  specification_version: 2
98
96
  summary: Trinidad daemon extension