billimatic-client 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/billimatic/entities/company.rb +1 -0
- data/lib/billimatic/entities/plan.rb +4 -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: 379b345cbc2571470df16c6cc7acb6677ac1dfe8
|
4
|
+
data.tar.gz: 74a368a350d66a4b120f520b31ab383837fa8016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd304cb60076023a3feda174b55479531c344bdedb4b80b484f43301c8afd7ddce78efeb3b55b08dd145e1213f48a235fede75c6e843c6ee501e129bac116b78
|
7
|
+
data.tar.gz: bf5522c3a909e4377af229fffe0f0e495e34e430defff6be43614b43668336bf0254fd50174bc4d4dfb1836e8d4b36d0d012eec4baf45b39360e464f55a83149
|
data/Gemfile.lock
CHANGED
@@ -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
|
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.11.
|
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-
|
13
|
+
date: 2017-02-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: typhoeus
|