infobeep 0.1.1 → 0.1.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: 1587ca94de8b7d9a015391b3018d379842b66a31
4
- data.tar.gz: f9888c6361093ca34e1f36b05be7e930a67d36b5
3
+ metadata.gz: 724504a40c9fe0d52d1aca9e8f9018e126dc2267
4
+ data.tar.gz: dee51eebb7e59cbdef66030658191ca0b19806f8
5
5
  SHA512:
6
- metadata.gz: 035a669989722c7dae9479dca0e90fdb8bcdce5a859b155ee4e8a0883f2a27e554f1fd56e5aae1ed00ae4e651c0edc7509b88de689a2a9ff77077a138bc8073a
7
- data.tar.gz: 0a5fd0ba388609a7ba4d263bb4d5fe6898c6f1188b8582729e5639a381a79859c4f04282530faa3c639a78021d89b1e04d58595e19b5422a6ba2c56492c45fd3
6
+ metadata.gz: fccbf840a37ecade898e66bea0aaf820be9b8e5727d052d1ae8104f5e1a8fdc31f766320e3802756ab1f9eb37e924fc29ebbcb94999b110b69f3d3a960a416c5
7
+ data.tar.gz: cf0423d146c295dc44c47e0157d6afc1b5e9bb6847cc37ef3b6e7e080793af6d587ae94d2c0158caa09c9cc3e6ea647d9e09ce720e89992a30b305acab45b176
@@ -3,7 +3,7 @@ require 'json'
3
3
  module Infobeep
4
4
 
5
5
  class Model
6
- include ::Virtus.model
6
+ include ::Virtus.model(nullify_blank: true)
7
7
 
8
8
  def hash_attributes
9
9
  attributes
@@ -74,8 +74,7 @@ module Infobeep
74
74
  attribute :bulkId, String
75
75
  attribute :messageId, String
76
76
  attribute :to, String
77
- attribute :from, String
78
- attribute :text, String
77
+ attribute :callbackData, String
79
78
  attribute :sentAt, DateTime
80
79
  attribute :doneAt, DateTime
81
80
  attribute :smsCount, Integer
@@ -1,3 +1,3 @@
1
1
  module Infobeep
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infobeep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Favourite Onwuemene
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-27 00:00:00.000000000 Z
11
+ date: 2017-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler