adparlor-facebook 0.7.0 → 0.7.1

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: 36cd38eb2d2895870110416ad5059b15ec469e7f
4
- data.tar.gz: ac38857e82cdc8a08e64b48b5dd862e322867c93
3
+ metadata.gz: f1d7f88f3a9c2ee3fcbeede567bd67c6f1597982
4
+ data.tar.gz: 70f283bfc8148885713ad3833c68ec265958b82b
5
5
  SHA512:
6
- metadata.gz: d1d57d9a0e8ad53cdfc9ff96f3e3d07fe806b99ad383e61d004e6938af2ce1e981b6c4082a53d455b096e7053cd4428fd1b2eff40efcc50bc81610b9c9253060
7
- data.tar.gz: 74d300d90a0d5eb5b2bd2dc0332b457caf0b6c10d32b2dddc9633b70a97513579df78db5e29af4eb45f70e7d2a06c5b8e721589a4855d6c081d71735deb2b0ba
6
+ metadata.gz: ed5e74e451c01dc04cbda443c0661c41accda6b26531bdb44e92d132dc81af86505306e2db845a2cf0b456cfe8ff386b7b103cd4a9ea240dffa75cd32f38c939
7
+ data.tar.gz: 002edd309c26367c782da05743baa0d6e21ca18025e9e252e9d702679510b51359db1a7502224c11c3e825abce8fb9cbb9c0888abb0b7091dc51c1a002165cd4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.7.0)
4
+ adparlor-facebook (0.7.1)
5
5
  faraday
6
6
  faraday_middleware
7
7
  httpclient
@@ -20,7 +20,8 @@ module Adparlor
20
20
  :spend_cap,
21
21
  :budget_rebalance_flag,
22
22
  :pacing_type,
23
- :bid_strategy
23
+ :bid_strategy,
24
+ :special_ad_category
24
25
  ]
25
26
  CREATE_FIELDS = [
26
27
  :name,
@@ -31,7 +32,8 @@ module Adparlor
31
32
  :spend_cap,
32
33
  :execution_options,
33
34
  :adlabels,
34
- :budget_rebalance_flag
35
+ :budget_rebalance_flag,
36
+ :special_ad_category
35
37
  ]
36
38
  UPDATE_FIELDS = [
37
39
  :name,
@@ -40,7 +42,8 @@ module Adparlor
40
42
  :spend_cap,
41
43
  :execution_options,
42
44
  :adlabels,
43
- :budget_rebalance_flag
45
+ :budget_rebalance_flag,
46
+ :special_ad_category
44
47
  ]
45
48
  end
46
49
  end
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.7.0'
3
+ VERSION = '0.7.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adparlor-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kel Stopper
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-01-06 00:00:00.000000000 Z
12
+ date: 2020-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler