extenso_pt 0.3.1 → 0.3.2
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/extenso_pt/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d277da9320a89a4bd16ae4e79a1f07484e16a267c0fab7d1b487651373a35ec3
|
4
|
+
data.tar.gz: c534dec8d45eda56996589bb0c60dfe60db7ccb036ab56ee9898b07b519126c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6daabf305743e129af66eff3c509c439c51a6e3b28ed9f76bbd1d57eabb2f794d06f945d5b423ad7b7844274bc78380f91bf6c8fe60d30ca077ff44f026a5977
|
7
|
+
data.tar.gz: 49d8ead66a7f369e7878b31c9db0aab66c2247392c127bff06c91830707485c534c7da944fec8dec2c9115462656203c14b67ede662094f96e0c32044eeed8eb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# ExtensoPt
|
2
2
|
|
3
|
-
Produz valores monetários
|
3
|
+
Produz valores monetários por extenso em portugês de portugal ou brasil. Os valores podem ser um numerico ou uma string de digitos. O extenso pode ser produzido na escala longa (utilizada em todos os países lusófonos) ou na escala curta (utilizada no Brasil) [wiki](https://pt.wikipedia.org/wiki/Escalas_curta_e_longa). Pode ainda escolher a moeda e a fração da moeda.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/lib/extenso_pt/version.rb
CHANGED