filterable-by 0.6.4 → 0.6.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d541006f941920a96920cf443f67353e4c410e1c4d8acb2364902a271e2dfec3
4
- data.tar.gz: 3a9e964d67aaca1a133c61c3aee729c8c71a2e918f00dcecac9f86eec2c68430
3
+ metadata.gz: 4c57b10c81d4b78878b5cdbfc68e2205b8cdb391e7cae8c73b9afa9db40df00e
4
+ data.tar.gz: 41b64f997571c523d6ae7bde2d90d4e23066f7cdf0a234090e7419231c0bdf50
5
5
  SHA512:
6
- metadata.gz: 99d8c2a9440c69950cf5175f713180fffd5f8e801e9ce52568cf3ae908fe18fb0c0f2dfa11a9e4a095351b9a5e70df8c54ed305ec175400f550a3f4d9277d82a
7
- data.tar.gz: 06ba1b5090fb7425259764e550c8b5d26c82f0f67c8e54205ac3281f1e47ad070c8a89a398e55cd9406eba6c83a47d892b2480d8a47c66d77b345657a067607e
6
+ metadata.gz: 047cc3045205b8aa82c66331115b1917591bab4f2162be44d817a65636af5a823289a8407b120a0da622ad1da50f43d6a0fe2eeed3bc0cce04522fdee62ce424
7
+ data.tar.gz: 2448f827a7c2e69639b77ea030b9b6bee410b1afda68252e8c729d7ba6de79bff0f4ab0f8a6089e1dad0de4730eaa05f2fef87a6843e5562223d1ee4495a8ead
data/Gemfile.lock CHANGED
@@ -1,80 +1,80 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- filterable-by (0.6.4)
4
+ filterable-by (0.6.5)
5
5
  activerecord
6
6
  activesupport
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- activemodel (7.0.4.2)
12
- activesupport (= 7.0.4.2)
13
- activerecord (7.0.4.2)
14
- activemodel (= 7.0.4.2)
15
- activesupport (= 7.0.4.2)
16
- activesupport (7.0.4.2)
11
+ activemodel (7.0.4.3)
12
+ activesupport (= 7.0.4.3)
13
+ activerecord (7.0.4.3)
14
+ activemodel (= 7.0.4.3)
15
+ activesupport (= 7.0.4.3)
16
+ activesupport (7.0.4.3)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
- concurrent-ruby (1.2.0)
22
+ concurrent-ruby (1.2.2)
23
23
  diff-lcs (1.5.0)
24
24
  i18n (1.12.0)
25
25
  concurrent-ruby (~> 1.0)
26
26
  json (2.6.3)
27
27
  mini_portile2 (2.8.1)
28
- minitest (5.17.0)
28
+ minitest (5.18.0)
29
29
  parallel (1.22.1)
30
- parser (3.2.0.0)
30
+ parser (3.2.1.1)
31
31
  ast (~> 2.4.1)
32
32
  rainbow (3.1.1)
33
33
  rake (13.0.6)
34
- regexp_parser (2.6.2)
34
+ regexp_parser (2.7.0)
35
35
  rexml (3.2.5)
36
36
  rspec (3.12.0)
37
37
  rspec-core (~> 3.12.0)
38
38
  rspec-expectations (~> 3.12.0)
39
39
  rspec-mocks (~> 3.12.0)
40
- rspec-core (3.12.0)
40
+ rspec-core (3.12.1)
41
41
  rspec-support (~> 3.12.0)
42
42
  rspec-expectations (3.12.2)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
44
  rspec-support (~> 3.12.0)
45
- rspec-mocks (3.12.3)
45
+ rspec-mocks (3.12.4)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.12.0)
48
48
  rspec-support (3.12.0)
49
- rubocop (1.44.1)
49
+ rubocop (1.48.1)
50
50
  json (~> 2.3)
51
51
  parallel (~> 1.10)
52
52
  parser (>= 3.2.0.0)
53
53
  rainbow (>= 2.2.2, < 4.0)
54
54
  regexp_parser (>= 1.8, < 3.0)
55
55
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.24.1, < 2.0)
56
+ rubocop-ast (>= 1.26.0, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 2.4.0, < 3.0)
59
- rubocop-ast (1.24.1)
60
- parser (>= 3.1.1.0)
59
+ rubocop-ast (1.27.0)
60
+ parser (>= 3.2.1.0)
61
61
  rubocop-bsm (0.6.1)
62
62
  rubocop (~> 1.0)
63
63
  rubocop-performance
64
64
  rubocop-rake
65
65
  rubocop-rspec
66
- rubocop-capybara (2.17.0)
66
+ rubocop-capybara (2.17.1)
67
67
  rubocop (~> 1.41)
68
- rubocop-performance (1.15.2)
68
+ rubocop-performance (1.16.0)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
71
  rubocop-rake (0.6.0)
72
72
  rubocop (~> 1.0)
73
- rubocop-rspec (2.18.1)
73
+ rubocop-rspec (2.19.0)
74
74
  rubocop (~> 1.33)
75
75
  rubocop-capybara (~> 2.17)
76
- ruby-progressbar (1.11.0)
77
- sqlite3 (1.6.0)
76
+ ruby-progressbar (1.13.0)
77
+ sqlite3 (1.6.1)
78
78
  mini_portile2 (~> 2.8.0)
79
79
  tzinfo (2.0.6)
80
80
  concurrent-ruby (~> 1.0)
@@ -84,7 +84,6 @@ PLATFORMS
84
84
  ruby
85
85
 
86
86
  DEPENDENCIES
87
- bundler
88
87
  filterable-by!
89
88
  rake
90
89
  rspec
data/Gemfile.rails6.lock CHANGED
@@ -1,91 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- filterable-by (0.6.4)
4
+ filterable-by (0.6.5)
5
5
  activerecord
6
6
  activesupport
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (6.1.7.2)
12
- activesupport (= 6.1.7.2)
13
- activerecord (6.1.7.2)
14
- activemodel (= 6.1.7.2)
15
- activesupport (= 6.1.7.2)
16
- activesupport (6.1.7.2)
11
+ activemodel (6.1.7.3)
12
+ activesupport (= 6.1.7.3)
13
+ activerecord (6.1.7.3)
14
+ activemodel (= 6.1.7.3)
15
+ activesupport (= 6.1.7.3)
16
+ activesupport (6.1.7.3)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
20
20
  tzinfo (~> 2.0)
21
21
  zeitwerk (~> 2.3)
22
22
  ast (2.4.2)
23
- concurrent-ruby (1.2.0)
23
+ concurrent-ruby (1.2.2)
24
24
  diff-lcs (1.5.0)
25
25
  i18n (1.12.0)
26
26
  concurrent-ruby (~> 1.0)
27
27
  json (2.6.3)
28
- minitest (5.17.0)
28
+ minitest (5.18.0)
29
29
  parallel (1.22.1)
30
- parser (3.2.0.0)
30
+ parser (3.2.1.1)
31
31
  ast (~> 2.4.1)
32
32
  rainbow (3.1.1)
33
33
  rake (13.0.6)
34
- regexp_parser (2.6.2)
34
+ regexp_parser (2.7.0)
35
35
  rexml (3.2.5)
36
36
  rspec (3.12.0)
37
37
  rspec-core (~> 3.12.0)
38
38
  rspec-expectations (~> 3.12.0)
39
39
  rspec-mocks (~> 3.12.0)
40
- rspec-core (3.12.0)
40
+ rspec-core (3.12.1)
41
41
  rspec-support (~> 3.12.0)
42
42
  rspec-expectations (3.12.2)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
44
  rspec-support (~> 3.12.0)
45
- rspec-mocks (3.12.3)
45
+ rspec-mocks (3.12.4)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.12.0)
48
48
  rspec-support (3.12.0)
49
- rubocop (1.44.1)
49
+ rubocop (1.48.1)
50
50
  json (~> 2.3)
51
51
  parallel (~> 1.10)
52
52
  parser (>= 3.2.0.0)
53
53
  rainbow (>= 2.2.2, < 4.0)
54
54
  regexp_parser (>= 1.8, < 3.0)
55
55
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.24.1, < 2.0)
56
+ rubocop-ast (>= 1.26.0, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 2.4.0, < 3.0)
59
- rubocop-ast (1.24.1)
60
- parser (>= 3.1.1.0)
59
+ rubocop-ast (1.27.0)
60
+ parser (>= 3.2.1.0)
61
61
  rubocop-bsm (0.6.1)
62
62
  rubocop (~> 1.0)
63
63
  rubocop-performance
64
64
  rubocop-rake
65
65
  rubocop-rspec
66
- rubocop-capybara (2.17.0)
66
+ rubocop-capybara (2.17.1)
67
67
  rubocop (~> 1.41)
68
- rubocop-performance (1.15.2)
68
+ rubocop-performance (1.16.0)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
71
  rubocop-rake (0.6.0)
72
72
  rubocop (~> 1.0)
73
- rubocop-rspec (2.18.1)
73
+ rubocop-rspec (2.19.0)
74
74
  rubocop (~> 1.33)
75
75
  rubocop-capybara (~> 2.17)
76
- ruby-progressbar (1.11.0)
77
- sqlite3 (1.6.0-x86_64-linux)
76
+ ruby-progressbar (1.13.0)
77
+ sqlite3 (1.6.1-x86_64-linux)
78
78
  tzinfo (2.0.6)
79
79
  concurrent-ruby (~> 1.0)
80
80
  unicode-display_width (2.4.2)
81
- zeitwerk (2.6.6)
81
+ zeitwerk (2.6.7)
82
82
 
83
83
  PLATFORMS
84
84
  x86_64-linux
85
85
 
86
86
  DEPENDENCIES
87
87
  activerecord (~> 6.1)
88
- bundler
89
88
  filterable-by!
90
89
  rake
91
90
  rspec
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'filterable-by'
3
- s.version = '0.6.4'
3
+ s.version = '0.6.5'
4
4
  s.authors = ['Dimitrij Denissenko']
5
5
  s.email = ['dimitrij@blacksquaremedia.com']
6
6
  s.summary = 'Generate white-listed filter scopes from URL parameter values'
@@ -15,6 +15,5 @@ Gem::Specification.new do |s|
15
15
  s.add_dependency 'activerecord'
16
16
  s.add_dependency 'activesupport'
17
17
 
18
- s.add_development_dependency 'bundler'
19
18
  s.metadata['rubygems_mfa_required'] = 'true'
20
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filterable-by
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitrij Denissenko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: bundler
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  description: ActiveRecord plugin
56
42
  email:
57
43
  - dimitrij@blacksquaremedia.com
@@ -92,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
78
  - !ruby/object:Gem::Version
93
79
  version: '0'
94
80
  requirements: []
95
- rubygems_version: 3.3.3
81
+ rubygems_version: 3.4.6
96
82
  signing_key:
97
83
  specification_version: 4
98
84
  summary: Generate white-listed filter scopes from URL parameter values