adparlor-facebook 0.7.2 → 0.7.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/bin/console +1 -1
- data/lib/adparlor/facebook/config.rb +1 -1
- data/lib/adparlor/facebook/graph_api/fields/campaign.rb +3 -5
- data/lib/adparlor/facebook/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cfd8c359dfe9d9cb59ca12fa84a17da188c6c0c
|
|
4
|
+
data.tar.gz: 6ecf3f296dc9ed25b08635687998cb8fe6baeeaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48a396ac7018c3410e77a2d44c5d21472b6c651b440e78c2c5544bb3b5e242d5d44a7bdf6995608068e1d8f148ba0c6edd7e84db8187c339d08dfa3453ba0c3a
|
|
7
|
+
data.tar.gz: a9722efc1f5957d35721417b9ef67effbfc4c1b232674285b8f0159b77860d7f7159a0f2034d80258c4b0b1018d7699be18b7798b2fb653b27b892370daac2b8
|
data/Gemfile.lock
CHANGED
data/bin/console
CHANGED
|
@@ -21,7 +21,7 @@ module Adparlor
|
|
|
21
21
|
:budget_rebalance_flag,
|
|
22
22
|
:pacing_type,
|
|
23
23
|
:bid_strategy,
|
|
24
|
-
:
|
|
24
|
+
:special_ad_categories,
|
|
25
25
|
:daily_budget,
|
|
26
26
|
:lifetime_budget
|
|
27
27
|
]
|
|
@@ -34,8 +34,7 @@ module Adparlor
|
|
|
34
34
|
:spend_cap,
|
|
35
35
|
:execution_options,
|
|
36
36
|
:adlabels,
|
|
37
|
-
:
|
|
38
|
-
:special_ad_category,
|
|
37
|
+
:special_ad_categories,
|
|
39
38
|
:daily_budget,
|
|
40
39
|
:lifetime_budget
|
|
41
40
|
]
|
|
@@ -46,8 +45,7 @@ module Adparlor
|
|
|
46
45
|
:spend_cap,
|
|
47
46
|
:execution_options,
|
|
48
47
|
:adlabels,
|
|
49
|
-
:
|
|
50
|
-
:special_ad_category,
|
|
48
|
+
:special_ad_categories,
|
|
51
49
|
:daily_budget,
|
|
52
50
|
:lifetime_budget
|
|
53
51
|
]
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adparlor-facebook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kel Stopper
|
|
8
8
|
- Lukas Beaton
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-09-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -370,7 +370,7 @@ homepage: http://adparlor.com
|
|
|
370
370
|
licenses:
|
|
371
371
|
- MIT
|
|
372
372
|
metadata: {}
|
|
373
|
-
post_install_message:
|
|
373
|
+
post_install_message:
|
|
374
374
|
rdoc_options: []
|
|
375
375
|
require_paths:
|
|
376
376
|
- lib
|
|
@@ -385,9 +385,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
- !ruby/object:Gem::Version
|
|
386
386
|
version: '0'
|
|
387
387
|
requirements: []
|
|
388
|
-
rubyforge_project:
|
|
388
|
+
rubyforge_project:
|
|
389
389
|
rubygems_version: 2.5.2
|
|
390
|
-
signing_key:
|
|
390
|
+
signing_key:
|
|
391
391
|
specification_version: 4
|
|
392
392
|
summary: A ruby implementation of the facebook sdk
|
|
393
393
|
test_files: []
|