active_campaign_webhooks 0.3.5 → 0.3.6

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
  SHA256:
3
- metadata.gz: 3c47c35aab81851fc5f730d590aa27c5057e6c8eab637611c79ad932541a5c29
4
- data.tar.gz: ead058e76b7e9a96a3e500b2b1d76dbb0b4c217aeb28e3f5946d25baab923868
3
+ metadata.gz: 859504f75153d3bfe3864ca9167b30f581c47ec97c2e2fdbe33a310ed0ecd6fa
4
+ data.tar.gz: e4e2aa2f303a3f330faae1fc4d54afd2725cecd49584e22cfb2dd778b8777740
5
5
  SHA512:
6
- metadata.gz: a3b2ab0573d943e10e8bafe1f88756fda4069f6c939fcd6556a7c0673975968373fca74e09108960257077c45f5f97d6ad1471e7a7bbc9b2f7e05833a07e18cd
7
- data.tar.gz: 48eb7023976716415f360395264ae56537e119bd94191297da7a325d9f773ecde4b72059354428597c9d17d25fa59df4649fd68861289643ec69e2be9a560aa7
6
+ metadata.gz: e7b80f0a391c1fca45e7778e0b9d2dd1c9d5b1f63a4020b75ecca21c784ff4fd5b79e0c6903b0e20c1d7ea1b8ccbf1ab130cd0ed7129b3d1019f0a8039d82ae0
7
+ data.tar.gz: '059af66f4e64ff35086bbe4208b0aef050a58d7ca20853f8ef8a9d622150ffd75539503fa32076641a9090c1e6680f831053bd858c7badc038ed2e90900fc19a'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_campaign_webhooks (0.3.5)
4
+ active_campaign_webhooks (0.3.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -7,6 +7,8 @@ module ActiveCampaign
7
7
  class DealUpdateRequest < BaseRequest
8
8
  # @return [Deal]
9
9
  attribute :deal, :Deal
10
+ # @return [Contact]
11
+ attribute :contact, :Contact
10
12
  # @return [Hash]
11
13
  attribute :updated_fields
12
14
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveCampaign
4
4
  module Webhooks
5
- VERSION = '0.3.5'
5
+ VERSION = '0.3.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_campaign_webhooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Boyne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-11 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: