lib/active_support/inflector.rb in activesupport-1.0.3 vs lib/active_support/inflector.rb in activesupport-1.0.4

- old
+ new

@@ -79,9 +79,10 @@ [/(x|ch|ss|sh)es$/i, '\1'], [/(m)ovies$/i, '\1\2ovie'], [/(s)eries$/i, '\1\2eries'], [/([^aeiouy]|qu)ies$/i, '\1y'], [/([lr])ves$/i, '\1f'], + [/(tive)s$/i, '\1'], [/([^f])ves$/i, '\1fe'], [/((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$/i, '\1\2sis'], [/([ti])a$/i, '\1um'], [/(p)eople$/i, '\1\2erson'], [/(m)en$/i, '\1\2an'],