peplum-john 0.2.1 → 0.2.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 +4 -4
- data/lib/peplum/john/application/payload.rb +1 -2
- data/lib/peplum/john/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: f14dd32ae9417ae6a13bc1343fa0eb530facc0ef42b1a72288e80198ea229a9b
         | 
| 4 | 
            +
              data.tar.gz: '0882f77f99ce3f5ea1551c0a80a1873c5225e630c96e2a7e55109efb379972cf'
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 7febba6d06ad2ead542a9a385e4a6c492e444bde62f970eb43ca60b20ec526d3815fe969354200b2c1dc3440b39298352b425f4ad9516fce02785d834bbbc2c8
         | 
| 7 | 
            +
              data.tar.gz: 5901c23f40cc93ab786789a14de96df493a5442dd32e1ec4f5e9dcbdb6d2de231e8c68686919f94c99e31ebae8643b9340a9d0a4a8ea365ce52d88e9f611c01c
         | 
| @@ -96,8 +96,7 @@ module Payload | |
| 96 96 | 
             
              # @param  [Integer] chunks  Amount of object groups that should be generated.
         | 
| 97 97 | 
             
              #
         | 
| 98 98 | 
             
              # @return [Array<Array<Object>>]  `objects` split in `chunks` amount of groups
         | 
| 99 | 
            -
               | 
| 100 | 
            -
              def group( objects, chunks )
         | 
| 99 | 
            +
              def split( objects, chunks )
         | 
| 101 100 | 
             
                objects.chunk chunks
         | 
| 102 101 | 
             
              end
         | 
| 103 102 |  | 
    
        data/lib/peplum/john/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: peplum-john
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tasos Laskos
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-05- | 
| 11 | 
            +
            date: 2023-05-25 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: peplum
         |