adparlor-facebook 0.7.8 → 0.8.0

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: b637fbf334dc10d79fd2531642f6ce17bbce13a0
4
- data.tar.gz: 917269d840c8cc43b79ff01df87cc262e6e845bd
3
+ metadata.gz: 98a90d6fdf3898f7019979677b5d1ad37f20ac4c
4
+ data.tar.gz: 82225db3bbce30e34fa014d9126a0bf219b0d54e
5
5
  SHA512:
6
- metadata.gz: 70b32c660eb04a1cb06b6729ab9ea5b0f10d28e5b217e452327dff1c00db9b5a1a151dc253108c48c217e47dac83d55bd7c54c170ba80d7372d8224d026b9223
7
- data.tar.gz: bb42613f36f29a4b073c4899d93e7e5bbb2e5e941609f23c9c3398bc26ec1633fcd0ee84050ba8411ca7cbac0503309a1efd5bf2c5792f9282e26b9e147fa922
6
+ metadata.gz: 8586482f93dc9c423c76948dca66662081c891142bdbb13380e277b5d8486722db2149ed699b73e99cc07e6fa54cb282216324e051ac516a1a1a0d7d4aed8ae9
7
+ data.tar.gz: 7d0305dfef551ff87cbad359b303d63cd82701415bc43114cbb94ae76c7f29fe31a6e327062dff5658c070ae8a53dbb28b2dfbf183a510a36cbd3c5412d7c50a
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.8.0)
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
@@ -3,7 +3,7 @@ module Adparlor
3
3
  module GraphApi
4
4
  module Fields
5
5
  module ReachEstimate
6
- FIELDS = [:bid_estimations, :estimate_ready]
6
+ FIELDS = [:bid_estimations, :estimate_ready, :users]
7
7
  end
8
8
  end
9
9
  end
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.7.8'
3
+ VERSION = '0.8.0'
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.8.0
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-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler