<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -108,8 +108,8 @@ easy to get started hacking on the project.
 
 To run the tests, do this: `ruby test/test_cascading_rubies.rb`
 
-The library has been tested with Ruby 1.8.7 and Ruby 1.9.0. If you find problems
-with your Ruby of choice, please let me know.
+The library has been tested with Ruby 1.8.6, Ruby 1.8.7 and Ruby 1.9.1p0.
+If you find problems with your Ruby of choice, please let me know.
 
 ## License
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/blankslate'
 
 class CascadingRubies &lt; BlankSlate
 
-  [:class, :respond_to?, :inspect].each { |m| reveal(m) }
+  [:class, :respond_to?, :inspect].each { |m| reveal(m) rescue nil }
   undef_method(:p)
   
   # list of tags taken from http://www.w3schools.com/tags/default.asp</diff>
      <filename>lib/cascading_rubies.rb</filename>
    </modified>
    <modified>
      <diff>@@ -123,7 +123,7 @@ class TestCascadingRubies &lt; Test::Unit::TestCase
       assert_nothing_raised do
         @css = CascadingRubies.open(path)
       end
-      assert @css.to_s.any?
+      assert @css.to_s != ''
     end
   end
   </diff>
      <filename>test/test_cascading_rubies.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>05b9a2337b1fb17e978568bb723acb08cb29d7fa</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/cascading_rubies/commit/39bca0c7c0e99c6f2eac8731dfa3ffd59e6d5642</url>
  <id>39bca0c7c0e99c6f2eac8731dfa3ffd59e6d5642</id>
  <committed-date>2009-06-03T21:44:57-07:00</committed-date>
  <authored-date>2009-06-03T21:44:57-07:00</authored-date>
  <message>Fixes for Ruby 1.9</message>
  <tree>ae59ce1342ccd173bf2ee09ced7f698d70949081</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
