active_campaign_webhooks 0.3.3 → 0.3.4

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
  SHA256:
3
- metadata.gz: 06c9de491d4e052ac71ea20aee18512e039cf6b82f05653403eabaf97db85c99
4
- data.tar.gz: 37afd8e4ba9a7a9434ab05d25ab207842178435b929e52ece613cfe5cf3f57e5
3
+ metadata.gz: 719d0297693cf4121ca411e72fd195613d76917d30a7daef4a617a59f983c232
4
+ data.tar.gz: 38e18a44a3a714d7735cbf5fdf3deddae168f24d9380d80ef48ad7654c48d10d
5
5
  SHA512:
6
- metadata.gz: 29d5bd7e4f0b216176c663e77c97d2d400895bdbbe765a84276449ab59d96e5e9e13d7bc0f383bc7d969f3f321b55d1f1b8303457d63e0bc6030bf88ac5a206e
7
- data.tar.gz: 93c7649201c93d8b7dbe468140f0492699bcde677f6dfa8a856e4506c79077044e2c53c6d28a8f5478a510d92a4bdbb6d25a2294344f0dce2501e0e79a108422
6
+ metadata.gz: 622e15c68f7136fc1670a289640b6ef6f2759bd457296adfb01e88a39ef25d91033622147417715f8642bcc6df3790ada9194134a03db6bf8f7a60e3ed59c294
7
+ data.tar.gz: 16069b4c9c5d98db2e5f5fe9d8836f6226f2f8c47c06253ce7e549b2bf9016acfdcb4ba724260739fdfe84546bd5bf43a9216e5bcc4a3c90aed71e4cd4210c6d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_campaign_webhooks (0.3.3)
4
+ active_campaign_webhooks (0.3.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -47,8 +47,8 @@ module ActiveCampaign
47
47
  attribute :contact_email
48
48
  # @return [String]
49
49
  attribute :contact_avatar
50
- # @return [Float]
51
- attribute :age, :Float
50
+ # @return [DateTime]
51
+ attribute :age, :DateTime
52
52
  # @return [Float]
53
53
  attribute :value, :Float
54
54
  # @return [String]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveCampaign
4
4
  module Webhooks
5
- VERSION = '0.3.3'
5
+ VERSION = '0.3.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_campaign_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Boyne