filta 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dd66a489286b10de86e4f1731bf2989624aa0a6634a8ec232183c95bfaf00d1
|
4
|
+
data.tar.gz: 3fc15087fd2ceb86c9eab1db18de8dbbccd33b13a12f390ebfb6962404351515
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 432b721cfc5a21b10927436dbfa0b539e1ce65a22c3d513f0c6ae0e2217495918dac825b573aa5d421e6d344bb943817cfc313cb8b4450f2dfff85af2acb2ae6
|
7
|
+
data.tar.gz: 4934f026cb28dbcc579d92f3212398ee3e3803c3a85c5e0f0de8e666856fab31fc8d70f494c397835368686c5a95a4b4ced0bbf55c045daaa9378889af90576b
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ Super simple filtering for ActiveRecord, inspired by [Justin Weiss' Gist](https:
|
|
6
6
|
[![CI](https://github.com/boxt/filta/actions/workflows/ci.yml/badge.svg)](https://github.com/boxt/filta/actions/workflows/ci.yml)
|
7
7
|
## Requirements
|
8
8
|
|
9
|
-
* Ruby 2.7
|
9
|
+
* Ruby >= 2.7
|
10
10
|
* Rails >= 6, < 8
|
11
11
|
|
12
12
|
## Installation
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: filta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boxt Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
68
|
+
rubygems_version: 3.3.10
|
69
69
|
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: Simple filtering for ActiveRecord
|