<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,9 +8,21 @@ This Rails plugin originated by the blog entry written by Akira Ikeda.
 
 == Install
 
+=== 2.1.0 &lt;= rails
+
+* script/plugin install git://github.com/kakutani/yaml_waml.git
+
+=== rails &lt;= 2.0.2
+
 * script/plugin install http://yaml-waml.googlecode.com/svn/plugins/yaml_waml
 
-== SVN repository
+== Repositories
+
+== Git
+
+* git://github.com/kakutani/yaml_waml.git
+
+== SVN repository (obsoleted)
 
 * http://yaml-waml.googlecode.com/svn/plugins/yaml_waml
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 require 'rubygems'
-require_gem 'rspec'
+gem 'rspec', '&gt;= 1.1.4'
 require 'rake'
 require 'rake/rdoctask'
 require 'spec/rake/spectask'
@@ -15,7 +15,7 @@ Spec::Rake::SpecTask.new(:spec =&gt; 'coverage:clean') do |t|
   t.spec_files = FileList['spec/**/*_spec.rb']
   t.spec_opts = [&quot;-c&quot;, &quot;--diff&quot;]
   t.rcov = true
-  t.rcov_opts = [&quot;-x&quot;, &quot;#{ENV['GEM_HOME']},spec\/&quot;]
+  t.rcov_opts = [&quot;--include-file&quot;, &quot;lib\/*\.rb&quot;, &quot;--exclude&quot;, &quot;spec\/&quot;]
 end
 
 desc 'Generate documentation for the yaml_waml plugin.'
@@ -37,4 +37,3 @@ namespace :coverage do
     t.index_html = 'coverage/index.html'
   end
 end
-</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e97b36435b8eceb78b173dc8b009e8f3d56c5cb7</id>
    </parent>
  </parents>
  <author>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </author>
  <url>http://github.com/ohac/yaml_waml/commit/72ff5ac7c1891686d7506d665b373bbe375b8446</url>
  <id>72ff5ac7c1891686d7506d665b373bbe375b8446</id>
  <committed-date>2008-06-10T02:16:41-07:00</committed-date>
  <authored-date>2008-06-10T02:16:41-07:00</authored-date>
  <message>Moved from google code to github.com.

* change description.
* adapted to RSpec 1.1.4.
* added .gitignore.</message>
  <tree>e17bc167b4418a7455afcab6df4bfd9607e5a8d9</tree>
  <committer>
    <name>KAKUTANI Shintaro</name>
    <email>shintaro@kakutani.com</email>
  </committer>
</commit>
