billimatic-client 0.11.1 → 0.11.2

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: 379b345cbc2571470df16c6cc7acb6677ac1dfe8
4
- data.tar.gz: 74a368a350d66a4b120f520b31ab383837fa8016
3
+ metadata.gz: bf08007f157c5480cd076ac729c6683b6a3d7b61
4
+ data.tar.gz: 6fddf8a7730fef2fdf5c044bc59747c755ce960b
5
5
  SHA512:
6
- metadata.gz: cd304cb60076023a3feda174b55479531c344bdedb4b80b484f43301c8afd7ddce78efeb3b55b08dd145e1213f48a235fede75c6e843c6ee501e129bac116b78
7
- data.tar.gz: bf5522c3a909e4377af229fffe0f0e495e34e430defff6be43614b43668336bf0254fd50174bc4d4dfb1836e8d4b36d0d012eec4baf45b39360e464f55a83149
6
+ metadata.gz: d793b8c539076fba1c0feff809804ff31a49fba23846d3f94d2ec42b9bd2bc73f8491e165c2ca1bfaf31f0f9a82d7023067bb5cd3e817927b8def9f7a0a12528
7
+ data.tar.gz: b59f76eb68cda8764bb7d3cdf00e98ea566f7195c6a70effd4aae3eb563d66ad254053eeaf5dfa9daec1c931dfc559948b19725f372021f0c51ffba19077568e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.11.1)
4
+ billimatic-client (0.11.2)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -25,7 +25,7 @@ GEM
25
25
  diff-lcs (1.2.5)
26
26
  docile (1.1.5)
27
27
  equalizer (0.0.11)
28
- ethon (0.9.0)
28
+ ethon (0.10.1)
29
29
  ffi (>= 1.3.0)
30
30
  ffi (1.9.14)
31
31
  formatador (0.2.5)
@@ -92,7 +92,7 @@ GEM
92
92
  test_notifier (2.0.3)
93
93
  notifier
94
94
  thor (0.19.1)
95
- thread_safe (0.3.5)
95
+ thread_safe (0.3.6)
96
96
  typhoeus (0.8.0)
97
97
  ethon (>= 0.8.0)
98
98
  vcr (3.0.3)
@@ -119,4 +119,4 @@ DEPENDENCIES
119
119
  vcr (~> 3.0)
120
120
 
121
121
  BUNDLED WITH
122
- 1.13.6
122
+ 1.14.6
@@ -3,6 +3,7 @@ module Billimatic
3
3
  class EntityServiceItem < Base
4
4
  attribute :id, Integer
5
5
  attribute :name, String
6
+ attribute :description, String
6
7
  attribute :unit_value, Decimal
7
8
  attribute :units, Decimal
8
9
  attribute :value, Decimal
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.2'
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.1
4
+ version: 0.11.2
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-02-06 00:00:00.000000000 Z
13
+ date: 2017-03-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus