Skip to content

Commit

Permalink
Release trinidad 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed May 24, 2011
1 parent cb2d890 commit a137c0e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PATH
remote: .
specs:
trinidad (1.2.0.dev)
jruby-rack (>= 1.0.6)
trinidad_jars (>= 1.0.0)
jruby-rack (>= 1.0.9)
trinidad_jars (>= 1.0.1)
trinidad_jars (1.0.1)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
fakefs (0.3.1)
jruby-rack (1.0.8)
jruby-rack (1.0.9)
mocha (0.9.12)
rspec (2.5.0)
rspec-core (~> 2.5.0)
Expand Down
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== Trinidad 1.2.0 (2011-05-24)

* Zero downtime hot deploy
* Autodetect framework and threadsafe environment
* Upgrade jruby-rack dependency to 1.0.9

== Trinidad 1.1.1 (2011-03-27)

* Remove shared runtime initialization
Expand Down
2 changes: 1 addition & 1 deletion lib/trinidad.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
require 'trinidad/war_web_app'

module Trinidad
VERSION = '1.2.0.dev'
VERSION = '1.2.0'
end
4 changes: 2 additions & 2 deletions trinidad.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'trinidad'
s.version = '1.2.0.dev'
s.date = '2011-05-18'
s.version = '1.2.0'
s.date = '2011-05-24'
s.rubyforge_project = 'trinidad'

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

0 comments on commit a137c0e

Please sign in to comment.