facebookbusiness 0.16.0.2 → 16.0.2

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
  SHA256:
3
- metadata.gz: a4f10d2cd1da0aae6374af9d499c3bce68acbbf34274da8ab8f31c7a3346779a
4
- data.tar.gz: 9191aedf5b076c1b19fb814cb3c81ec4d7889e69b5e6e64ee7d3a077f53a3484
3
+ metadata.gz: 3cc233d0ef6c81bb2c9ded5635030dd7735c9b66271828cfab0e0f939358fd71
4
+ data.tar.gz: c621b2fa80cd4f81d43941cab420ce2d6ca08f0398725198a585a090bfc9f2d9
5
5
  SHA512:
6
- metadata.gz: d9601c88ca634566e4a93437543d76e030dc0a9d02753d7bbdd0b305f0199d91b7d15001d11d0f5d35fd6bffb961eea701309e890bb15196c1317a313914f67e
7
- data.tar.gz: cbeb1553b885405f126e87a623d3e315e4778f65154a8ec719f573b61ecfd6019db9decfc52efbd62bd32b11929f03e0126f47bdbe4cce534ce407868d02c92c
6
+ metadata.gz: 6eda74074e39c3c80caca0b0041946636b63bc5e8c38701007cbe2428ff1d73c3c795c9401f52354bb0bac34214514b43082582fb801b4d006aa27b263cbe0c0
7
+ data.tar.gz: ecb32522538fbb5bb0ea299ef8e3f3d7f58fa781cde917fd33bd1975235bce17cef5eeed52db4f9b077579990fcbe71f1453fa8a9c4f3fe4d48424cb606775c8
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Facebook Business SDK for Ruby
2
2
 
3
+ [![Packagist](https://img.shields.io/gem/v/facebookbusiness)](https://rubygems.org/gems/facebookbusiness)
4
+ [![License](https://img.shields.io/badge/license-Facebook%20Platform-blue.svg?style=flat-square)](https://github.com/facebook/facebook-ruby-business-sdk/blob/main/LICENSE.txt)
5
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/facebook/facebook-ruby-business-sdk/ci.yml)](https://github.com/facebook/facebook-ruby-business-sdk/actions/workflows/ci.yml)
6
+
3
7
  ### Introduction
4
8
 
5
- The Facebook <a href="https://developers.facebook.com/docs/business-sdk" target="_blank">Business SDK</a> is a one-stop shop to help our partners better serve their businesses. Partners are using multiple Facebook API's to server the needs of their clients. Adopting all these API's and keeping them up to date across the various platforms can be time consuming and ultimately prohibitive. For this reason Facebook has developed the Business SDK bundling many of its APIs into one SDK to ease implementation and upkeep. The Business SDK is an upgraded version of the Marketing API SDK that includes the Marketing API as well as many Facebook APIs from different platforms such as Pages, Business Manager, Instagram, etc.
9
+ The Facebook <a href="https://developers.facebook.com/docs/business-sdk" target="_blank">Business SDK</a> is a one-stop shop to help our partners better serve their businesses. Partners are using multiple Facebook API's to serve the needs of their clients. Adopting all these API's and keeping them up to date across the various platforms can be time consuming and ultimately prohibitive. For this reason Facebook has developed the Business SDK bundling many of its APIs into one SDK to ease implementation and upkeep. The Business SDK is an upgraded version of the Marketing API SDK that includes the Marketing API as well as many Facebook APIs from different platforms such as Pages, Business Manager, Instagram, etc.
6
10
 
7
11
  ## Quick Start
8
12
 
@@ -19,6 +19,6 @@
19
19
  # FB:AUTOGEN
20
20
 
21
21
  module FacebookAds
22
- VERSION = '0.16.0.2'
22
+ VERSION = '16.0.2'
23
23
  API_VERSION = '16.0'
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebookbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0.2
4
+ version: 16.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facebook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-28 00:00:00.000000000 Z
11
+ date: 2023-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby