Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 21, 2011
1 parent 24b075a commit 3ef45b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 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
Expand Down

0 comments on commit 3ef45b8

Please sign in to comment.