<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/rubygems_plugin.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
-YARD Release 0.2.3 (June 7th 2009) 
-===================================
+YARD Release 0.2.3.1 (June 13th 2009)
+=====================================
 
 **Homepage**:  [http://yard.rubyforge.org](http://yard.rubyforge.org)   
 **IRC**:       **Join us on IRC in #yard on irc.freenode.net!**   
@@ -178,6 +178,10 @@ More options can be seen by typing `yard-graph --help`, but here is an example:
 CHANGELOG
 ---------
 
+- **Jun.13.09**: 0.2.3.1 release.
+    - Add a RubyGems 1.3.2+ plugin to generate YARD documentation instead of
+      RDoc.
+
 - **Jun.07.09**: 0.2.3 release. See the {file:WHATSNEW.markdown} file for a 
   list of important new features.
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,22 @@
 SPEC = Gem::Specification.new do |s|
   s.name          = &quot;yard&quot;
-  s.version       = &quot;0.2.3&quot;
-  s.date          = &quot;2009-06-07&quot;
+  s.summary       = &quot;Documentation tool for consistent and usable documentation in Ruby.&quot; 
+  s.description   = &lt;&lt;-eof
+    YARD is a documentation generation tool for the Ruby programming language.
+    It enables the user to generate consistent, usable documentation that can be
+    exported to a number of formats very easily, and also supports extending for
+    custom Ruby constructs such as custom class level definitions.
+  eof
+  s.version       = &quot;0.2.3.1&quot;
+  s.date          = &quot;2009-06-13&quot;
   s.author        = &quot;Loren Segal&quot;
   s.email         = &quot;lsegal@soen.ca&quot;
   s.homepage      = &quot;http://yard.soen.ca&quot;
   s.platform      = Gem::Platform::RUBY
-  s.summary       = &quot;Documentation tool for consistent and usable documentation in Ruby.&quot; 
-  s.files         = Dir.glob(&quot;{docs,bin,lib,spec,templates,benchmarks}/**/*&quot;) + ['LICENSE', 'README.markdown', 'Rakefile']
+  s.files         = Dir.glob(&quot;{docs,bin,lib,spec,templates,benchmarks}/**/*&quot;) + ['LICENSE', 'README.markdown', 'Rakefile', '.yardopts']
   s.require_paths = ['lib']
   s.executables   = [ 'yardoc', 'yri', 'yard-graph' ]
-  s.has_rdoc      = false
+  s.has_rdoc      = 'yard'
   s.rubyforge_project = 'yard'
   #s.add_dependency 'tadpole' 
 end
\ No newline at end of file</diff>
      <filename>yard.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b8d227c9aac0a6aa70756995ea97160991d6125</id>
    </parent>
  </parents>
  <author>
    <name>Loren Segal</name>
    <email>lsegal@soen.ca</email>
  </author>
  <url>http://github.com/lsegal/yard/commit/f39eaa6a792a1918c373dc87512fb17d13951ecb</url>
  <id>f39eaa6a792a1918c373dc87512fb17d13951ecb</id>
  <committed-date>2009-06-13T14:10:12-07:00</committed-date>
  <authored-date>2009-06-13T14:10:12-07:00</authored-date>
  <message>Add a RubyGems 1.3.2+ plugin to generate YARD documentation instead of
RDoc. Also re-enable support for `has_rdoc = false` in a gemspec.

To use YARD instead of RDoc, set `has_rdoc = 'yard'` in the gemspec</message>
  <tree>bbce175a79280cec97e302bcedbf162f05f1c377</tree>
  <committer>
    <name>Loren Segal</name>
    <email>lsegal@soen.ca</email>
  </committer>
</commit>
