record-collection 0.1.1424579963 → 0.1.1424580545

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/record-collection.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76245a0d238967761406c7d3b901341ea4aee480
4
- data.tar.gz: 25931ece817bc946164a8a6c72001d1e2128eb21
3
+ metadata.gz: d051d4678c0f7d280be65e17cc40978206a15ece
4
+ data.tar.gz: 2ef72083c10cfd006a51a40a22a7d3b758df958c
5
5
  SHA512:
6
- metadata.gz: 8c57d29096fecaac4296d5bc193268d254ca1637e418deb57f8c1c90610e1679f5bf4860bb02c3865d71deee1f43dfb38350201100870634fdb18470b7bf825e
7
- data.tar.gz: 9b65736723f78888f686ef2c6758539f5199fec0cdd5d4f2e7aee02d7ecc07fcf0db7a51364b926d6ba448442e547f51dc6da33c776af3e4997e17830a803087
6
+ metadata.gz: e2c0f1993204946ef95e43b3ca159c6a181ac494e861c4c21f10d0c65a01a1f2f043000300663aefb5197dd8fd3a76520901263c8364aa11dbb11abad5569f8a
7
+ data.tar.gz: a1858fc85d3c2d9ba5030c24101b06222ac9c06b71a42f45e3a3e9a3d1a982069297c1a19a422288100a492837496a91f3022f9d249a6bc5273bd39256bc8a12
@@ -22,6 +22,7 @@ class RecordCollection
22
22
  end
23
23
 
24
24
  alias and limit_by
25
+ alias order_by limit_by
25
26
 
26
27
  def is_limited_by?(scope)
27
28
  # because ActiveRecord::Relations do not implement hashing correctly, we must do case by case equality
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: record-collection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1424579963
4
+ version: 0.1.1424580545
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courtney de Lautour