facebookbusiness 0.4.0.6 → 0.4.0.7

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: fca266b71edc3301eddb038152a5d95decd91ade1a34f9f9d879d5903bd82fa2
4
- data.tar.gz: bef3bb9e6bf3d233345e4e08426f84be590462a4373168924dbe74396bffd6c8
3
+ metadata.gz: 6465e652c0a1bf3817067ab855dc9382ca60fd32ca3b5918159db6c00ed28e0d
4
+ data.tar.gz: e95496ba225b89abae810e02f7315ed4e7a122c98729fcab715c675dd651f939
5
5
  SHA512:
6
- metadata.gz: 8591b79d2a52c943d0a79ba1982383facc775c4573de0fa4cb5e0516df08e198fe3a5e060d190595ab02fcd4f89f3230dafacb371282959d9696a3a492ac3b43
7
- data.tar.gz: 3c649fe2d674bc212baf25d50f98ceeefdfc48f39b186587ad09eb75e52cf473743c8770b3d78f5ac5450083ab1145858a851a8f97d5e05c0c2a51bb7157a503
6
+ metadata.gz: 777da5f24c8c7bdab0340f0e8e29ea287bbfba42085743cbaf3b9199cbdc6aef1e757708d6bb3b1466d26af688bd262a30ece7bb25a794a0884c04fe911d158c
7
+ data.tar.gz: 9541185da419c826edd937f12d241583cb7626f8de4cfa1f942b71f9f2041a08356707e692e9bbda9577b176cb5df9c1222f07edd10e5397fdc588fbbb776493
@@ -610,7 +610,7 @@ module FacebookAds
610
610
  api.has_param :replace_video_id, 'string'
611
611
  api.has_param :sales_promo_id, 'int'
612
612
  api.has_param :slideshow_spec, 'hash'
613
- api.has_param :source, file
613
+ api.has_param :source, 'file'
614
614
  api.has_param :spherical, 'bool'
615
615
  api.has_param :start_offset, 'int'
616
616
  api.has_param :swap_mode, { enum: -> { AdVideo::SWAP_MODE }}
@@ -624,7 +624,7 @@ module FacebookAds
624
624
  api.has_param :upload_phase, { enum: -> { AdVideo::UPLOAD_PHASE }}
625
625
  api.has_param :upload_session_id, 'string'
626
626
  api.has_param :upload_setting_properties, 'string'
627
- api.has_param :video_file_chunk, file
627
+ api.has_param :video_file_chunk, 'file'
628
628
  api.has_param :video_start_time_ms, 'int'
629
629
  api.has_param :waterfall_id, 'string'
630
630
  api.accepts_files!
@@ -19,6 +19,6 @@
19
19
  # FB:AUTOGEN
20
20
 
21
21
  module FacebookAds
22
- VERSION = '0.4.0.6'
22
+ VERSION = '0.4.0.7'
23
23
  API_VERSION = '4.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.4.0.6
4
+ version: 0.4.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facebook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-20 00:00:00.000000000 Z
11
+ date: 2019-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday