trinidad 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.0.4 (2011-01-11)
2
+
3
+ * Add 'jruby.compat.version' parameter to let jruby-rack loads on 1.9 mode
4
+
1
5
  == 1.0.3 (2010-12-08)
2
6
 
3
7
  * fix TRINIDAD-31: fix bug causing trailing slashes errors loading assets
data/lib/trinidad.rb CHANGED
@@ -24,5 +24,5 @@ require 'trinidad/rackup_web_app'
24
24
  require 'trinidad/war_web_app'
25
25
 
26
26
  module Trinidad
27
- VERSION = '1.0.3'
27
+ VERSION = '1.0.4'
28
28
  end
@@ -34,6 +34,7 @@ module Trinidad
34
34
  add_parameter_unless_exist 'jruby.max.runtimes', jruby_max_runtimes.to_s
35
35
  add_parameter_unless_exist 'jruby.initial.runtimes', jruby_min_runtimes.to_s
36
36
  add_parameter_unless_exist 'public.root', File.join('/', public_root)
37
+ add_parameter_unless_exist 'jruby.compat.version', RUBY_VERSION
37
38
  @params
38
39
  end
39
40
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
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-12-08 00:00:00 +01:00
17
+ date: 2011-01-11 00:00:00 +01:00
18
18
  default_executable: trinidad
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency