<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/jruby-rack-0.9.5.jar</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 coverage*
 pkg
 doc
+spec/sample</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,14 @@
+== 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)
+
 == 0.9.13
 
 * RailsConf 2009 edition.</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,6 @@ generators/warble
 generators/warble/templates
 generators/warble/templates/warble.rb
 generators/warble/warble_generator.rb
-lib/jruby-rack-0.9.4.jar
 lib/warbler
 lib/warbler/config.rb
 lib/warbler/gems.rb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
 #--
-# (c) Copyright 2007-2008 Sun Microsystems, Inc.
+# (c) Copyright 2007-2009 Sun Microsystems, Inc.
 # See the file LICENSES.txt included with the distribution for
 # software license details.
 #++
 
 module Warbler
-  VERSION = &quot;0.9.13&quot;
+  VERSION = &quot;0.9.14&quot;
 end</diff>
      <filename>lib/warbler/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,38 +2,39 @@
 
 Gem::Specification.new do |s|
   s.name = %q{warbler}
-  s.version = &quot;0.9.13&quot;
+  s.version = &quot;0.9.14&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Nick Sieger&quot;]
-  s.date = %q{2009-06-01}
+  s.date = %q{2009-08-26}
   s.default_executable = %q{warble}
-  s.description = %q{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.}
+  s.description = %q{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.}
   s.email = %q{nick@nicksieger.com}
   s.executables = [&quot;warble&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSES.txt&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSES.txt&quot;, &quot;Rakefile&quot;, &quot;web.xml.erb&quot;, &quot;bin/warble&quot;, &quot;generators/warble/warble_generator.rb&quot;, &quot;generators/warble/templates/warble.rb&quot;, &quot;lib/jruby-complete-1.3.0RC1.jar&quot;, &quot;lib/jruby-rack-0.9.4.jar&quot;, &quot;lib/warbler.rb&quot;, &quot;lib/warbler/config.rb&quot;, &quot;lib/warbler/gems.rb&quot;, &quot;lib/warbler/task.rb&quot;, &quot;lib/warbler/version.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;spec/sample/app/controllers/application.rb&quot;, &quot;spec/sample/app/helpers/application_helper.rb&quot;, &quot;spec/sample/config/boot.rb&quot;, &quot;spec/sample/config/environment.rb&quot;, &quot;spec/sample/config/routes.rb&quot;, &quot;spec/sample/config/environments/development.rb&quot;, &quot;spec/sample/config/environments/production.rb&quot;, &quot;spec/sample/config/environments/test.rb&quot;, &quot;spec/sample/config/initializers/inflections.rb&quot;, &quot;spec/sample/config/initializers/mime_types.rb&quot;, &quot;spec/sample/config/initializers/new_rails_defaults.rb&quot;, &quot;spec/warbler/config_spec.rb&quot;, &quot;spec/warbler/gems_spec.rb&quot;, &quot;spec/warbler/task_spec.rb&quot;, &quot;tasks/warbler.rake&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSES.txt&quot;, &quot;Rakefile&quot;, &quot;web.xml.erb&quot;, &quot;bin/warble&quot;, &quot;generators/warble&quot;, &quot;generators/warble/templates&quot;, &quot;generators/warble/templates/warble.rb&quot;, &quot;generators/warble/warble_generator.rb&quot;, &quot;lib/warbler&quot;, &quot;lib/warbler/config.rb&quot;, &quot;lib/warbler/gems.rb&quot;, &quot;lib/warbler/task.rb&quot;, &quot;lib/warbler/version.rb&quot;, &quot;lib/warbler.rb&quot;, &quot;spec/sample/app/controllers/application.rb&quot;, &quot;spec/sample/app/helpers/application_helper.rb&quot;, &quot;spec/sample/config/boot.rb&quot;, &quot;spec/sample/config/environment.rb&quot;, &quot;spec/sample/config/environments/development.rb&quot;, &quot;spec/sample/config/environments/production.rb&quot;, &quot;spec/sample/config/environments/test.rb&quot;, &quot;spec/sample/config/initializers/inflections.rb&quot;, &quot;spec/sample/config/initializers/mime_types.rb&quot;, &quot;spec/sample/config/initializers/new_rails_defaults.rb&quot;, &quot;spec/sample/config/routes.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;spec/warbler/config_spec.rb&quot;, &quot;spec/warbler/gems_spec.rb&quot;, &quot;spec/warbler/task_spec.rb&quot;, &quot;tasks/warbler.rake&quot;]
+  s.has_rdoc = true
   s.homepage = %q{http://caldersphere.rubyforge.org/warbler}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{caldersphere}
-  s.rubygems_version = %q{1.3.3}
+  s.rubygems_version = %q{1.3.1}
   s.summary = %q{Warbler chirpily constructs .war files of your Rails applications.}
   s.test_files = [&quot;spec/warbler/config_spec.rb&quot;, &quot;spec/warbler/gems_spec.rb&quot;, &quot;spec/warbler/task_spec.rb&quot;]
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 3
+    s.specification_version = 2
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;rake&gt;, [&quot;&gt;= 0.7.3&quot;])
+      s.add_runtime_dependency(%q&lt;jruby-jars&gt;, [&quot;&gt;= 1.3.1&quot;])
     else
       s.add_dependency(%q&lt;rake&gt;, [&quot;&gt;= 0.7.3&quot;])
+      s.add_dependency(%q&lt;jruby-jars&gt;, [&quot;&gt;= 1.3.1&quot;])
     end
   else
     s.add_dependency(%q&lt;rake&gt;, [&quot;&gt;= 0.7.3&quot;])
+    s.add_dependency(%q&lt;jruby-jars&gt;, [&quot;&gt;= 1.3.1&quot;])
   end
 end</diff>
      <filename>warbler.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/jruby-rack-0.9.4.jar</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5b54f9c3027c7385968477e0b31e535f760adc21</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/warbler/commit/fc8ac1c54371ccf4cca28866964f83a6ea1ec1f5</url>
  <id>fc8ac1c54371ccf4cca28866964f83a6ea1ec1f5</id>
  <committed-date>2009-08-26T17:43:08-07:00</committed-date>
  <authored-date>2009-08-26T17:43:08-07:00</authored-date>
  <message>Upgrade jruby-rack jar, and get ready to cut 0.9.14</message>
  <tree>1f758cf36a7cc61eac5b293baaa524d8bfec5356</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
