rotulus 2.1.0 → 2.1.1
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
- data/CHANGELOG.md +7 -1
- data/README.md +1 -1
- data/lib/rotulus/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1111980eccb3c7fd8e75206ad2f51f90035a0c82636772704a4c747ba0287b23
|
4
|
+
data.tar.gz: 4305e2d6522ea570707f6f100151f695265d8e09020d7609aded7bb149af4f9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d5138726de48dfe807c4d1da2f11072aabeecba892162cfd415d94e2844a481a4134f47d32632fe6e322b76b479615ee04b10d661332698efc28ec2ba02d38e
|
7
|
+
data.tar.gz: 31c5d0f13bfbe50bd93f618b1ebafc07a846ec4e09ccb85c9ee61e3a18d31dd2a4cd1c2dedaa63d78071363cd291764510521d5a9f02f4e4997bcaa0e32fef30
|
data/CHANGELOG.md
CHANGED
@@ -18,4 +18,10 @@
|
|
18
18
|
- Make error class names consistent.
|
19
19
|
|
20
20
|
## 2.0.0
|
21
|
-
- Use multi_json instead of locking clients into using Oj gem.
|
21
|
+
- Use multi_json instead of locking clients into using Oj gem.
|
22
|
+
|
23
|
+
## 2.1.0
|
24
|
+
- Rails 7.1 support.
|
25
|
+
|
26
|
+
## 2.1.1
|
27
|
+
- Rails 7.2 and 8.0 support.
|
data/README.md
CHANGED
@@ -527,7 +527,7 @@ end
|
|
527
527
|
| Environment Variable | Values | Example |
|
528
528
|
| ----------- | ----------- |----------- |
|
529
529
|
| `DB_ADAPTER` | **Default: :sqlite**. `sqlite`,`mysql2`, or `postgresql` | ```DB_ADAPTER=postgresql bundle exec rspec```<br/><br/> ```DB_ADAPTER=postgresql ./bin/console``` |
|
530
|
-
| `RAILS_VERSION` | **Default:
|
530
|
+
| `RAILS_VERSION` | **Default: 8-0** <br/><br/> `4-2`,`5-0`,`5-1`,`5-2`,`6-0`,`6-1`,`7-0`, `7-1`, `7-2`, `8-0` |```RAILS_VERSION=5-2 ./bin/setup```<br/><br/>```RAILS_VERSION=7-2 bundle exec rspec```<br/><br/> ```RAILS_VERSION=7-2 ./bin/console```|
|
531
531
|
|
532
532
|
|
533
533
|
<br/><br/>
|
data/lib/rotulus/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rotulus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Uy Jayson B
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '4.2'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '8.1'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '4.2'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '8.1'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: activesupport
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '4.2'
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '
|
42
|
+
version: '8.1'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: '4.2'
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '
|
52
|
+
version: '8.1'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: multi_json
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
rubygems_version: 3.
|
116
|
+
rubygems_version: 3.4.6
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: Cursor-based Rails/ActiveRecord pagination with multiple column sort and
|