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 +4 -4
- data/lib/lazy_find/active_record/finder_methods.rb +0 -1
- data/lib/lazy_find/version.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8ee1bc488982d1149f2af49d8a726eda753ad2c2299c46684a1584f70363e91
|
4
|
+
data.tar.gz: 3895eb80b1e6dbcc5cdc0470cefc383f4019251d2148a22c41640fad776ea8eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a63cda7ca9c31e72e4bf80a04d3f87c09705638804e701cdc0c946c3c65f3ec06df82909371783e979e57067ccf1fa95f84edfa34700f08d3087df96dada20c
|
7
|
+
data.tar.gz: edbd76256f227769c47ece092d61af56b0d2e9c7af9d346e0173a7470b65032726be1bb41b3951e80cf3f35d8d71b3ce9f9a6603a713351a159e33ebc43c946a
|
data/lib/lazy_find/version.rb
CHANGED
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.
|
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-
|
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:
|