adparlor-facebook 0.7.6 → 0.7.7

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: 96e2fd16d2fbc16d40c14e6003c35795e4f9fb2e
4
- data.tar.gz: 7a4edd3284a8a0f36074e2920f595b86498e6bd0
3
+ metadata.gz: e0f81aadb68bd203b56e77fa281661966483ee11
4
+ data.tar.gz: 7dc5ce968e88c5168ee2c64035f11ee9246c30b3
5
5
  SHA512:
6
- metadata.gz: 7f27d39e710fff1e503b9842a5a281432b20163e08f593ed04a5accae4bdd2f6f03336e86abfb92c5ac57f2fc0f3abded76f32e98ac9f8e9adf032fd7bb5bc90
7
- data.tar.gz: a9bc4a37679d10710bfe04d9c87859d4f78b30640445dfc2a3af050fc2b2251337b385b9d18e6d4ee1fcbba1d28595dff4046d2980f4a322caa4e3912d77ebdd
6
+ metadata.gz: d60b32731d8023d052e930f94e6db5b48175607c8612d1be440c1c16ad86feb14e38782f0fbb300f79e5edf7e2c6f5cf5043d2a7dcff3a43e92863d457ad8bd8
7
+ data.tar.gz: dc956cb35b0118ca2311fd2200404cacc6f8d361194b66e069618636822a2b2f4f054feaaf076ea6263cf9c08a6ad5d2fd37098f69d67fe9b5110f0ecf587127
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.7.6)
4
+ adparlor-facebook (0.7.7)
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 = 'v12.0'
7
+ config.api_version = 'v14.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 = 'v12.0'
18
+ @api_version = 'v14.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.6'
3
+ VERSION = '0.7.7'
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.6
4
+ version: 0.7.7
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: 2022-02-08 00:00:00.000000000 Z
12
+ date: 2022-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler