Files | Admin

Notes:

Release Name: 0.9.14

Notes:
Warbler is a gem to make a .war file out of a Rails, Merb, or Rack-based
application. The intent is to provide a minimal, flexible, ruby-like way to
bundle up all of your application files for deployment to a Java application
server.


Changes: == 0.9.14 * So, jruby-rack is bundled for one more release. 1.0 will not contain any jar files, I promise! * Upgraded jruby-rack to 0.9.5. * Unbundled jruby-complete jar in favor of new jruby-jars gem, which can be upgraded separately. * Skip gems which have no loaded_from attribute set (this happened with the Authlogic gem on Edge Rails) (thanks Laszlo Bacsi)