<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Validifier allows you to generate valid XHTML flash embed code in ruby. 
 
-= Usage
+= Usage 
 
 You can create a flash movie by supplying it with the data manually, or by supplying it with
 existing embed code.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'rubygems'
 require 'rake'
 require 'echoe'
 
-Echoe.new('validifier', '0.1.0') do |p|
+Echoe.new('validifier', '0.1.1') do |p|
   p.description    = &quot;Generate flash embed code that is valid XHTML&quot;
   p.url            = &quot;http://github.com/done21/validifier&quot;
   p.author         = &quot;Jim Hoskins&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -60,8 +60,9 @@ module Validifier
         movie
       end
       
-      def validify(html_str, options = {})
-        FlashMovie.new(source, options).to_s
+      # Convert html to valid XHTML
+      def validify(html_str)
+        FlashMovie.from_source(html_str).to_s
       end
       
     private</diff>
      <filename>lib/validifier.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{validifier}
-  s.version = &quot;0.1.0&quot;
+  s.version = &quot;0.1.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jim Hoskins&quot;]</diff>
      <filename>validifier.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8447cff0f5b4912b9682b0adb53da2c98c13213</id>
    </parent>
  </parents>
  <author>
    <name>Jim Hoskins</name>
    <email>jim@jimhoskins.com</email>
  </author>
  <url>http://github.com/done21/validifier/commit/46b380b17fded16506a7101ef0b74b7d49fbf011</url>
  <id>46b380b17fded16506a7101ef0b74b7d49fbf011</id>
  <committed-date>2009-01-18T20:52:18-08:00</committed-date>
  <authored-date>2009-01-18T20:52:18-08:00</authored-date>
  <message>Fixed FlashMovie::validifiy bug

* validify was taking the wrong arguments and sending to new instead of to_source</message>
  <tree>730dc814c8499e9a6c78e96b13d1ee654aa16970</tree>
  <committer>
    <name>Jim Hoskins</name>
    <email>jim@jimhoskins.com</email>
  </committer>
</commit>
