adparlor-facebook 0.7.9 → 0.8.0

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: 10c0274d1f60991b65b922b3f6a0143778584179
4
- data.tar.gz: dc838d8d8c61c7285ba11499e96bfc493484ea94
3
+ metadata.gz: 98a90d6fdf3898f7019979677b5d1ad37f20ac4c
4
+ data.tar.gz: 82225db3bbce30e34fa014d9126a0bf219b0d54e
5
5
  SHA512:
6
- metadata.gz: 2dd2596d33fad66042172b1bba6f057da80b31328b89a313575d599aea1c5fb1a4cd913c9592c5b368a4f081ec8173541244da35e5525cf34c42787b63ae4368
7
- data.tar.gz: fa82d8e6f401ef27c44c0f93a02863638c248a1d9c49eedb344047857653dfa3f30dc2a9b3dc2b8295a7d84bc6c98610b40ad851a4c7bbdf7a12f39f88c8ebbc
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.9)
4
+ adparlor-facebook (0.8.0)
5
5
  faraday
6
6
  faraday_middleware
7
7
  httpclient
@@ -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.9'
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.9
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-17 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