trinidad 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/lib/trinidad/jars.rb CHANGED
@@ -7,7 +7,7 @@ module Trinidad
7
7
  require 'tomcat-core'
8
8
  require 'jetty-util-6.1.14'
9
9
 
10
- require "jruby-rack-0.9.4"
10
+ require "jruby-rack-0.9.5-SNAPSHOT"
11
11
 
12
12
  module Tomcat
13
13
  include_package 'org.apache.catalina'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinidad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Calavera
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-16 00:00:00 +02:00
12
+ date: 2009-07-26 00:00:00 +02:00
13
13
  default_executable: trinidad
14
14
  dependencies: []
15
15
 
@@ -40,7 +40,7 @@ files:
40
40
  - trinidad-libs/jasper-jdt.jar
41
41
  - trinidad-libs/jasper.jar
42
42
  - trinidad-libs/jetty-util-6.1.14.jar
43
- - trinidad-libs/jruby-rack-0.9.4.jar
43
+ - trinidad-libs/jruby-rack-0.9.5-SNAPSHOT.jar
44
44
  - trinidad-libs/jsp-2.1.jar
45
45
  - trinidad-libs/jsp-api-2.1.jar
46
46
  - trinidad-libs/servlet-api-2.5-6.1.14.jar
@@ -71,12 +71,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements: []
72
72
 
73
73
  rubyforge_project: trinidad
74
- rubygems_version: 1.3.4
74
+ rubygems_version: 1.3.2
75
75
  signing_key:
76
76
  specification_version: 3
77
77
  summary: Simple library to run rails applications into an embedded Tomcat
78
78
  test_files:
79
79
  - spec/spec_helper.rb
80
- - spec/trinidad/server_spec.rb
81
80
  - spec/trinidad/command_line_parser_spec.rb
81
+ - spec/trinidad/server_spec.rb
82
82
  - spec/trinidad/web_app_spec.rb
Binary file