Skip to content

Commit

Permalink
bumped version 0.8.1 with the jruby-rack gem
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Apr 7, 2010
1 parent 35ead23 commit 12b3bbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ begin
gem.files = FileList['bin/*', 'lib/trinidad.rb', 'History.txt', 'LICENSE', 'README.rdoc', 'VERSION', *lib_files]

gem.add_dependency 'rack', '>=1.0'
gem.add_dependency 'jruby-rack'
gem.add_dependency 'trinidad_jars'

gem.add_development_dependency 'rspec'
Expand All @@ -43,7 +44,7 @@ begin

gem.files = FileList['lib/trinidad/jars.rb', 'trinidad-libs/*.jar']
gem.has_rdoc = false
gem.version = '0.1.0'
gem.version = '0.1.1'
end

Jeweler::GemcutterTasks.new
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
7 changes: 4 additions & 3 deletions lib/trinidad/jars.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ module Trinidad
require 'tomcat-core'
require 'jetty-util-6.1.14'

require 'jruby-rack-0.9.7-SNAPSHOT'

module Tomcat
require 'jruby-rack'
require JRubyJars.jruby_rack_jar_path

module Tomcat
include_package 'org.apache.catalina'
include_package 'org.apache.catalina.startup'
include_package 'org.apache.catalina.core'
Expand Down
Binary file removed trinidad-libs/jruby-rack-0.9.7-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 12b3bbb

Please sign in to comment.