sortable-by 0.14.1 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfd344cb151d2407e34c120d0905257920e620a4f27a0ac7f49f2006b9830c4b
4
- data.tar.gz: 605ab535b5e08ec0fe6a04eac6fb1c0e74a1992e49733771895c534dcf21e5c4
3
+ metadata.gz: 5548b9a0e8800f626ca70277448d550e6189f02cb7c394e6ff338fce5da569e7
4
+ data.tar.gz: 4895c4434d083480609e7556b511ccb6554921f531e5393b68e074037b0ef13b
5
5
  SHA512:
6
- metadata.gz: 9924d17cfb90c4c66266a37b949c4bbb6503dcd433d7b00c8abdc349a7519a342c41edb719004b83876e57b1ce5e5891bfac17ea0ae8d871b27acada5de157cf
7
- data.tar.gz: 7119d31c02d3deed0db68c3d69852497049f27a5f79dc5d510be3cff716d4930a8485d08a00a4ca35b0a571af8c2557dde7a6c2f4112ce06f88f4116e2ac1853
6
+ metadata.gz: ddf3d0f7f991a1e0950c76b8c3063554ecad3bba433b27b6e4ba6920dc7f0ce1f441ed0a47b388f7742984fe262bd78640e3d41b7db01080a99a609692e3d862
7
+ data.tar.gz: f6de59106c5f4acddd0256e5d2d533a3a11c3cc3d5e4e844eeb7f4d4f29643efb86e71e77d21173d472bd78eb8be9185bcccd5229767c0022cdcf50dfee4df9a
data/Gemfile.lock CHANGED
@@ -1,80 +1,80 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sortable-by (0.14.1)
4
+ sortable-by (0.14.2)
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
  rake
89
88
  rspec
90
89
  rubocop-bsm
data/Gemfile.rails6.lock CHANGED
@@ -1,91 +1,90 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sortable-by (0.14.1)
4
+ sortable-by (0.14.2)
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
  rake
90
89
  rspec
91
90
  rubocop-bsm
data/sortable-by.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'sortable-by'
3
- s.version = '0.14.1'
3
+ s.version = '0.14.2'
4
4
  s.authors = ['Dimitrij Denissenko']
5
5
  s.email = ['dimitrij@blacksquaremedia.com']
6
6
  s.summary = 'Generate white-listed sort 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: sortable-by
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1
4
+ version: 0.14.2
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-23 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