liquid-jetpack 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2514f913dfcad3632f69814ca65b18f15ed355c
4
- data.tar.gz: 096fce1496e6bc8c9ddb5b0418647d12cb8ad983
3
+ metadata.gz: 39d5278e66cd6a704b2da24176078076d5538062
4
+ data.tar.gz: f3b34cfb8c035327d0201b9cee554563428bf67a
5
5
  SHA512:
6
- metadata.gz: 880593a29f645cea1ca09fa3f4028ce6648884382823f88379937c32e7cd957b93d6ea825698503292b9c1928dd60584147868512c0625003b156fa63e8dc979
7
- data.tar.gz: f1e68584b6d5c1fbb2296d85112467033cd8f2abc62329f8cdf480fb8beea2e9a3f1f6d46352faea0eb578903aa12b0a7dc00a5948e25f428df315f4922a9b8e
6
+ metadata.gz: b6b106c5a45cb7f25e5e55ef3cc96108245fb147e0d91cd7b6a321316aa98878427a1c02773dcf4a8c00a33f45699761e19961e9c6978a7713aa1bb80692c8ed
7
+ data.tar.gz: ef6427ce6020f549397866bc0bc5095f192234ac5e84a254652b966fa2b86d621cfe9c88d125a43cbc2203a5b3947cf7e4e5ab8f88282a68d46677698e33d5c2
@@ -2,12 +2,12 @@ module Jetpack
2
2
  module Grouped
3
3
  def in_groups(input, group_size = 3, pad = false)
4
4
  collection = input.is_a?(Array) ? input : input.all
5
- collection.all.in_groups(group_size, pad)
5
+ collection.in_groups(group_size, pad)
6
6
  end
7
7
 
8
8
  def in_groups_of(input, group_size = 3, pad = false)
9
9
  collection = input.is_a?(Array) ? input : input.all
10
- collection.all.in_groups_of(group_size, pad)
10
+ collection.in_groups_of(group_size, pad)
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid-jetpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Somebody