boletosimples 0.2.2 → 0.2.3

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: 17f2365a34061b7ab882790ebcfc88d82b538330
4
- data.tar.gz: ab78d64b564c6df9fcf3c12b1aafc158e4f607b7
3
+ metadata.gz: fc7346c3818b799478a193178acb397bbfd591ff
4
+ data.tar.gz: 861d14ded9f361bf0483db3cee6dd6c614dfb41d
5
5
  SHA512:
6
- metadata.gz: 3e75fce8f07f2ee58d93d96aba3bd7938207cb88beab6a8abbe0dd14ded7d75240b6780c8cabb58b6ff30eaa34962175d2fcc636b5c7d834d33a21619661b90c
7
- data.tar.gz: ec1d7073526605a7fedf983858cc6fad7c0226a65635de274e86a113dc8c170d91f2799f06cd7ccb2a0da946e975178fb71caef752abc0fe5ae607c41f4a690b
6
+ metadata.gz: 1ff2b4ae77e4872db96bc6eac0b59149b8d7da389ef1b900d0535af0989c3e76fc1db7fdd4bb36cc45585ff90c07faccb55c586087a7dbfcf1e846e1a140e77a
7
+ data.tar.gz: 744e00303962989eebe356a2c2ed4333d62b2b6af9ec7725adf69052d9fef37e958572a4334b68726491139b9c71dc82a4b7404e64e50e3b45ff28e87bcb98d4
@@ -59,7 +59,7 @@ module BoletoSimples
59
59
  end
60
60
 
61
61
  # Because Her set the api on the moment module is included we need to call use_api again, after changing the configuration.
62
- [BankBillet, Customer, Transaction, Partner::User].each do |klass|
62
+ [BankBillet, BankBilletAccount, Customer, Transaction, Partner::User].each do |klass|
63
63
  klass.send(:use_api, Her::API.default_api)
64
64
  end
65
65
  end
@@ -1,3 +1,3 @@
1
1
  module BoletoSimples
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
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.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kivanio Barbosa
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-04-01 00:00:00.000000000 Z
13
+ date: 2015-06-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: her