adparlor-facebook 0.7.8 → 0.7.9

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: b637fbf334dc10d79fd2531642f6ce17bbce13a0
4
- data.tar.gz: 917269d840c8cc43b79ff01df87cc262e6e845bd
3
+ metadata.gz: 10c0274d1f60991b65b922b3f6a0143778584179
4
+ data.tar.gz: dc838d8d8c61c7285ba11499e96bfc493484ea94
5
5
  SHA512:
6
- metadata.gz: 70b32c660eb04a1cb06b6729ab9ea5b0f10d28e5b217e452327dff1c00db9b5a1a151dc253108c48c217e47dac83d55bd7c54c170ba80d7372d8224d026b9223
7
- data.tar.gz: bb42613f36f29a4b073c4899d93e7e5bbb2e5e941609f23c9c3398bc26ec1633fcd0ee84050ba8411ca7cbac0503309a1efd5bf2c5792f9282e26b9e147fa922
6
+ metadata.gz: 2dd2596d33fad66042172b1bba6f057da80b31328b89a313575d599aea1c5fb1a4cd913c9592c5b368a4f081ec8173541244da35e5525cf34c42787b63ae4368
7
+ data.tar.gz: fa82d8e6f401ef27c44c0f93a02863638c248a1d9c49eedb344047857653dfa3f30dc2a9b3dc2b8295a7d84bc6c98610b40ad851a4c7bbdf7a12f39f88c8ebbc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.7.8)
4
+ adparlor-facebook (0.7.9)
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 = 'v14.0'
7
+ config.api_version = 'v16.0'
8
8
  end
9
9
 
10
10
  # You can add fixtures and/or initialization code here to make experimenting
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.7.8'
3
+ VERSION = '0.7.9'
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.8
4
+ version: 0.7.9
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: 2023-04-15 00:00:00.000000000 Z
12
+ date: 2023-04-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler