record-collection 0.1.1424580545 → 0.1.1424580853

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/record-collection.rb +3 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d051d4678c0f7d280be65e17cc40978206a15ece
4
- data.tar.gz: 2ef72083c10cfd006a51a40a22a7d3b758df958c
3
+ metadata.gz: 99c48bd430cc8b048a7de8d7bf5d97c2b71849ec
4
+ data.tar.gz: 9c4500c770f702488e4f69cba3f430c1d6191bfe
5
5
  SHA512:
6
- metadata.gz: e2c0f1993204946ef95e43b3ca159c6a181ac494e861c4c21f10d0c65a01a1f2f043000300663aefb5197dd8fd3a76520901263c8364aa11dbb11abad5569f8a
7
- data.tar.gz: a1858fc85d3c2d9ba5030c24101b06222ac9c06b71a42f45e3a3e9a3d1a982069297c1a19a422288100a492837496a91f3022f9d249a6bc5273bd39256bc8a12
6
+ metadata.gz: cdafb5372a988b3457bc633471bb7a7195ad6e4f57f4b3e9c4ca3304cd408318ae1084c92c068d76897849fd6ba80d485c0d5eff3585559d3df7e2550463f302
7
+ data.tar.gz: 4a41c044e3b8d186eaaeedc347c8c99e64c909891269d5e68bf233391bc66b37396af5182bfcfa140610c08f1f358f80c6bb3fb987442a3e70f7d865d9d7701e
@@ -31,6 +31,9 @@ class RecordCollection
31
31
 
32
32
  alias limited_by? is_limited_by?
33
33
 
34
+ alias is_ordered_by? is_limited_by?
35
+ alias ordered_by? is_ordered_by?
36
+
34
37
  def respond_to?(name)
35
38
  super || final_scope.respond_to?(name)
36
39
  end
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.1424580545
4
+ version: 0.1.1424580853
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courtney de Lautour