billimatic-client 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +1 -1
- data/lib/billimatic/entities/invoice_rule.rb +1 -0
- data/lib/billimatic/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: 12d7c133796d5ca0e3106ae22054864d5ab48b36
|
4
|
+
data.tar.gz: e2048ce802c10120ba3a83b5888944e9bc753003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b550fbb12e10a4986ac8598f56b66700ddd111a88ffca073e874109fc457af87f9a2c8f1fee0b002383bcc96d1f007e4d5c907311edee0c3f36062e1cfc44df9
|
7
|
+
data.tar.gz: ec5080d4cb8889279c83977715fb893e508615cfd54a44e993c709d9f90d41df5aa95e4c6f22e2721e1ddb5089de46c60c69c1a9248ab5816fc3c2e11b637b80
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -25,6 +25,7 @@ module Billimatic
|
|
25
25
|
attribute :automatic_email_template_id, Integer
|
26
26
|
attribute :notification_ruler_id, Integer
|
27
27
|
attribute :notify_customer, Boolean
|
28
|
+
attribute :apply_negative_updates, Boolean
|
28
29
|
attribute :services, Array[Service]
|
29
30
|
attribute :additional_information, Hash
|
30
31
|
attribute :scheduled_updates, Array[Hash]
|
data/lib/billimatic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: billimatic-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Tassinari de Oliveira
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: exe
|
14
14
|
cert_chain: []
|
15
|
-
date: 2018-
|
15
|
+
date: 2018-10-17 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: typhoeus
|