<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2007 [name of plugin creator]
+Copyright (c) 2007 [Michael Bumann - Railslove.com]
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -65,6 +65,7 @@ You can use for example User.find_by_param(params[:id], args) to find the user b
           s = Iconv.iconv('ascii//ignore//translit', 'utf-8', str.dup).to_s
           returning str.dup.to_s do |s|
             s.gsub!(/\ +/, '-') # spaces to dashes, preferred separator char everywhere
+            s.gsub!(/\-+/,'-') # ----- to - 
             s.gsub!(/[^\w^-]+/, '') # kill non-word chars except -
             s.strip!            # ohh la la
             s.downcase!         # :D</diff>
      <filename>lib/find_by_param.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e0953cffef87aebae519b02507813693e64cc05b</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bumann</name>
    <email>michael@railslove.com</email>
  </author>
  <url>http://github.com/bumi/find_by_param/commit/cd69ee0e262c3d96ba1846b5e797e48a92f05b77</url>
  <id>cd69ee0e262c3d96ba1846b5e797e48a92f05b77</id>
  <committed-date>2008-08-16T16:44:53-07:00</committed-date>
  <authored-date>2008-08-16T16:44:53-07:00</authored-date>
  <message>remove multiple dashes in escaped URL</message>
  <tree>92d4772498ef2fea4ed6531a5aecfb8fa8609cbf</tree>
  <committer>
    <name>Michael Bumann</name>
    <email>michael@railslove.com</email>
  </committer>
</commit>
