billimatic-client 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6721a4f2527b6decd916b3190a827fd0abbddb5
4
- data.tar.gz: bdcaef77184ee64df92db55a0b82b8eb9824d5db
3
+ metadata.gz: c34e68b11965a3010f908fe72dfe651e7df76ab3
4
+ data.tar.gz: adb594437e01c05a0d749630b7ac47c1651c51c3
5
5
  SHA512:
6
- metadata.gz: 807cb2f66eb54efc36518e3a6736d7ab59e8793dbb7a599d228a24757997924b84749669e1eea67110713395128343c3ee6235fec11804779d6a2d29745a1c3a
7
- data.tar.gz: d9384ee1fd6f88fcb824286a5fce0fcc5c7dc13997654443b5154f25b65543ad01568a9325a0cddec2f4ad13ccf4c6ae852058fe6d088e3d0703b2794360d61a
6
+ metadata.gz: 27556f581cfe5ffd5e4bb8ac591e0a73361f29df838640d4485685f6dc1407d08c73c12bff52ca9ba8e2c59aee3e28755b24156bfcae224118c71fb1716008db
7
+ data.tar.gz: 59d1975aa01dff58164b7ea9b7f950f7dbf38ba8d924d661a49a0c063b723e52829b2b7e8c1190913f9e15d31837f7cb1f86025e1448ac31e84fe69ed23c7bfc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- billimatic-client (0.2.1)
4
+ billimatic-client (0.3.0)
5
5
  multi_json (~> 1.11)
6
6
  typhoeus (~> 0.8)
7
7
  virtus (~> 1.0.5)
@@ -18,6 +18,7 @@ module Billimatic
18
18
  attribute :kind, String
19
19
  attribute :registration_method, String
20
20
  attribute :overdue, Boolean
21
+ attribute :valid_until, Date
21
22
  attribute :status, String
22
23
  attribute :plan, Plan
23
24
  end
@@ -1,3 +1,3 @@
1
1
  module Billimatic
2
- VERSION = '0.2.1'
2
+ VERSION = '0.3.0'
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.2.1
4
+ version: 0.3.0
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: 2016-06-24 00:00:00.000000000 Z
13
+ date: 2016-07-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus