<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+= v1.x.x (master)
+
+* Reformatted the RDoc.
+
 = v1.0.1
 
 * Fixed a display bug with a fractional that was zero.</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <filename>LICENSE.rdoc</filename>
    </modified>
    <modified>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <filename>VERSION.yml</filename>
    </modified>
    <modified>
      <diff>@@ -6,14 +6,18 @@ module ActionView
       #
 			# *NOTE*: This function only supports the &quot;pretty printing&quot; of factions less than 1/10th.
 			#
+      # ==== Parameters
+      # * +number+ - Required. Sets the level of precision. Defaults to 3.
+      # * +options+ - Optional. See details below.
+      #
       # ==== Options
-      # * *precision* - Options. Sets the level of precision. Defaults to 3.
+      # * +precision+ - Optional. Sets the level of precision. Defaults to 3.
       #
       # ==== Examples
-      #  number_to_fraction 0.25 # =&gt; 1/4
-      #  number_to_fraction 1.375 # =&gt; 1 3/8
-      #  number_to_fraction 5.22 # =&gt; 5 2/9
-      #  number_to_fraction 3.55 :precision =&gt; 2 # 3 =&gt; 5/9
+      #   number_to_fraction 0.25 # =&gt; 1/4
+      #   number_to_fraction 1.375 # =&gt; 1 3/8
+      #   number_to_fraction 5.22 # =&gt; 5 2/9
+      #   number_to_fraction 3.55 :precision =&gt; 2 # 3 =&gt; 5/9
 			def number_to_fraction number = '', options = {}
 				number = number.to_s.strip
 				options.reverse_merge! :precision =&gt; 3</diff>
      <filename>lib/number_to_fraction.rb</filename>
    </modified>
    <modified>
      <filename>number_to_fraction.gemspec</filename>
    </modified>
    <modified>
      <filename>spec/number_to_fraction_spec.rb</filename>
    </modified>
    <modified>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74027a6b62ee81d1c4a199d6e5602aa7e5856709</id>
    </parent>
  </parents>
  <author>
    <name>aeonscope</name>
    <email>aeonscope@gmail.com</email>
  </author>
  <url>http://github.com/aeonscope/number_to_fraction/commit/2fd3d9cef30fdac3161988382802541bcb03382b</url>
  <id>2fd3d9cef30fdac3161988382802541bcb03382b</id>
  <committed-date>2009-10-12T19:03:04-07:00</committed-date>
  <authored-date>2009-10-12T19:03:04-07:00</authored-date>
  <message>Reformatted the RDoc.</message>
  <tree>35b2900a6d97f9613c3e6d69f5950e4278d3aa16</tree>
  <committer>
    <name>aeonscope</name>
    <email>aeonscope@gmail.com</email>
  </committer>
</commit>
