adparlor-facebook 0.7.2 → 0.7.3

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
  SHA1:
3
- metadata.gz: fd811b4f7a6771b5e6e3a9f7b8fa27b7f0a223fa
4
- data.tar.gz: fc8d8e21ea10fb8f37bdca098f85753e40b855c9
3
+ metadata.gz: 7cfd8c359dfe9d9cb59ca12fa84a17da188c6c0c
4
+ data.tar.gz: 6ecf3f296dc9ed25b08635687998cb8fe6baeeaa
5
5
  SHA512:
6
- metadata.gz: 64cd017c3a26e665f52fc85e4d9f1a92a3587ad5900e330064e6dc8c1a7603c26ac332d272298342ed90930620a01413f37dfc7387e18e01374f764c1eae634b
7
- data.tar.gz: a1525607f742180595fc53875f4664d0ece24b1187a6aa72db429c5ad0687616bcd7b81d2c509129ea16633f06cbe9391e8b95b90a4fe089fc6743e5f31475b0
6
+ metadata.gz: 48a396ac7018c3410e77a2d44c5d21472b6c651b440e78c2c5544bb3b5e242d5d44a7bdf6995608068e1d8f148ba0c6edd7e84db8187c339d08dfa3453ba0c3a
7
+ data.tar.gz: a9722efc1f5957d35721417b9ef67effbfc4c1b232674285b8f0159b77860d7f7159a0f2034d80258c4b0b1018d7699be18b7798b2fb653b27b892370daac2b8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.7.2)
4
+ adparlor-facebook (0.7.3)
5
5
  faraday
6
6
  faraday_middleware
7
7
  httpclient
@@ -4,7 +4,7 @@ require 'bundler/setup'
4
4
  require 'adparlor/facebook'
5
5
 
6
6
  Adparlor::Facebook.configure do |config|
7
- config.api_version = 'v5.0'
7
+ config.api_version = 'v7.0'
8
8
  end
9
9
 
10
10
  # You can add fixtures and/or initialization code here to make experimenting
@@ -15,7 +15,7 @@ module Adparlor
15
15
  attr_accessor :proxy_api_key
16
16
 
17
17
  def initialize
18
- @api_version = 'v5.0'
18
+ @api_version = 'v7.0'
19
19
  @base_uri = 'https://graph.facebook.com'
20
20
  @proxy_api_key = nil
21
21
  end
@@ -21,7 +21,7 @@ module Adparlor
21
21
  :budget_rebalance_flag,
22
22
  :pacing_type,
23
23
  :bid_strategy,
24
- :special_ad_category,
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
- :budget_rebalance_flag,
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
- :budget_rebalance_flag,
50
- :special_ad_category,
48
+ :special_ad_categories,
51
49
  :daily_budget,
52
50
  :lifetime_budget
53
51
  ]
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.7.2'
3
+ VERSION = '0.7.3'
4
4
  end
5
5
  end
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.2
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-05-27 00:00:00.000000000 Z
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: []