extenso_pt 0.3.5 → 0.3.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e29718371046dd87cacb873d167709e01d0a52351987340e35cd38963d302749
4
- data.tar.gz: d05814a9481a4c9b800c275867d288253dc46bf765c40c86c8684ab137cb6641
3
+ metadata.gz: 778117341dcd48da6011bfc6f1f3ca34511064515df9240ede6021b47d9b91ee
4
+ data.tar.gz: 7a6eb002907a0a914918ac3877f6b3f2508400e110622fdb51cd2f6543a77072
5
5
  SHA512:
6
- metadata.gz: 3f7791ba43642537d37ebcc1945488aa12c4aa918a5f960da07b0d37a35af2355847bee7db53c3732e83a0d6eb00833464ac7d62767517a2bfcaf767d5eb8fea
7
- data.tar.gz: dbdc69c91dae38cdebc161b0e22dc9bce719cc168bc0f327beba556cdb527e37261144fad19957b970a5ca223ef49a4651523e64880bca027f807dda85035462
6
+ metadata.gz: 7e4eea87975ca45e1cd3453bc00b3ad21c95bf97157bf69a33a95833139bf3272330f79e6ff30145c4afc5581b0b968042227a3d254b7b45de4e6c52f48b852e
7
+ data.tar.gz: b0839002679c86e14b4251e91c48cfc4fef07a014da3c8e9757c5e7801f0f9f7200548c9ea011b4a11ac6f9f80eae87596f74c32e8b9a28e364b68fa1f849fac
data/.travis.yml CHANGED
@@ -4,3 +4,4 @@ language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
6
  - 2.6.3
7
+ script: bundle exec rake test
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- extenso_pt (0.3.5)
4
+ extenso_pt (0.3.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ExtensoPt
1
+ # ExtensoPt [![Build Status](https://travis-ci.org/hernanilr/extenso_pt.svg?branch=master)](https://travis-ci.org/hernanilr/extenso_pt)
2
2
 
3
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
 
@@ -1,3 +1,3 @@
1
1
  module ExtensoPt
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extenso_pt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz