verificador_boleto_br 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a87666058dacbabd5eb91828b03edb214efebeabfce45f411782a44f3de3003a
4
- data.tar.gz: c994f001e01b68928517956587aa9fb18cb24eeeaaf22802e3d25ac27cd1efdd
3
+ metadata.gz: dc16d90dc9c4bc239a66e912a8ad78c9874a6baf1cfbd6f0c4bd7f3cea91fccc
4
+ data.tar.gz: 7dbe0a2424e6cdc2fe60197a0641e858fad92d1b9ef710fe49d6bf2e4e38d433
5
5
  SHA512:
6
- metadata.gz: 0fee0f0540f418c6fc423b86d115cfa7ac1f92924327dc258821e894e5d3d53521fea38329e5bb833d9cfad3778d1b64ac09ac14690b9e82a8bcace797499710
7
- data.tar.gz: ba06d388ad5c2fe03596c606c313eadf0ced5cf86155593e162150a8a351f41aec4cfdf6a9424ba58a8249142527d208bd5f41ae3c23f4302dcb433c7df1708d
6
+ metadata.gz: d95f95e1cfbfc3e4a0eaddb08e2004fafa30576ff252cada66939ef9fe4b1b7e6917997a01b80c07d664b34274c1a048d82d42dbd8d5f7101305f83cd983a880
7
+ data.tar.gz: 51d16743717178e8798a3396d9e0cd9e7aa622dd31df8e8c6ae70a6995dfa6d76da71ebc4fcdd0998b14d1357c09b5b4da824fea13cf6580238b43a1d2d122cb
data/README.md CHANGED
@@ -84,7 +84,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
84
84
 
85
85
  ## Contributing
86
86
 
87
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/VerificadorBoletoBr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
87
+ Bug reports and pull requests are welcome on GitHub at https://github.com/Hamdan85/VerificadorBoletoBr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
88
88
 
89
89
  ## License
90
90
 
@@ -2789,6 +2789,11 @@
2789
2789
  "code": "0295",
2790
2790
  "dealership": "VIVO-RN"
2791
2791
  },
2792
+ {
2793
+ "segment": 4,
2794
+ "code": "8006",
2795
+ "dealership": "VIVO-MG"
2796
+ },
2792
2797
  {
2793
2798
  "segment": 4,
2794
2799
  "code": "0370",
@@ -1,3 +1,3 @@
1
1
  module VerificadorBoletoBr
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verificador_boleto_br
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Hamdan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-29 00:00:00.000000000 Z
11
+ date: 2019-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler