<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -88,9 +88,9 @@ module FeedNormalizer
     end
 
     def self.skip(parser, attribute)
-      attributes = case attribute
-        when :skipHours: :hours
-        when :skipDays: :days
+      case attribute
+        when :skipHours then attributes = :hours
+        when :skipDays then attributes = :days
       end
       channel = parser.channel
 </diff>
      <filename>lib/parsers/rss.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44299856582d1a43b668fe145aa08fb548b44b41</id>
    </parent>
  </parents>
  <author>
    <name>Adam Fields</name>
    <email>fields@street86.com</email>
  </author>
  <url>http://github.com/aasmith/feed-normalizer/commit/681290dd3ccc533fae238644f064fe1d6170da5c</url>
  <id>681290dd3ccc533fae238644f064fe1d6170da5c</id>
  <committed-date>2009-10-27T13:35:03-07:00</committed-date>
  <authored-date>2009-10-27T10:47:11-07:00</authored-date>
  <message>changed case syntax to work with ruby 1.9</message>
  <tree>6e02165f25aac526cdfc25dcc57a4650290b93e4</tree>
  <committer>
    <name>Andrew A Smith</name>
    <email>andy@tinnedfruit.org</email>
  </committer>
</commit>
