<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>init.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@ module Validatable
     #   company.errors.invalid?(:name)      # =&gt; true
     #   company.errors.invalid?(:address)   # =&gt; false
     def invalid?(attribute)
-      !@errors[attribute.to_s].nil?
+      !@errors[attribute.to_sym].nil?
     end
 
     # call-seq: on(attribute)</diff>
      <filename>lib/errors.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c2e90f7b3939e22fea6bc5d70b5277029dab4faa</id>
    </parent>
  </parents>
  <author>
    <name>Steven Soroka</name>
    <email>ssoroka78@gmail.com</email>
  </author>
  <url>http://github.com/jrun/validatable/commit/ba07059b1b26160a62f1d4a8723c3e40f67f38ae</url>
  <id>ba07059b1b26160a62f1d4a8723c3e40f67f38ae</id>
  <committed-date>2009-04-10T11:22:35-07:00</committed-date>
  <authored-date>2009-03-31T19:02:25-07:00</authored-date>
  <message>fix for .invalid? and init.rb to run as plugin

Signed-off-by: Jeremy Burks &lt;jrun@runnerdb.com&gt;</message>
  <tree>4cad2924437c6c1f2804d12a15261487526739e4</tree>
  <committer>
    <name>Jeremy Burks</name>
    <email>jrun@runnerdb.com</email>
  </committer>
</commit>
