<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -107,9 +107,6 @@ if git.repos_fetched?
       git.add_remotes
     end
   end
-else
-  puts &quot;Missing repos - check repos.yml and run 'rake git:update'&quot;
-  puts YAML.dump(git.repos)
 end
 
 def assign_version</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -117,19 +117,6 @@ module RSpec
       end
     end
     
-    def subprojects
-      [
-       {:name =&gt; &quot;TextMate Bundle&quot;, :path =&gt; 'RSpec.tmbundle',
-        :url =&gt; &quot;#{url_prefix}/rspec-tmbundle.git&quot; },
-       {:name =&gt; &quot;rspec&quot;, :path =&gt; 'example_rails_app/vendor/plugins/rspec',
-        :url =&gt; &quot;#{url_prefix}/rspec.git&quot;},
-       {:name =&gt; &quot;rspec-rails&quot;, :path =&gt; 'example_rails_app/vendor/plugins/rspec-rails',
-        :url =&gt; &quot;#{url_prefix}/rspec-rails.git&quot;},
-       {:name =&gt; &quot;rails&quot;, :path =&gt; 'example_rails_app/vendor/rails',
-        :url =&gt; &quot;git://github.com/rails/rails.git&quot;}
-      ]
-    end
-
     def url_prefix
       if ENV[&quot;COMMITTER&quot;]
         &quot;git@github.com:dchelimsky&quot;</diff>
      <filename>lib/rspec/git.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,22 @@
 # Committers/forkers should change the url values to point to repos that you
 # can push to.
 
-repos:
-  - name: rspec-dev
-    path: example_rails_app/vendor/plugins/rspec-dev
-    url : git://github.com/dchelimsky/rspec-dev.git
-  - name: rspec
-    path: example_rails_app/vendor/plugins/rspec
-    url : git://github.com/dchelimsky/rspec.git
-  - name: rspec-rails
-    path: example_rails_app/vendor/plugins/rspec-rails
-    url : git://github.com/dchelimsky/rspec-rails.git
-  - name: rails
-    path: example_rails_app/vendor/rails
-    url : git://github.com/rails/rails.git
+:repos:
+  - :name: rspec-dev
+    :path: example_rails_app/vendor/plugins/rspec-dev
+    :url : git://github.com/dchelimsky/rspec-dev.git
+  - :name: rspec
+    :path: example_rails_app/vendor/plugins/rspec
+    :url : git://github.com/dchelimsky/rspec.git
+  - :name: rspec-rails
+    :path: example_rails_app/vendor/plugins/rspec-rails
+    :url : git://github.com/dchelimsky/rspec-rails.git
+  - :name: rails
+    :path: example_rails_app/vendor/rails
+    :url : git://github.com/rails/rails.git
 
     # You can safely remove this one if you're not planning to work
     # on the TextMate bundle.
-  - name: rspec-tmbundle
-    path: RSpec.tmbundle
-    url : git://github.com/dchelimsky/rspec-tmbundle.git
+  - :name: rspec-tmbundle
+    :path: RSpec.tmbundle
+    :url : git://github.com/dchelimsky/rspec-tmbundle.git</diff>
      <filename>repos.yml.sample</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e9c6b4ae555ddda67f4ba70acea21aed0a2d1158</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec-dev/commit/47c5e525a28057683fa869d650933806cfa352b3</url>
  <id>47c5e525a28057683fa869d650933806cfa352b3</id>
  <committed-date>2009-06-24T21:40:33-07:00</committed-date>
  <authored-date>2009-06-24T21:40:33-07:00</authored-date>
  <message>use symbols in repos.yml</message>
  <tree>90daf0ddfe7ed15f3f19214efef20046b503d019</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
