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 +4 -4
- data/lib/boletosimples/configuration.rb +1 -1
- data/lib/boletosimples/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc7346c3818b799478a193178acb397bbfd591ff
|
|
4
|
+
data.tar.gz: 861d14ded9f361bf0483db3cee6dd6c614dfb41d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
13
|
+
date: 2015-06-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: her
|