billimatic-client 0.11.0 → 0.11.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: 1297fda9d03ab235fd5eaeb03aee250b918a2b13
4
- data.tar.gz: c80a98d7e4ab0dcd3181e247b965eed32067149c
3
+ metadata.gz: 379b345cbc2571470df16c6cc7acb6677ac1dfe8
4
+ data.tar.gz: 74a368a350d66a4b120f520b31ab383837fa8016
5
5
  SHA512:
6
- metadata.gz: 11df2fc3044d4c44a23d443f0d62de1b04ee891050afb72ce01a574297da741cf972690823686094bf5e47de23bb73d4dcdfbf922a4cb6f3e57c39e0d6a6ea0d
7
- data.tar.gz: 04f0ad928ef2054e63809751e42c1fc49720f0ef83ac91e38d38aadfc0ea153f49e445cf518df30f615ac7c81d377a2bcd4d56cd0a8cde2b1305fbf11ecc7dce
6
+ metadata.gz: cd304cb60076023a3feda174b55479531c344bdedb4b80b484f43301c8afd7ddce78efeb3b55b08dd145e1213f48a235fede75c6e843c6ee501e129bac116b78
7
+ data.tar.gz: bf5522c3a909e4377af229fffe0f0e495e34e430defff6be43614b43668336bf0254fd50174bc4d4dfb1836e8d4b36d0d012eec4baf45b39360e464f55a83149
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.11.0)
4
+ billimatic-client (0.11.1)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -6,6 +6,7 @@ module Billimatic
6
6
  attribute :name, String
7
7
  attribute :company_name, String
8
8
  attribute :cnpj, String
9
+ attribute :state_inscription, String
9
10
  attribute :address, String
10
11
  attribute :number, String
11
12
  attribute :zipcode, String
@@ -13,6 +13,10 @@ module Billimatic
13
13
  attribute :trial_period, Integer
14
14
  attribute :redirect_url, String
15
15
  attribute :features, Array[PlanFeature]
16
+ attribute :readjustment_will_be_created, Boolean
17
+ attribute :readjustment_month_quantity, Integer
18
+ attribute :price_index, String
19
+ attribute :readjustment_days_until_update, Integer
16
20
  attribute :emites_service_values_id, Integer
17
21
  attribute :emites_service_value_name, String
18
22
  attribute :cobrato_billet_charge_config_id, Integer
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.1'
3
3
  end
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.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Tassinari de Oliveira
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-01-18 00:00:00.000000000 Z
13
+ date: 2017-02-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus