Zip a file int multiple files in Ruby?

Dear community,

Is it possible to zip a file (or a folder) into multiple files of a
given maximum size?
For example bigFile.exe -> bigFile.part1.zip, bigFile.part2.zip …

If yes, how? (I didn’t find any “max size” or “split” into rubyzip)