<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,29 +1,29 @@
 --- 
 vendor/plugins/hoptoad_notifier: 
   squashed: true
-  url: git://github.com/thoughtbot/hoptoad_notifier.git
   branch: master
+  url: git://github.com/thoughtbot/hoptoad_notifier.git
   type: git
   revision: e24ffbecdc1b235e0f14531313fdcfb950d466b2
   remote: braid/vendor/plugins/hoptoad-notifier
 vendor/plugins/db_branch: 
   squashed: true
-  url: git://github.com/Chrononaut/db_branch.git
   branch: master
+  url: git://github.com/Chrononaut/db_branch.git
   type: git
   revision: 3af36e317ebfe018cadf6f204b077e08450ddbfa
   remote: braid/vendor/plugins/db-branch
-vendor/plugins/recaptcha: 
-  squashed: true
-  branch: master
-  url: git://github.com/ambethia/recaptcha.git
-  type: git
-  revision: 40fa40445da533380fc0f94a95e1ea9c800be15f
-  remote: braid/vendor/plugins/recaptcha
 vendor/plugins/live-validations: 
   squashed: true
   branch: master
   url: git://github.com/augustl/live-validations.git
   type: git
-  revision: dd5fb1776e342d48e61023b534452506afbd00a5
+  revision: ca278c4762ec5de8e95713a313522abbdf67345a
   remote: braid/vendor/plugins/live-validations
+vendor/plugins/recaptcha: 
+  squashed: true
+  url: git://github.com/ambethia/recaptcha.git
+  branch: master
+  type: git
+  revision: 40fa40445da533380fc0f94a95e1ea9c800be15f
+  remote: braid/vendor/plugins/recaptcha</diff>
      <filename>.braids</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ module LiveValidations
         
         if v.callback.options[:is]
           length = v.callback.options[:is]
-          add_custom_rule(v, &quot;lengthIs#{length}&quot;, &quot;return value.length == #{length}&quot;, &quot;Please enter exactly #{length} characters.&quot;)
+          add_custom_rule(v, attribute, &quot;lengthIs#{length}&quot;, &quot;return value.length == #{length}&quot;, &quot;Please enter exactly #{length} characters.&quot;)
         end
       end
       </diff>
      <filename>vendor/plugins/live-validations/lib/live_validations/adapters/jquery_validations.rb</filename>
    </modified>
    <modified>
      <diff>@@ -64,6 +64,11 @@ class JqueryValidationsTest &lt; ActiveSupport::TestCase
     assert_expected_json :title =&gt; {&quot;minlength&quot; =&gt; 20}
   end
   
+  def test_validates_length_of_is
+    Post.validates_length_of :title, :is =&gt; 20
+    assert_expected_json :title =&gt; {&quot;lengthIs20&quot; =&gt; true}
+  end
+  
   def test_inclusion_as_array
     Post.validates_inclusion_of :title, :in =&gt; %w(foo bar)
     assert_custom_validator :title</diff>
      <filename>vendor/plugins/live-validations/test/jquery_validations_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a48f2bb47431e0eb7ecc7a0be39df0c4e925562c</id>
    </parent>
  </parents>
  <author>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </author>
  <url>http://github.com/hadley/crantastic/commit/eaf61f71135ebb61d11af7525d39020b7cd7cd1c</url>
  <id>eaf61f71135ebb61d11af7525d39020b7cd7cd1c</id>
  <committed-date>2009-10-10T04:38:00-07:00</committed-date>
  <authored-date>2009-10-10T04:38:00-07:00</authored-date>
  <message>Braid: Updated mirror 'vendor/plugins/live-validations' to 'ca278c4'</message>
  <tree>f3e97676fe843b6a189cfd0ad222eaf98fb639f1</tree>
  <committer>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </committer>
</commit>
