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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e4973cce5ce47b8b5de5eb25aad169bd07eff82
4
- data.tar.gz: c9bba6d226d506af9fbc3945d9b0facecc019fc6
3
+ metadata.gz: 97a6297a5bc27b2e42c5479df30d2ed5c5cd70f5
4
+ data.tar.gz: df886b86290abc0299f211bf862122b4592f640e
5
5
  SHA512:
6
- metadata.gz: 3e69d5c43551ecba4f6479798af3d02d4dba9758e3f330f16a2d5ed65cc7246067b35ec2da391fe84e963e512de01fae795d98316b7c57ef72fc060eab3d4d01
7
- data.tar.gz: 7b37cdb41f5f30934c79f770f34b09444d16a0d11c07745a3d73f76c1f3017f619fbed03f6082baaf53ecd226186a7bd41a5b25e9b90ef641572b8bf5e474099
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.2
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 records by implementing
48
- \n #next_record and #previous_record.\n\nOptions:\n- field: [Defaults to 'id'] which
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: []