adparlor-facebook 0.6.1 → 0.6.2

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: efc22c4dc362209e86aefdb6f2874dfd6934fca0
4
- data.tar.gz: 01b2d48a9e0a931d5e227aa23d0fb02905e6abc7
3
+ metadata.gz: 1fb8aaf86e42ed6c383b6870ed4a79234590c040
4
+ data.tar.gz: d5ceb42766341c27a737855c00ff5683866c1a00
5
5
  SHA512:
6
- metadata.gz: 74b892d65aa4fb6ffd10e52cf8717a338399aed0fb576f784a639d3e4069555fa56bee3b6465df220187cd254bf82cd39e6a09fc3fcc35e2c8b94569d74fd4af
7
- data.tar.gz: c5064bd28e79c1952c6ab8eeffa041f08539f18b012f108ec5664850202a5fe59724398872a945a61c7f75fb42b21d732527e0f9332a7bca52f3dfac14740d27
6
+ metadata.gz: 2e9ee263e10c78a1d7e5044269ef2a2f939b5a7448c9298cde95b8c084a849e8f04af284bbb4106a2227ea6aaed4d0738ffa617d77cd8323737db6e0893b9674
7
+ data.tar.gz: 1604d0d47a4d73c4caa3ea3353e7b62dfe6a9a8bd6043b4debdeff67d789d87a9d18878b3eaee3f2bde63db6bd9e9702dc953bcf12a527324c426ee749b293eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.6.1)
4
+ adparlor-facebook (0.6.2)
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.2'
7
+ config.api_version = 'v3.3'
8
8
  end
9
9
 
10
10
  # You can add fixtures and/or initialization code here to make experimenting
@@ -15,9 +15,9 @@ module Adparlor
15
15
  attr_accessor :proxy_api_key
16
16
 
17
17
  def initialize
18
- @api_version = 'v3.2'
18
+ @api_version = 'v3.3'
19
19
  @base_uri = 'https://graph.facebook.com'
20
- @proxy_api_key = nil
20
+ @proxy_api_key = nil
21
21
  end
22
22
  end
23
23
  end
@@ -28,7 +28,6 @@ module Adparlor
28
28
  :category_list,
29
29
  :company_overview,
30
30
  :contact_address,
31
- :context,
32
31
  :country_page_likes,
33
32
  :cover,
34
33
  :culinary_team,
@@ -3,10 +3,10 @@ module Adparlor
3
3
  module GraphApi
4
4
  module Fields
5
5
  module Post
6
- FIELDS = [:id, :admin_creator, :application, :child_attachments, :call_to_action, :caption, :created_time, :description,
7
- :feed_targeting, :from, :icon, :is_instagram_eligible, :is_hidden, :is_published, :link, :message, :message_tags,
8
- :name, :picture, :place, :privacy, :properties, :shares, :source, :status_type, :story, :story_tags,
9
- :targeting, :to, :type, :updated_time, :with_tags, :object_id, :full_picture, :actions, :likes, :attachments
6
+ FIELDS = [:id, :admin_creator, :application, :child_attachments, :call_to_action, :created_time,
7
+ :feed_targeting, :from, :icon, :is_instagram_eligible, :is_hidden, :is_published, :message, :message_tags,
8
+ :picture, :place, :privacy, :properties, :shares, :status_type, :story, :story_tags,
9
+ :targeting, :to, :updated_time, :with_tags, :full_picture, :actions, :likes, :attachments
10
10
  ]
11
11
 
12
12
  CREATE_FIELDS = FIELDS + [:scheduled_published_time]
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.6.1'
3
+ VERSION = '0.6.2'
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.1
4
+ version: 0.6.2
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-06-07 00:00:00.000000000 Z
12
+ date: 2019-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler