<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,14 +14,16 @@ class RspecGenerator &lt; Rails::Generator::Base
     record do |m|
       script_options     = { :chmod =&gt; 0755, :shebang =&gt; options[:shebang] == DEFAULT_SHEBANG ? nil : options[:shebang] }
 
+      m.file      'rspec.rake',                    'lib/tasks/rspec.rake'
+
+      m.file      'script/autospec',               'script/autospec',    script_options
+      m.file      'script/spec',                   'script/spec',        script_options
+      m.file      'script/spec_server',            'script/spec_server', script_options
+
       m.directory 'spec'
-      m.template  'spec_helper.rb',                'spec/spec_helper.rb'
-      m.file      'spec.opts',                     'spec/spec.opts'
       m.file      'rcov.opts',                     'spec/rcov.opts'
-      m.file      'script/spec_server',            'script/spec_server', script_options
-      m.file      'script/spec',                   'script/spec',        script_options
-      m.file      'script/autospec',               'script/autospec',    script_options
-      m.file      'rspec.rake',                    'lib/tasks/rspec.rake'
+      m.file      'spec.opts',                     'spec/spec.opts'
+      m.template  'spec_helper.rb',                'spec/spec_helper.rb'
 
       m.directory 'stories'
       m.file      'all_stories.rb',                'stories/all.rb'</diff>
      <filename>generators/rspec/rspec_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>14737a028795284af440453c8e62f71a15179153</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>david@chelimac.local</email>
  </author>
  <url>http://github.com/dchelimsky/rspec-rails/commit/fff41e5a9bc3c684da1b43786952b9c50e4a0b35</url>
  <id>fff41e5a9bc3c684da1b43786952b9c50e4a0b35</id>
  <committed-date>2008-07-18T19:33:35-07:00</committed-date>
  <authored-date>2008-07-18T19:33:35-07:00</authored-date>
  <message>alphabetize the generated files</message>
  <tree>1b4df9092d75bdc2c95f236135d6bb3beb13cc9e</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>david@chelimac.local</email>
  </committer>
</commit>
