<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>History.txt</filename>
    </added>
    <added>
      <filename>License.txt</filename>
    </added>
    <added>
      <filename>Manifest.txt</filename>
    </added>
    <added>
      <filename>README.txt</filename>
    </added>
    <added>
      <filename>Rakefile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 *.gem
-.DS_Store
\ No newline at end of file
+.DS_Store
+doc
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 #!/usr/bin/env ruby
 
-# Copyright (c) 2008 Chris Griego
-#           (c) 2008 Blake Elshire
+# Copyright (c) 2008 Blake Elshire, Chris Griego
 # 
 # Blender is freely distributable under the terms of an MIT-style license.
 # For details, see http://www.opensource.org/licenses/mit-license.php</diff>
      <filename>bin/blend</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,41 @@
 Gem::Specification.new do |s|
-  s.version            = '0.18'
-  s.date               = Time.now
-  
-  s.name               = 'blender'
-  s.summary            = 'Blender outputs efficient, production-ready CSS and/or JavaScript assets.'
-  s.description        = 'Blender is like ant or make for the front-end. It aggregates and compresses CSS and/or JavaScript assets for a site into efficient, production-ready files.'
-  
-  s.authors            = 'Blake Elshire &amp; Chris Griego'
-  s.email              = 'belshire@gmail.com'
-  s.homepage           = 'http://github.com/front-end/front-end-blender/tree/master'
-  s.rubyforge_project  = 'frontendblender'
-  
-  s.files              = ['README.rdoc', 'MIT-LICENSE', 'bin/blend', 'lib/front_end_architect/blender.rb', 'lib/front_end_architect/hash.rb', 'lib/yui/LICENSE', 'lib/yui/yuicompressor.jar']
-  s.autorequire        = 'front_end_architect/blend'
-  s.executables        &lt;&lt; 'blend'
-  s.default_executable = 'blend'
-  
-  s.add_dependency 'mime-types', '&gt;= 1.15'
-  s.add_dependency 'colored',    '&gt;= 1.1'
-  s.requirements &lt;&lt; 'Java, v1.4 or greater'
+  s.name = %q{blender}
+  s.version = &quot;0.20&quot;
+
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
+  s.authors = [&quot;Blake Elshire&quot;, &quot;Chris Griego&quot;]
+  s.date = %q{2008-10-13}
+  s.default_executable = %q{blend}
+  s.description = %q{Blender is like ant or make for the front-end. It aggregates and compresses CSS and/or JavaScript assets for a site into efficient, production-ready files.}
+  s.email = %q{blender@front-end-architect.com}
+  s.executables = [&quot;blend&quot;]
+  s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;bin/blend&quot;, &quot;lib/front_end_architect/blender.rb&quot;, &quot;lib/front_end_architect/hash.rb&quot;, &quot;lib/yui/LICENSE&quot;, &quot;lib/yui/yuicompressor.jar&quot;]
+  s.has_rdoc = true
+  s.homepage = %q{http://www.front-end-architect.com/blender/}
+  s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
+  s.require_paths = [&quot;lib&quot;]
+  s.requirements = [&quot;Java, v1.4 or greater&quot;]
+  s.rubyforge_project = %q{blender}
+  s.rubygems_version = %q{1.2.0}
+  s.summary = %q{Blender outputs efficient, production-ready CSS and/or JavaScript assets.}
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 2
+
+    if current_version &gt;= 3 then
+      s.add_runtime_dependency(%q&lt;mime-types&gt;, [&quot;&gt;= 1.15&quot;])
+      s.add_runtime_dependency(%q&lt;colored&gt;, [&quot;&gt;= 1.1&quot;])
+      s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
+    else
+      s.add_dependency(%q&lt;mime-types&gt;, [&quot;&gt;= 1.15&quot;])
+      s.add_dependency(%q&lt;colored&gt;, [&quot;&gt;= 1.1&quot;])
+      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;mime-types&gt;, [&quot;&gt;= 1.15&quot;])
+    s.add_dependency(%q&lt;colored&gt;, [&quot;&gt;= 1.1&quot;])
+    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.7.0&quot;])
+  end
 end</diff>
      <filename>blender.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,4 @@
-# Copyright (c) 2008 Chris Griego
-#           (c) 2008 Blake Elshire
+# Copyright (c) 2008 Blake Elshire, Chris Griego
 # 
 # Blender is freely distributable under the terms of an MIT-style license.
 # For details, see http://www.opensource.org/licenses/mit-license.php
@@ -19,7 +18,7 @@ require 'front_end_architect/hash'
 
 module FrontEndArchitect
   class Blender
-    VERSION = '0.18'
+    VERSION = '0.20'
     
     FILTER_REGEX = /filter: ?[^?]+\(src=(['&quot;])([^\?'&quot;]+)(\?(?:[^'&quot;]+)?)?\1,[^?]+\1\);/im
     IMPORT_REGEX = /@import(?: url\(| )(['&quot;]?)([^\?'&quot;\)\s]+)(\?(?:[^'&quot;\)]+)?)?\1\)?(?:[^?;]+)?;/im</diff>
      <filename>lib/front_end_architect/blender.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>README.rdoc</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a6ae5296548c12a0f48362ab621793f38d27abbc</id>
    </parent>
  </parents>
  <author>
    <name>Chris Griego</name>
    <email>cgriego@gmail.com</email>
  </author>
  <url>http://github.com/front-end/front-end-blender/commit/555ce42badf905a423db187e7c56f00ebbbe1b74</url>
  <id>555ce42badf905a423db187e7c56f00ebbbe1b74</id>
  <committed-date>2008-10-13T00:46:57-07:00</committed-date>
  <authored-date>2008-10-13T00:46:57-07:00</authored-date>
  <message>Release Candidate 1, now using Hoe to manage gem releases.</message>
  <tree>ca78759a0e0c513e1839817ed23bc402601f46c1</tree>
  <committer>
    <name>Chris Griego</name>
    <email>cgriego@gmail.com</email>
  </committer>
</commit>
