<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Rakefile</filename>
    </added>
    <added>
      <filename>lib/blueprint.rb</filename>
    </added>
    <added>
      <filename>test/core_ext_test.rb</filename>
    </added>
    <added>
      <filename>test/test_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,20 +1,32 @@
 class String
   # see if string has any content
-  def blank?; self.length.zero?; end
+  def blank?
+    self.length.zero?
+  end
 
-  # strip space after :, remove newlines, replace multiple spaces with only one space, remove comments
+  # strip space after :, remove newlines, replace multiple spaces
+  # with only one space, remove comments
   def strip_space!
-    replace self.gsub(/:\s*/, &quot;:&quot;).gsub(/\n/, &quot;&quot;).gsub(/\s+/, &quot; &quot;).gsub(/(\/\*).*?(\*\/)/, &quot;&quot;)
+    replace self.
+      gsub(/:\s*/, &quot;:&quot;).
+      gsub(/\n/, &quot;&quot;).
+      gsub(/\s+/, &quot; &quot;).
+      gsub(/(\/\*).*?(\*\/)/, &quot;&quot;)
   end
 
-  # remove newlines, insert space after comma, replace two spaces with one space after comma
+  # remove newlines, insert space after comma, replace two spaces
+  # with one space after comma
   def strip_selector_space!
-    replace self.gsub(/(\n)/, &quot;&quot;).gsub(&quot;,&quot;, &quot;, &quot;).gsub(&quot;,  &quot;, &quot;, &quot;)
+    replace self.
+      gsub(/\n/, &quot;&quot;).
+      gsub(/,\s*/, &quot;, &quot;)
   end
 
   # remove leading whitespace, remove end whitespace
   def strip_side_space!
-    replace self.gsub(/^\s+/, &quot;&quot;).gsub(/\s+$/, $/)
+    replace self.
+      gsub(/^\s+/, &quot;&quot;).
+      gsub(/\s+$/, $/)
   end
 end
 </diff>
      <filename>lib/blueprint/core_ext.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>862b37486efd4cf62d8f8dc4de682624525cbaeb</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </author>
  <url>http://github.com/joshuaclayton/blueprint-css/commit/d948c18dfdb8a7c43a2449b4bdd5e2a4bd61c88a</url>
  <id>d948c18dfdb8a7c43a2449b4bdd5e2a4bd61c88a</id>
  <committed-date>2009-07-02T20:41:35-07:00</committed-date>
  <authored-date>2009-07-02T20:41:35-07:00</authored-date>
  <message>Core extensions tests</message>
  <tree>5502d3fabfe4875cd8904cd5017e325fa10da92a</tree>
  <committer>
    <name>Joshua Clayton</name>
    <email>jclayton@fusionary.com</email>
  </committer>
</commit>
