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.
Files changed (1) hide show
  1. metadata +6 -4
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.0
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: ! 'An alpha version of a gem for converting spanish singular nouns into
15
- plural. It works by adding the following methods to String: [:acute, :unacute, :pluralize_spanish,
16
- :is_acute?]. Fails with monosyllable and exceptions like "régimen => regímenes"'
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: []