<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,11 @@
 CSSMin History
 ================================================================================
 
+Version 1.0.2 (2008-08-23)
+  * Fixed a bug that could have resulted in a necessary space being removed if
+    it preceded a compressible color value, such as in the property
+    &quot;border:1px solid #cccccc&quot;.
+
 Version 1.0.1 (2008-07-25)
   * Fixed a rare bug that could result in redundant semicolons.
 </diff>
      <filename>HISTORY</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@ thoth_gemspec = Gem::Specification.new do |s|
   s.rubyforge_project = 'riposte'
 
   s.name     = 'cssmin'
-  s.version  = '1.0.1'
+  s.version  = '1.0.2'
   s.author   = 'Ryan Grove'
   s.email    = 'ryan@wonko.com'
   s.homepage = 'http://github.com/rgrove/cssmin/'</diff>
      <filename>Rakefile.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
 # script.
 #
 # Author::    Ryan Grove (mailto:ryan@wonko.com)
-# Version::   1.0.1 (2008-07-25)
+# Version::   1.0.2 (2008-08-23)
 # Copyright:: Copyright (c) 2008 Ryan Grove. All rights reserved.
 # License::   New BSD License (http://opensource.org/licenses/bsd-license.php)
 # Website::   http://github.com/rgrove/cssmin/
@@ -93,7 +93,7 @@ module CSSMin
 
     # Compress color hex values, making sure not to touch values used in IE
     # filters, since they would break.
-    css.gsub!(/([^&quot;'=\s])\s*#([0-9a-f])\2([0-9a-f])\3([0-9a-f])\4/i, '\1#\2\3\4')
+    css.gsub!(/([^&quot;'=\s])(\s?)\s*#([0-9a-f])\3([0-9a-f])\4([0-9a-f])\5/i, '\1\2#\3\4\5')
 
     # Remove empty rules.
     css.gsub!(/[^\}]+\{;\}\n/, '')</diff>
      <filename>lib/cssmin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c71689343d85931ec4d93373cb0ee57332eaccb8</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </author>
  <url>http://github.com/rgrove/cssmin/commit/07ce81bdb9ca9a77f9f25915c789779d5be30bd0</url>
  <id>07ce81bdb9ca9a77f9f25915c789779d5be30bd0</id>
  <committed-date>2008-08-23T16:37:52-07:00</committed-date>
  <authored-date>2008-08-23T16:37:52-07:00</authored-date>
  <message>Fix a bug that could have resulted in a necessary space being removed if it preceded a compressible color value, such as in the property &quot;border:1px solid #cccccc&quot;.</message>
  <tree>3d2f7d9d9db89c24a9540bfe1608d50123d5f6d0</tree>
  <committer>
    <name>Ryan Grove</name>
    <email>ryan@wonko.com</email>
  </committer>
</commit>
