adparlor-facebook 0.6.6 → 0.7.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: c5029749caa37e4a656ab91e752cefe067f8e8df
4
- data.tar.gz: d655c4094bfb60cdeca5f5e8e77001b27653cd88
3
+ metadata.gz: 36cd38eb2d2895870110416ad5059b15ec469e7f
4
+ data.tar.gz: ac38857e82cdc8a08e64b48b5dd862e322867c93
5
5
  SHA512:
6
- metadata.gz: d8bab5f9485bd8cd745f6fd498a9552a8a6bc537a3f66d3e4b9c5eb99e25231a5e17d2f84c65bf1a5402cb064cbbd2da17bf9aac6c352a77c31fdca3a8af7055
7
- data.tar.gz: cace4a0624ebf41e90c30a351011f5fda8c83f9b310d85fcbc4259ccd12d6148d85ac33bc58f5f960396b2e9030a1daab9d7579cc48d219aa7e8c7eb4d9ba778
6
+ metadata.gz: d1d57d9a0e8ad53cdfc9ff96f3e3d07fe806b99ad383e61d004e6938af2ce1e981b6c4082a53d455b096e7053cd4428fd1b2eff40efcc50bc81610b9c9253060
7
+ data.tar.gz: 74d300d90a0d5eb5b2bd2dc0332b457caf0b6c10d32b2dddc9633b70a97513579df78db5e29af4eb45f70e7d2a06c5b8e721589a4855d6c081d71735deb2b0ba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.6.6)
4
+ adparlor-facebook (0.7.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 = 'v3.3'
7
+ config.api_version = 'v5.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 = 'v3.3'
18
+ @api_version = 'v5.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.6.6'
3
+ VERSION = '0.7.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.6.6
4
+ version: 0.7.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: 2019-11-21 00:00:00.000000000 Z
12
+ date: 2020-01-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler