mack_ruby_core_extensions 0.1.21 → 0.1.22
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/created.rid +1 -1
- data/doc/files/lib/utils/inflections_rb.html +1 -1
- data/lib/utils/inflections.rb +1 -1
- metadata +1 -1
data/doc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Wed, 30 Apr 2008 12:
|
1
|
+
Wed, 30 Apr 2008 12:20:01 -0400
|
data/lib/utils/inflections.rb
CHANGED
@@ -58,5 +58,5 @@ Mack::Utils::Inflector.inflections do |inflect|
|
|
58
58
|
inflect.irregular('talisman', 'talismans')
|
59
59
|
inflect.irregular('penis', 'penises')
|
60
60
|
|
61
|
-
inflect.uncountable(%w(pokemon knowledge equipment information rice money species series fish sheep deer offspring analysis personal))
|
61
|
+
inflect.uncountable(%w(pokemon knowledge equipment information rice money species series fish sheep deer offspring analysis personal california diego los angeles crisis))
|
62
62
|
end
|