filta 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1a6772016c764a05327275e6ccd107cd24b98174f3085067924be26c5e40e86
4
- data.tar.gz: e180b371052936d4e4109f24c07e3f28aacc4c6dfcb61065624cbd8f0b118db1
3
+ metadata.gz: 7dd66a489286b10de86e4f1731bf2989624aa0a6634a8ec232183c95bfaf00d1
4
+ data.tar.gz: 3fc15087fd2ceb86c9eab1db18de8dbbccd33b13a12f390ebfb6962404351515
5
5
  SHA512:
6
- metadata.gz: 20aeaa3976e28924deeec88fc5f3ac692f2fb0369c84d4d42b2006bf4dd0ea62b75462a2193905cac0bd657513dc31336609bd9a06fa2168674f6ce7c3f03ee5
7
- data.tar.gz: a19652f91dc4858ba35486b894a639485d3bf0df941125c8572a80e3ced84242e75fe3299275f7c7da156daed73d0729586415ded6675e9fb1f5f104cca6b5f3
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.3 or above
9
+ * Ruby >= 2.7
10
10
  * Rails >= 6, < 8
11
11
 
12
12
  ## Installation
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
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.1
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-01-07 00:00:00.000000000 Z
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.2.22
68
+ rubygems_version: 3.3.10
69
69
  signing_key:
70
70
  specification_version: 4
71
71
  summary: Simple filtering for ActiveRecord