<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 2.5.1 / 2009-05-12
+
+* 1 bug fix
+  - name conflict with the jruby &quot;import&quot; method and the rake &quot;import&quot; method
+
 == 2.5.0 / 2009-04-05
 
 * 1 minor enhancement</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{bones}
-  s.version = &quot;2.5.0&quot;
+  s.version = &quot;2.5.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Tim Pease&quot;]
-  s.date = %q{2009-04-05}
+  s.date = %q{2009-05-12}
   s.default_executable = %q{bones}
   s.description = %q{Mr Bones is a handy tool that builds a skeleton for your new Ruby projects. The skeleton contains some starter code and a collection of rake tasks to ease the management and deployment of your source code. Mr Bones is not viral -- all the code your project needs is included in the skeleton (no gem dependency required).}
   s.email = %q{tim.pease@gmail.com}</diff>
      <filename>bones.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rbconfig'
 module Bones
 
   # :stopdoc:
-  VERSION = '2.5.0'
+  VERSION = '2.5.1'
   PATH = File.expand_path(File.join(File.dirname(__FILE__), '..'))
   HOME = File.expand_path(ENV['HOME'] || ENV['USERPROFILE'])
   DEV_NULL = File.exist?('/dev/null') ? '/dev/null' : 'NUL:'
@@ -54,7 +54,7 @@ module Bones
     load bones_setup
 
     rakefiles = Dir.glob(File.join(Dir.pwd, %w[tasks *.rake])).sort
-    import(*rakefiles) unless rakefiles.empty?
+    rakefiles.each {|fn| Rake.application.add_import(fn)}
   end
 
   # TODO: fix file lists for Test::Unit and RSpec</diff>
      <filename>lib/bones.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21b9afe624caf9818e13bef778dae27cfa0a1467</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </author>
  <url>http://github.com/TwP/bones/commit/995547a7baa76d1183edab726d2cdcbfa96aee40</url>
  <id>995547a7baa76d1183edab726d2cdcbfa96aee40</id>
  <committed-date>2009-05-12T15:40:30-07:00</committed-date>
  <authored-date>2009-05-12T15:40:30-07:00</authored-date>
  <message>Fixing small bug with the &quot;import&quot; statement</message>
  <tree>a622ce6bb2596b22ce73fa582820ee8eb400eb00</tree>
  <committer>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </committer>
</commit>
