trinidad_jars 0.3.0.beta → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/lib/trinidad/jars.rb +1 -0
- metadata +8 -11
data/README.rdoc
CHANGED
@@ -7,7 +7,6 @@ This project was initially called "Tomcat-rails" but due to legal issues with th
|
|
7
7
|
== INSTALL:
|
8
8
|
|
9
9
|
jgem install trinidad
|
10
|
-
jgem install calavera-trinidad -s http://gems.github.com
|
11
10
|
|
12
11
|
== USAGE:
|
13
12
|
|
@@ -65,6 +64,7 @@ From the version 0.8.0 Trinidad allows to extend the server with more Tomcat fea
|
|
65
64
|
* Daemon, run Trinidad as a daemon: http://github.com/calavera/trinidad_daemon_extension
|
66
65
|
* Hot deploy, do hot deploys monitorizing a temporal file, ala Passenger: http://github.com/calavera/trinidad_hotdeploy_extension
|
67
66
|
* Sandbox, management console and REST api: http://github.com/calavera/trinidad_sandbox_extension
|
67
|
+
* Logging, enhance the Trinidad's logging system: http://github.com/calavera/trinidad_logging_extension
|
68
68
|
|
69
69
|
You can find further information on how to write your own extension in the wiki: http://wiki.github.com/calavera/trinidad/extensions
|
70
70
|
|
data/lib/trinidad/jars.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trinidad_jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 19
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 0.3.0.beta
|
10
|
+
version: 0.3.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- David Calavera
|
@@ -16,7 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-27 00:00:00 +02:00
|
20
19
|
default_executable: trinidad
|
21
20
|
dependencies: []
|
22
21
|
|
@@ -65,14 +64,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
65
|
none: false
|
67
66
|
requirements:
|
68
|
-
- - "
|
67
|
+
- - ">="
|
69
68
|
- !ruby/object:Gem::Version
|
70
|
-
hash:
|
69
|
+
hash: 3
|
71
70
|
segments:
|
72
|
-
-
|
73
|
-
|
74
|
-
- 1
|
75
|
-
version: 1.3.1
|
71
|
+
- 0
|
72
|
+
version: "0"
|
76
73
|
requirements: []
|
77
74
|
|
78
75
|
rubyforge_project: trinidad_jars
|