From 3ef45b8a9fa0301d94aa62ffcc687cb616feb497 Mon Sep 17 00:00:00 2001 From: Kristian Meier Date: Tue, 21 Jun 2011 21:32:16 +0530 Subject: [PATCH] updated --- History.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/History.txt b/History.txt index a9d8d29a..b85316c9 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,21 @@ +=== 0.28.0 / 2011-06-21 + +* run rspec with a list of jruby-versions and both for 1.8 and 1.9. producing a little summary at the end + +* runit mojo for testcases + +* add src/main/ruby and lib directory to load-path if exist + +* add src/main/ruby to classloader so java classes can find the scripts + +* add rubygems to test-resources, i.e. to test-classloader so java tests can use them (via scripting containers) + +* added assembly descriptors for packaging "uberjar" with all dependencies inside a single jar (jar as well gem dependencies) + +* gem-proxy is a total rewrite and comes with directory browsing for all but ONE directory. the pom generation is the same as done by the gem mojo and maven-metadata.xml is generated on the fly i.e. is up to date to rubygems.org + +* general improvements in Gemfile, gemspec tp pom convertion. rspec, etc. + === 0.26.0 / 2011-03-30 * new bundle install mojo to allow to use Gemfile as pom