facebookbusiness 25.0.1 → 25.0.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
  SHA256:
3
- metadata.gz: 9e6283c39d3cbc9e903b6be12190285c69aad886ded6aa188c464a2e6b5021c8
4
- data.tar.gz: f6d6d6d481278e188865b834d519f9348d9a62725f15e47231d0518b029b60b0
3
+ metadata.gz: 3ee4a3f48e8cc16195c37df0f3dad975daf23d4175beafd04cc2a8a5ad4e4179
4
+ data.tar.gz: be7d1c46d792b0e29732129c331a72c391f480c82508c99a0a114cb4a213cadd
5
5
  SHA512:
6
- metadata.gz: 9b3a9323e78e519d80b24089b04e5a1712a273b5444ba5c1472622c468a5377038aacf1346c7a544e5fccdce934e1137d50175a3bfa0089c96ec2d955d53938f
7
- data.tar.gz: 505f64b7f30be7b91a7a5b711383305ca43ba0f782defe163ecd9ac8de93ae0d02b2f2fee52107cc87698edb69391310ba5cce4b3f9a6e782bd2e46366a68743
6
+ metadata.gz: 0c6c17116d22d6261b7ffbdc4a8d953060d4323441e43f986aca5748b191aec1f807073e14a2702fcdef4add825af3687972009276239ed8769847b2feb3723d
7
+ data.tar.gz: b014b27de452aa79c24b8b96bfe1e59411fabdf0ecc8ee5a15e3d6aa86271c8fbe8bcf9ff96e8a1224efa3b56ed0cae87650b2492495088ad5d26cf1c9363583
@@ -353,10 +353,10 @@ module FacebookAds
353
353
  hash['messaging_channel'] = messaging_channel
354
354
  end
355
355
  unless original_event_data.nil?
356
- hash['original_event_data'] = original_event_data
356
+ hash['original_event_data'] = original_event_data.to_s
357
357
  end
358
358
  unless attribution_data.nil?
359
- hash['attribution_data'] = attribution_data
359
+ hash['attribution_data'] = attribution_data.to_s
360
360
  end
361
361
  hash.to_s
362
362
  end
@@ -411,10 +411,10 @@ module FacebookAds
411
411
  hash['messaging_channel'] = messaging_channel
412
412
  end
413
413
  unless original_event_data.nil?
414
- hash['original_event_data'] = original_event_data
414
+ hash['original_event_data'] = original_event_data.normalize
415
415
  end
416
416
  unless attribution_data.nil?
417
- hash['attribution_data'] = attribution_data
417
+ hash['attribution_data'] = attribution_data.normalize
418
418
  end
419
419
  hash
420
420
  end
@@ -7,6 +7,6 @@
7
7
  # FB:AUTOGEN
8
8
 
9
9
  module FacebookAds
10
- VERSION = '25.0.1'
10
+ VERSION = '25.0.2'
11
11
  API_VERSION = '25.0'
12
12
  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: 25.0.1
4
+ version: 25.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: 2026-03-30 00:00:00.000000000 Z
11
+ date: 2026-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby