boletosimples 0.3.0 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3e09c435a49c52e1b9e4691d0b9320d86dcd16d
4
- data.tar.gz: 5a2725956f5c83437dfe28a16536cd5332620bc7
3
+ metadata.gz: cec6e36da74f8575199f3f49c90982ca623a8c62
4
+ data.tar.gz: e0f17f8fd39c36da2ecc6d19ecbe104d7ac82386
5
5
  SHA512:
6
- metadata.gz: 28df07194a9a66a8f4bc96f1163ca52cb8962a9d3acf02b09d9ae310cb222a2fcabebea637665e57d572a4f665a884497043f3d2cbcf71747486aa05b8204cc4
7
- data.tar.gz: 44c8490a7c5fe326214f71476c8289d0d0d56521301536cc6933aaa56cf438b5629ee08921eb044b2965df913947eb88ed14bd5a02b3eafdf89e8c0d54625d0c
6
+ metadata.gz: 561ec390a91dea36b12b8864d2ffdcd810c021b3f6572c9da360c1ac27dbca49f7dfcee76ce48170d443f5140cd0b3b5c73fa81b6be491ba12ff4b0d5e6578c3
7
+ data.tar.gz: 1e328b9815b30fea86c37b97d07180046e5a5b4e42a4e6a706f202f60d31649430610651a56749d6ab56b2ac12c3769a8ec58b44086311042b2b9957c79914ba
@@ -60,7 +60,8 @@ module BoletoSimples
60
60
  end
61
61
 
62
62
  # Because Her set the api on the moment module is included we need to call use_api again, after changing the configuration.
63
- [BankBillet, BankBilletAccount, Customer, Transaction, Partner::User].each do |klass|
63
+ [BankBillet, BankBilletAccount, Customer, Transaction, Partner::User,
64
+ Webhook, Discharge, Remittance, WebhookDelivery, Event].each do |klass|
64
65
  klass.send(:use_api, Her::API.default_api)
65
66
  end
66
67
  end
@@ -1,3 +1,3 @@
1
1
  module BoletoSimples
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boletosimples
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kivanio Barbosa