lazy_find 0.1.5 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 976ebc2609a7de85534e74f8d7cee02e7023819d7cc09f4effff81af82bf2d51
4
- data.tar.gz: ba0944f4f578ee8c3bafe7dc3a8be95f9000f3868dd61ea083fbe376420080d2
3
+ metadata.gz: b8ee1bc488982d1149f2af49d8a726eda753ad2c2299c46684a1584f70363e91
4
+ data.tar.gz: 3895eb80b1e6dbcc5cdc0470cefc383f4019251d2148a22c41640fad776ea8eb
5
5
  SHA512:
6
- metadata.gz: 17d9e4b330a7881ca7771a104ad0b28cf15e0a00d7f17ed13190f22140aa04c2c411ec8ab6a7585467cbf8079601bc83fc0cd675226c496d6dc52abd08cd6d1b
7
- data.tar.gz: b2894589577409993c57ac4a9d5e20a81bc29f4adcc7722f9accbb511cc39efabf71b7b4080f727fa64f4c98dc84fe4591ce2199001d4a7d1df1d21d8c0d98cd
6
+ metadata.gz: 6a63cda7ca9c31e72e4bf80a04d3f87c09705638804e701cdc0c946c3c65f3ec06df82909371783e979e57067ccf1fa95f84edfa34700f08d3087df96dada20c
7
+ data.tar.gz: edbd76256f227769c47ece092d61af56b0d2e9c7af9d346e0173a7470b65032726be1bb41b3951e80cf3f35d8d71b3ce9f9a6603a713351a159e33ebc43c946a
@@ -2,7 +2,6 @@ module LazyFind
2
2
  module ActiveRecord
3
3
  module FinderMethods
4
4
 
5
- MAPPING = {:first => 0, :last => -1}
6
5
  # Find the first record (or first N records if a parameter is supplied).
7
6
  # If no order is defined it will order by primary key.
8
7
  #
@@ -1,3 +1,6 @@
1
1
  module LazyFind
2
- VERSION = "0.1.5"
2
+ VERSION = "1.0.0"
3
3
  end
4
+
5
+
6
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazy_find
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kingston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-16 00:00:00.000000000 Z
11
+ date: 2018-06-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem used to find the first attribute with lazy way.
14
14
  email: