Sha256: f3d24005c09373b064ed202f0d68432ef7e1015ea582f4f885c327ccff64139d
Contents?: true
Size: 1.6 KB
Versions: 0
Compression: gzip
Compressed size: 727 Bytes
Stored size: 727 Bytes
Contents
--- !ruby/object:Gem::Specification name: distributed_merge version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - msuliq autorequire: bindir: exe cert_chain: [] date: 2023-05-06 00:00:00.000000000 Z dependencies: [] description: |- This gem extends Array class with the distributed_merge method that accepts a two-dimensional array containing an arbitrary number of arrays of varying length and returns a one-dimensional merged array with the elements equally interleaved and distributed. email: - slmusayev@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - lib/distributed_merge.rb - lib/distributed_merge/version.rb - sig/distributed_merge.rbs homepage: https://github.com/msuliq/distributed_merge licenses: - MIT metadata: homepage_uri: https://github.com/msuliq/distributed_merge source_code_uri: https://github.com/msuliq/distributed_merge changelog_uri: https://github.com/msuliq/distributed_merge/blob/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Gem that adds the method to merge arrays of unequal size with distribution of elements. test_files: []