Skip to content

Commit

Permalink
Update JRuby & Goldspike, preparing for 0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Mar 25, 2008
1 parent 2998a7c commit ca8e900
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
== 0.9.4

* Update bundled JRuby to 1.1RC3 and Goldspike to 1.6.
* Fix inclusion of gems with platform-specific bits (e.g., Hpricot)

== 0.9.3
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ end

Spec::Rake::SpecTask.new("spec:rcov") do |t|
t.rcov = true
t.rcov_opts << '--exclude gems/*'
end

# so we don't confuse autotest
RCov::VerifyTask.new(:rcov) do |t|
t.threshold = 100
Expand Down
Binary file renamed lib/goldspike-1.5.jar → lib/goldspike-1.6.jar
Binary file not shown.
Binary file not shown.

0 comments on commit ca8e900

Please sign in to comment.