trinidad_daemon_extension 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
data/History.txt
CHANGED
data/trinidad-libs/akuma.jar
CHANGED
Binary file
|
Binary file
|
@@ -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.
|
17
|
-
s.date = '2010-
|
16
|
+
s.version = '0.2.2'
|
17
|
+
s.date = '2010-11-18'
|
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
@@ -1,47 +1,60 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trinidad_daemon_extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
prerelease: false
|
5
|
+
segments:
|
6
|
+
- 0
|
7
|
+
- 2
|
8
|
+
- 2
|
9
|
+
version: 0.2.2
|
5
10
|
platform: ruby
|
6
11
|
authors:
|
7
|
-
- David Calavera
|
12
|
+
- David Calavera
|
8
13
|
autorequire:
|
9
14
|
bindir: bin
|
10
15
|
cert_chain: []
|
11
16
|
|
12
|
-
date: 2010-
|
17
|
+
date: 2010-11-18 00:00:00 +01:00
|
13
18
|
default_executable:
|
14
19
|
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
- !ruby/object:Gem::
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
20
|
+
- !ruby/object:Gem::Dependency
|
21
|
+
name: trinidad_jars
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
segments:
|
28
|
+
- 0
|
29
|
+
- 1
|
30
|
+
- 1
|
31
|
+
version: 0.1.1
|
32
|
+
type: :runtime
|
33
|
+
version_requirements: *id001
|
34
|
+
- !ruby/object:Gem::Dependency
|
35
|
+
name: rspec
|
36
|
+
prerelease: false
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
segments:
|
42
|
+
- 0
|
43
|
+
version: "0"
|
44
|
+
type: :development
|
45
|
+
version_requirements: *id002
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: mocha
|
48
|
+
prerelease: false
|
49
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
segments:
|
54
|
+
- 0
|
55
|
+
version: "0"
|
56
|
+
type: :development
|
57
|
+
version_requirements: *id003
|
45
58
|
description: Trinidad extension to run the Apache Tomcat server as a daemon
|
46
59
|
email: calavera@apache.org
|
47
60
|
executables: []
|
@@ -49,48 +62,50 @@ executables: []
|
|
49
62
|
extensions: []
|
50
63
|
|
51
64
|
extra_rdoc_files:
|
52
|
-
- README
|
53
|
-
- LICENSE
|
65
|
+
- README
|
66
|
+
- LICENSE
|
54
67
|
files:
|
55
|
-
- History.txt
|
56
|
-
- LICENSE
|
57
|
-
- README
|
58
|
-
- Rakefile
|
59
|
-
- lib/trinidad_daemon_extension.rb
|
60
|
-
- rakelib/build.rake
|
61
|
-
- spec/spec.opts
|
62
|
-
- spec/spec_helper.rb
|
63
|
-
- spec/trinidad_daemon_extension_spec.rb
|
64
|
-
- trinidad-libs/akuma.jar
|
65
|
-
- trinidad_daemon_extension.gemspec
|
66
|
-
- trinidad-libs/trinidad-daemon-extension.jar
|
68
|
+
- History.txt
|
69
|
+
- LICENSE
|
70
|
+
- README
|
71
|
+
- Rakefile
|
72
|
+
- lib/trinidad_daemon_extension.rb
|
73
|
+
- rakelib/build.rake
|
74
|
+
- spec/spec.opts
|
75
|
+
- spec/spec_helper.rb
|
76
|
+
- spec/trinidad_daemon_extension_spec.rb
|
77
|
+
- trinidad-libs/akuma.jar
|
78
|
+
- trinidad_daemon_extension.gemspec
|
79
|
+
- trinidad-libs/trinidad-daemon-extension.jar
|
67
80
|
has_rdoc: true
|
68
81
|
homepage: http://github.com/calavera/trinidad_daemon_extension
|
69
82
|
licenses: []
|
70
83
|
|
71
84
|
post_install_message:
|
72
85
|
rdoc_options:
|
73
|
-
- --charset=UTF-8
|
86
|
+
- --charset=UTF-8
|
74
87
|
require_paths:
|
75
|
-
- lib
|
88
|
+
- lib
|
76
89
|
required_ruby_version: !ruby/object:Gem::Requirement
|
77
90
|
requirements:
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
91
|
+
- - ">="
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
segments:
|
94
|
+
- 0
|
95
|
+
version: "0"
|
82
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
97
|
requirements:
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
98
|
+
- - ">="
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
segments:
|
101
|
+
- 0
|
102
|
+
version: "0"
|
88
103
|
requirements: []
|
89
104
|
|
90
105
|
rubyforge_project: trinidad_daemon_extension
|
91
|
-
rubygems_version: 1.3.
|
106
|
+
rubygems_version: 1.3.6
|
92
107
|
signing_key:
|
93
108
|
specification_version: 2
|
94
109
|
summary: Trinidad daemon extension
|
95
110
|
test_files:
|
96
|
-
- spec/trinidad_daemon_extension_spec.rb
|
111
|
+
- spec/trinidad_daemon_extension_spec.rb
|