array_groups 0.0.9 → 0.0.10

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 +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c510210f5644d9d8e5802a8f7d4ed3ae6a264b52e16ea1f7b6e38c4ef6843488
4
- data.tar.gz: 30e894d1ea5e66586d389bd3b754869cc7ac516885b20d5d7a3b04134dc6beba
3
+ metadata.gz: 9c421ca0be1e050efc92df50a597b4f5a57db91a36bbf6f8e95d4b5179094c26
4
+ data.tar.gz: '098a6c35a1c2eb4c2445d85b2b3c16957aca416d1a09071dbc22e4f5f83231ba'
5
5
  SHA512:
6
- metadata.gz: 5ce947a2da5f05a0036e7b126f2db9f49ddd088391a8b8319aead59be71642f599b3aef99069818230bf5f8fcff5a24c4b7b8887ed9e53c3726e684094c07344
7
- data.tar.gz: 076da6027767e5da36c4bcdab8af26bc347661717f41340b71d8854a23fa125783047947e69e528f88ecce1c19f6e1b58cafe8048a71da14c63ba5a4b3c38990
6
+ metadata.gz: 0d6c375a284180e3151df985f17fbc777111126b31ee9c38081704b0b5acbe9e97b1725e5653fad360e93389ef75f7d4ba53242cd3add20e42ac1535e55a62bc
7
+ data.tar.gz: d789fef7a70f9859f0de777f38820076f91922450c40b921377f8881d3ae4a20f262e3f93a61ead8f023fe3dbdfb1cb2638dffbb95bc87ce55ded17d2d71bcfd
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.9
4
+ version: 0.0.10
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 groupings.
21
+ This allows the grouping of an array into different "groups". Great for threading long arrays by group or making them rectangular.
22
22
  email: benj@zagorski.com
23
23
  executables: []
24
24
  extensions: []
@@ -27,7 +27,8 @@ files:
27
27
  - lib/array_groups.rb
28
28
  homepage: https://github.com/MrMicrowaveOven/array_groups
29
29
  licenses: []
30
- metadata: {}
30
+ metadata:
31
+ documentation_uri: https://github.com/MrMicrowaveOven/array_groups
31
32
  post_install_message:
32
33
  rdoc_options: []
33
34
  require_paths: