adparlor-facebook 0.7.3 → 0.7.4

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: 7cfd8c359dfe9d9cb59ca12fa84a17da188c6c0c
4
- data.tar.gz: 6ecf3f296dc9ed25b08635687998cb8fe6baeeaa
3
+ metadata.gz: d26bc9b1bd8581314633405bc672734f54a0c0e9
4
+ data.tar.gz: 8f61d0d398efa265e8a6f8e278f7fccb288bbee6
5
5
  SHA512:
6
- metadata.gz: 48a396ac7018c3410e77a2d44c5d21472b6c651b440e78c2c5544bb3b5e242d5d44a7bdf6995608068e1d8f148ba0c6edd7e84db8187c339d08dfa3453ba0c3a
7
- data.tar.gz: a9722efc1f5957d35721417b9ef67effbfc4c1b232674285b8f0159b77860d7f7159a0f2034d80258c4b0b1018d7699be18b7798b2fb653b27b892370daac2b8
6
+ metadata.gz: 9b247d1692550e45c1fb5232be26b24e2a374d731184aa2a5041d65a705dc9c0cc5768a738e561b2020f017cc9ea3f8858c37323e8a3be013e6840613ae8666e
7
+ data.tar.gz: 601503ba313e9f11b00d0ab87a3b69e6851cd68b6e1d1a1277044710c7250eb931524687e8ac6e49e510962f217997806f3c498e10daf60878f3fdc3c4e0d2cb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.7.3)
4
+ adparlor-facebook (0.7.4)
5
5
  faraday
6
6
  faraday_middleware
7
7
  httpclient
data/bin/console CHANGED
@@ -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 = 'v7.0'
7
+ config.api_version = 'v9.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 = 'v7.0'
18
+ @api_version = 'v9.0'
19
19
  @base_uri = 'https://graph.facebook.com'
20
20
  @proxy_api_key = nil
21
21
  end
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.7.3'
3
+ VERSION = '0.7.4'
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.3
4
+ version: 0.7.4
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-09-26 00:00:00.000000000 Z
12
+ date: 2021-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler