spanish_pluralizer 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spanish_pluralizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,9 +11,11 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2013-01-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: ! '
|
|
15
|
-
plural. It works by adding the following methods to String: [:
|
|
16
|
-
:
|
|
14
|
+
description: ! 'Spanish Pluralizer is a gem for converting singular spanish nouns
|
|
15
|
+
into plural. It works by adding the following methods to String: [:pluralize_spanish,
|
|
16
|
+
:spanish_pluralizer_acute, :spanish_pluralizer_unacute, :spanish_pluralizer_is_acute?].
|
|
17
|
+
It can handle diphthong, hiatus and adding or removing acutes, but fails with monosyllables
|
|
18
|
+
and rule exceptions like "régimen" => "regímenes" and "espécimen" => "especímenes".'
|
|
17
19
|
email: bianciottopablo@gmail.com
|
|
18
20
|
executables: []
|
|
19
21
|
extensions: []
|