<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/data/data/.bnsignore</filename>
    </added>
    <added>
      <filename>spec/data/data/History</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 2.5.0 / 2009-04-
+
+* 1 bug fix
+  - files without extensions are picked up when generating a new project
+
 == 2.4.2 / 2009-03-02
 
 * 2 bug fixes</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rbconfig'
 module Bones
 
   # :stopdoc:
-  VERSION = '2.4.2'
+  VERSION = '2.4.3'
   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:'</diff>
      <filename>lib/bones.rb</filename>
    </modified>
    <modified>
      <diff>@@ -140,7 +140,7 @@ class FileManager
     rgxp = %r/\A#{source}\/?/
     exclude = %r/tmp$|bak$|~$|CVS|\.svn/
 
-    ary = Dir.glob(File.join(source, '**', '*.*'), File::FNM_DOTMATCH).map do |filename|
+    ary = Dir.glob(File.join(source, '**', '*'), File::FNM_DOTMATCH).map do |filename|
       next if exclude =~ filename
       next if test(?d, filename)
       filename.sub rgxp, ''</diff>
      <filename>lib/bones/app/file_manager.rb</filename>
    </modified>
    <modified>
      <diff>@@ -36,21 +36,18 @@ describe Bones::App::FileManager do
   end
 
   it &quot;should return a list of files to copy&quot; do
-    @fm.source = Bones.path 'data'
+    @fm.source = Bones.path %w[spec data data]
 
     ary = @fm._files_to_copy
-    ary.length.should == 9
+    ary.length.should == 6
 
     ary.should == %w[
       .bnsignore
-      History.txt.bns
+      History
+      NAME/NAME.rb.bns
       README.txt.bns
       Rakefile.bns
-      bin/NAME.bns
       lib/NAME.rb.bns
-      spec/NAME_spec.rb.bns
-      spec/spec_helper.rb.bns
-      test/test_NAME.rb
     ]
   end
 </diff>
      <filename>spec/bones/app/file_manager_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0f40d46e3f5703071b1679044a6c5e771ed55b92</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </author>
  <url>http://github.com/TwP/bones/commit/1020e52f9517e31170108061729b7162ccb9bb68</url>
  <id>1020e52f9517e31170108061729b7162ccb9bb68</id>
  <committed-date>2009-04-05T09:06:50-07:00</committed-date>
  <authored-date>2009-04-05T09:06:50-07:00</authored-date>
  <message>When generating a new project from a template, files without any extension were
ignored in the template folder. This is a patch (originally from Max Aller)
that fixes the problem.</message>
  <tree>b5aa122130699c9240f36d7c52a0b260ab4d0251</tree>
  <committer>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </committer>
</commit>
