Skip to content

Commit

Permalink
Release trinidad_jars 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Dec 31, 2011
1 parent 9e33a47 commit 8dfc1fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions History.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,13 @@
== Trinidad_jars 1.0.2 (2011-12-31)

* Bump Tomcat's version to 7.0.23

== Trinidad 1.3.0 (2011-12-30) == Trinidad 1.3.0 (2011-12-30)


* Support for virtual hosts * Support for virtual hosts
* Ruby configuration DSL * Ruby configuration DSL
* Rack handler * Rack handler


== Trinidad_jars 1.0.2 (2011-09-10)

* Bump Tomcat's version to 7.0.21

== Trinidad 1.2.3 (2011-07-13) == Trinidad 1.2.3 (2011-07-13)


* fix JRuby class loader generation with hot deploy * fix JRuby class loader generation with hot deploy
Expand Down
2 changes: 1 addition & 1 deletion lib/trinidad/jars.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module Trinidad module Trinidad
require 'tomcat-core' require 'tomcat-core'
TRINIDAD_JARS_VERSION = '1.0.2' TRINIDAD_JARS_VERSION = '1.0.2'
TOMCAT_VERSION = '7.0.21' unless defined?(Trinidad::TOMCAT_VERSION) TOMCAT_VERSION = '7.0.23' unless defined?(Trinidad::TOMCAT_VERSION)


module Tomcat module Tomcat
include_package 'org.apache.catalina' include_package 'org.apache.catalina'
Expand Down
Binary file modified trinidad-libs/tomcat-core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion trinidad_jars.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'trinidad_jars' s.name = 'trinidad_jars'
s.version = '1.0.2' s.version = '1.0.2'
s.date = '2011-09-10' s.date = '2011-12-31'
s.rubyforge_project = 'trinidad_jars' s.rubyforge_project = 'trinidad_jars'


## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit 8dfc1fc

Please sign in to comment.