nextable 0.0.2 → 0.0.3
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 +4 -4
- metadata +3 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97a6297a5bc27b2e42c5479df30d2ed5c5cd70f5
|
4
|
+
data.tar.gz: df886b86290abc0299f211bf862122b4592f640e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4304028fc4270567318938ca86875d2e3a0505b005e7a10a2c7e5c6d104108c4b5f584d37e376c391b0c06bec604a85a87bf6190ee0d71ae6e31aa74c32224c
|
7
|
+
data.tar.gz: bebaf75d552fe15d8d395f69721daaba6d5e084729620c73eaabfa06a9cd9e435ceaef341faca2d9264ec8202aa54bd668521e1922920ff499486e201987dbe4
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nextable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Brigham
|
@@ -44,14 +44,8 @@ dependencies:
|
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
|
-
description: " Allows \"walking\" of a table of ActiveRecord
|
48
|
-
\n #next_record and #previous_record.\n
|
49
|
-
field should be used to calculate order. If\n two records have the same value for
|
50
|
-
the specified field, records will be\n sub-ordered by ID.\n- cycle: [Defaults to
|
51
|
-
false] upon reaching last (or first) record in order,\n determines whether or not
|
52
|
-
it should return nil or cycle to beginning (or end)\n- filters: [Defaults to {}]
|
53
|
-
a hash passed to self.class.where to determine\n scope. This will break if the
|
54
|
-
ActiveRecord object does not have all of the\n keys that are passed into the hash.\n"
|
47
|
+
description: " ** NOT PRODUCTION READY ** Allows \"walking\" of a table of ActiveRecord
|
48
|
+
records by implementing \n #next_record and #previous_record.\n"
|
55
49
|
email: thomas@thomasbrigham.me
|
56
50
|
executables: []
|
57
51
|
extensions: []
|