array_groups 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9676358ff124c7ba39cb487427c784cc698a605e458c6960ec03c6fb04d4f2f
4
- data.tar.gz: 443038da4326b304696d1f4ad32d236b72bd08b071d8a4770fce59f4563e784f
3
+ metadata.gz: c510210f5644d9d8e5802a8f7d4ed3ae6a264b52e16ea1f7b6e38c4ef6843488
4
+ data.tar.gz: 30e894d1ea5e66586d389bd3b754869cc7ac516885b20d5d7a3b04134dc6beba
5
5
  SHA512:
6
- metadata.gz: 7706578b300f19e67179136a30686038facdb06dd72113702e7f11055d7776c726057cf583da24ca491b2f25a98049329530562ca53855d39f7edd2fa178ef37
7
- data.tar.gz: d2e51a3317eecf6d832eb59d80e0c5befd725a7e5d2f07c5b9da4629ed8879f374416efb7eec1aec85560a3bac595b7b93f422e6d0b3eab2be4303e3b18248ae
6
+ metadata.gz: 5ce947a2da5f05a0036e7b126f2db9f49ddd088391a8b8319aead59be71642f599b3aef99069818230bf5f8fcff5a24c4b7b8887ed9e53c3726e684094c07344
7
+ data.tar.gz: 076da6027767e5da36c4bcdab8af26bc347661717f41340b71d8854a23fa125783047947e69e528f88ecce1c19f6e1b58cafe8048a71da14c63ba5a4b3c38990
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array_groups
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Zagorski
@@ -18,7 +18,7 @@ description: |2
18
18
  [1,2,3,4,5].in_groups_of(2, nil_fill: true) => [ [1,2], [3,4], [5,nil] ]
19
19
  -------------------------------------------------------
20
20
 
21
- This allows the grouping of an array into different "groups". Great for threading long arrays by group or making them rectangular.
21
+ This allows the grouping of an array into different "groups". Great for threading long arrays by group or making them rectangular groupings.
22
22
  email: benj@zagorski.com
23
23
  executables: []
24
24
  extensions: []