facebookbusiness 17.0.0 → 17.0.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea0e8d070321c91fb8b1fec0c476fbecd5fc1da115d3a2d319ce41477d1fac09
|
|
4
|
+
data.tar.gz: aeabd1ac2204722d7b085770d4cbd9c344cb90f043b52484d3d2f8a08a903294
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6ab2202da52dc9005c470250691cf371b474e79323c2020cf80baae31a02de88802d99bf2cba5e12d87732a6af2074fb80abf234f48c64ad1535e6ff0ff126e
|
|
7
|
+
data.tar.gz: 0d23d40e35c05226cf2d907e5d5aa123af0345a7f521df3eae20d7029eb412f265cbd03c75da55d42f407034cd10d2833b586c58bee2ef29fcd60e0496efd87b
|
|
@@ -29,8 +29,8 @@ module FacebookAds
|
|
|
29
29
|
STATUS = [
|
|
30
30
|
"This item cannot be appealed as it is either approved or already has an appeal",
|
|
31
31
|
"This item is not rejected for any of channels",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Weve encountered unexpected error while processing this request. Please try again later !",
|
|
33
|
+
"Youve reached the maximum number of item requests you can make this week. Youll be able to request item reviews again within the next 7 days.",
|
|
34
34
|
"Your request was received. See information below to learn more.",
|
|
35
35
|
]
|
|
36
36
|
|
data/lib/facebook_ads/version.rb
CHANGED
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: 17.0.
|
|
4
|
+
version: 17.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Facebook
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|