<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,12 +61,12 @@ module Versionomy
       # Create an instance of this base format, with the given schema.
       
       def initialize(schema_)
-        @schema = schema_
+        @_schema = schema_
       end
       
       
       def inspect   # :nodoc:
-        &quot;#&lt;#{self.class}:0x#{object_id.to_s(16)} schema=#{@schema.inspect}&gt;&quot;
+        &quot;#&lt;#{self.class}:0x#{object_id.to_s(16)} schema=#{@_schema.inspect}&gt;&quot;
       end
       
       def to_s   # :nodoc:
@@ -77,7 +77,7 @@ module Versionomy
       # Returns the schema understood by this format.
       
       def schema
-        @schema
+        @_schema
       end
       
       </diff>
      <filename>lib/versionomy/format/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>25af54b2dc307308e46a298113ed7ffe103808f7</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Azuma</name>
    <email>dazuma@gmail.com</email>
  </author>
  <url>http://github.com/dazuma/versionomy/commit/cd764ee51b305d979e5e3067d9821723324f2ba4</url>
  <id>cd764ee51b305d979e5e3067d9821723324f2ba4</id>
  <committed-date>2009-11-05T12:09:57-08:00</committed-date>
  <authored-date>2009-11-05T12:09:57-08:00</authored-date>
  <message>A little more code cleanup</message>
  <tree>28b209b4c5169105eb8eb2724f57eb8d84b8f81b</tree>
  <committer>
    <name>Daniel Azuma</name>
    <email>dazuma@gmail.com</email>
  </committer>
</commit>
