bp3-pg_search 0.1.2 → 0.1.3

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: 4ea7944420a4fc632ca9e123e3c895ecadcb683ef770e671c51e04db61819ad6
4
- data.tar.gz: 22282a5979a8d6a95ee06239debd7c7704855e64c613a46d52350595e9dfb529
3
+ metadata.gz: 6aa6e3f9d5e4cf8fec55354a88749955c97042f7aef115188e7e49446f9e6e47
4
+ data.tar.gz: fcab354745e6a9a514db2152a92b38c91dc94fad2ade05828c30dbcce49d48b0
5
5
  SHA512:
6
- metadata.gz: 4ad92da4207bafb35edf378d0f85a332a73e79d939dc00581ddbec032ab1bc167a189541051958daff02900159e6396dfa941cb4730b6ba61f0ca75809b21f2c
7
- data.tar.gz: f4f6ef8ac1c30d7b4df858f4b005d067e77ff063465847e617dd48eb16f82632a34b14c94f0b19d3b1a25c2e14f2eb531c4226e22adee2a76667349fe5ad9110
6
+ metadata.gz: 99bc00825a96ff259d1c40da5b13b393710638a85b434a6e551c98190c1a18044b3f442713708e0939cb7d201c3531294e25c2bf4747a012de01806cbfc480b3
7
+ data.tar.gz: c8172487c0fa60efa86e56af3bd45dda349167ccc196992f2749e3639d2ef3ec2f8bfce7215f41f3b702a7b9175204d01e5d572ac53aefa221f6f45c03539295
data/.rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rake
3
3
  - rubocop-rspec
4
4
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.3] - 2026-01-12
4
+
5
+ - Update gems
6
+
3
7
  ## [0.1.2] - 2024-11-18
4
8
 
5
9
  - Relax gem constraints
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-pg_search (0.1.2)
5
- activesupport (>= 7.1.2)
4
+ bp3-pg_search (0.1.3)
5
+ activesupport (~> 8.1)
6
6
  bp3-core (>= 0.1)
7
7
  bp3-string (>= 0.1)
8
8
  pg_search (>= 2.3)
9
- railties (>= 7.1.2)
9
+ railties (~> 8.1)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionpack (8.0.0)
15
- actionview (= 8.0.0)
16
- activesupport (= 8.0.0)
14
+ actionpack (8.1.2)
15
+ actionview (= 8.1.2)
16
+ activesupport (= 8.1.2)
17
17
  nokogiri (>= 1.8.5)
18
18
  rack (>= 2.2.4)
19
19
  rack-session (>= 1.0.1)
@@ -21,148 +21,176 @@ GEM
21
21
  rails-dom-testing (~> 2.2)
22
22
  rails-html-sanitizer (~> 1.6)
23
23
  useragent (~> 0.16)
24
- actionview (8.0.0)
25
- activesupport (= 8.0.0)
24
+ actionview (8.1.2)
25
+ activesupport (= 8.1.2)
26
26
  builder (~> 3.1)
27
27
  erubi (~> 1.11)
28
28
  rails-dom-testing (~> 2.2)
29
29
  rails-html-sanitizer (~> 1.6)
30
- activemodel (8.0.0)
31
- activesupport (= 8.0.0)
32
- activerecord (8.0.0)
33
- activemodel (= 8.0.0)
34
- activesupport (= 8.0.0)
30
+ activemodel (8.1.2)
31
+ activesupport (= 8.1.2)
32
+ activerecord (8.1.2)
33
+ activemodel (= 8.1.2)
34
+ activesupport (= 8.1.2)
35
35
  timeout (>= 0.4.0)
36
- activesupport (8.0.0)
36
+ activesupport (8.1.2)
37
37
  base64
38
- benchmark (>= 0.3)
39
38
  bigdecimal
40
39
  concurrent-ruby (~> 1.0, >= 1.3.1)
41
40
  connection_pool (>= 2.2.5)
42
41
  drb
43
42
  i18n (>= 1.6, < 2)
43
+ json
44
44
  logger (>= 1.4.2)
45
45
  minitest (>= 5.1)
46
46
  securerandom (>= 0.3)
47
47
  tzinfo (~> 2.0, >= 2.0.5)
48
48
  uri (>= 0.13.1)
49
- ast (2.4.2)
50
- base64 (0.2.0)
51
- benchmark (0.4.0)
52
- bigdecimal (3.1.8)
53
- bp3-core (0.1.5)
54
- actionview (>= 7.1.2)
55
- activesupport (>= 7.1.2)
56
- bp3-string (0.1.3)
57
- activerecord (>= 7.1.2)
58
- activesupport (>= 7.1.2)
59
- railties (>= 7.1.2)
49
+ ast (2.4.3)
50
+ base64 (0.3.0)
51
+ bigdecimal (4.0.1)
52
+ bp3-core (0.2.0)
53
+ actionview (~> 8.1)
54
+ activesupport (~> 8.1)
55
+ bp3-request_state (~> 0.1)
56
+ bp3-request_state (0.1.3)
57
+ actionpack (~> 8.1)
58
+ activesupport (~> 8.1)
59
+ request_store (>= 1.5.1)
60
+ bp3-string (0.2.0)
61
+ activerecord (>= 8.0.3)
62
+ activesupport (~> 8.1)
63
+ railties (~> 8.1)
60
64
  builder (3.3.0)
61
- byebug (11.1.3)
62
- concurrent-ruby (1.3.4)
63
- connection_pool (2.4.1)
65
+ byebug (12.0.0)
66
+ concurrent-ruby (1.3.6)
67
+ connection_pool (3.0.2)
64
68
  crass (1.0.6)
65
- diff-lcs (1.5.1)
66
- drb (2.2.1)
67
- erubi (1.13.0)
68
- i18n (1.14.6)
69
+ date (3.5.1)
70
+ diff-lcs (1.6.2)
71
+ drb (2.2.3)
72
+ erb (6.0.1)
73
+ erubi (1.13.1)
74
+ i18n (1.14.8)
69
75
  concurrent-ruby (~> 1.0)
70
- io-console (0.7.2)
71
- irb (1.14.1)
76
+ io-console (0.8.2)
77
+ irb (1.16.0)
78
+ pp (>= 0.6.0)
72
79
  rdoc (>= 4.0.0)
73
80
  reline (>= 0.4.2)
74
- json (2.8.2)
75
- language_server-protocol (3.17.0.3)
76
- logger (1.6.1)
77
- loofah (2.23.1)
81
+ json (2.18.0)
82
+ language_server-protocol (3.17.0.5)
83
+ lint_roller (1.1.0)
84
+ logger (1.7.0)
85
+ loofah (2.25.0)
78
86
  crass (~> 1.0.2)
79
87
  nokogiri (>= 1.12.0)
80
- minitest (5.25.1)
81
- nokogiri (1.16.7-x86_64-darwin)
88
+ minitest (6.0.1)
89
+ prism (~> 1.5)
90
+ nokogiri (1.19.0-x86_64-darwin)
82
91
  racc (~> 1.4)
83
- parallel (1.26.3)
84
- parser (3.3.6.0)
92
+ parallel (1.27.0)
93
+ parser (3.3.10.0)
85
94
  ast (~> 2.4.1)
86
95
  racc
87
96
  pg_search (2.3.7)
88
97
  activerecord (>= 6.1)
89
98
  activesupport (>= 6.1)
90
- psych (5.2.0)
99
+ pp (0.6.3)
100
+ prettyprint
101
+ prettyprint (0.2.0)
102
+ prism (1.7.0)
103
+ psych (5.3.1)
104
+ date
91
105
  stringio
92
106
  racc (1.8.1)
93
- rack (3.1.8)
94
- rack-session (2.0.0)
107
+ rack (3.2.4)
108
+ rack-session (2.1.1)
109
+ base64 (>= 0.1.0)
95
110
  rack (>= 3.0.0)
96
- rack-test (2.1.0)
111
+ rack-test (2.2.0)
97
112
  rack (>= 1.3)
98
- rackup (2.2.1)
113
+ rackup (2.3.1)
99
114
  rack (>= 3)
100
- rails-dom-testing (2.2.0)
115
+ rails-dom-testing (2.3.0)
101
116
  activesupport (>= 5.0.0)
102
117
  minitest
103
118
  nokogiri (>= 1.6)
104
- rails-html-sanitizer (1.6.0)
119
+ rails-html-sanitizer (1.6.2)
105
120
  loofah (~> 2.21)
106
- nokogiri (~> 1.14)
107
- railties (8.0.0)
108
- actionpack (= 8.0.0)
109
- activesupport (= 8.0.0)
121
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
122
+ railties (8.1.2)
123
+ actionpack (= 8.1.2)
124
+ activesupport (= 8.1.2)
110
125
  irb (~> 1.13)
111
126
  rackup (>= 1.0.0)
112
127
  rake (>= 12.2)
113
128
  thor (~> 1.0, >= 1.2.2)
129
+ tsort (>= 0.2)
114
130
  zeitwerk (~> 2.6)
115
131
  rainbow (3.1.1)
116
- rake (13.2.1)
117
- rdoc (6.7.0)
132
+ rake (13.3.1)
133
+ rdoc (7.0.3)
134
+ erb
118
135
  psych (>= 4.0.0)
119
- regexp_parser (2.9.2)
120
- reline (0.5.11)
136
+ tsort
137
+ regexp_parser (2.11.3)
138
+ reline (0.6.3)
121
139
  io-console (~> 0.5)
122
- rspec (3.13.0)
140
+ request_store (1.7.0)
141
+ rack (>= 1.4)
142
+ rspec (3.13.2)
123
143
  rspec-core (~> 3.13.0)
124
144
  rspec-expectations (~> 3.13.0)
125
145
  rspec-mocks (~> 3.13.0)
126
- rspec-core (3.13.2)
146
+ rspec-core (3.13.6)
127
147
  rspec-support (~> 3.13.0)
128
- rspec-expectations (3.13.3)
148
+ rspec-expectations (3.13.5)
129
149
  diff-lcs (>= 1.2.0, < 2.0)
130
150
  rspec-support (~> 3.13.0)
131
- rspec-mocks (3.13.2)
151
+ rspec-mocks (3.13.7)
132
152
  diff-lcs (>= 1.2.0, < 2.0)
133
153
  rspec-support (~> 3.13.0)
134
- rspec-support (3.13.1)
135
- rubocop (1.68.0)
154
+ rspec-support (3.13.6)
155
+ rubocop (1.82.1)
136
156
  json (~> 2.3)
137
- language_server-protocol (>= 3.17.0)
157
+ language_server-protocol (~> 3.17.0.2)
158
+ lint_roller (~> 1.1.0)
138
159
  parallel (~> 1.10)
139
160
  parser (>= 3.3.0.2)
140
161
  rainbow (>= 2.2.2, < 4.0)
141
- regexp_parser (>= 2.4, < 3.0)
142
- rubocop-ast (>= 1.32.2, < 2.0)
162
+ regexp_parser (>= 2.9.3, < 3.0)
163
+ rubocop-ast (>= 1.48.0, < 2.0)
143
164
  ruby-progressbar (~> 1.7)
144
- unicode-display_width (>= 2.4.0, < 3.0)
145
- rubocop-ast (1.36.1)
146
- parser (>= 3.3.1.0)
147
- rubocop-rake (0.6.0)
148
- rubocop (~> 1.0)
149
- rubocop-rspec (3.2.0)
150
- rubocop (~> 1.61)
165
+ unicode-display_width (>= 2.4.0, < 4.0)
166
+ rubocop-ast (1.49.0)
167
+ parser (>= 3.3.7.2)
168
+ prism (~> 1.7)
169
+ rubocop-rake (0.7.1)
170
+ lint_roller (~> 1.1)
171
+ rubocop (>= 1.72.1)
172
+ rubocop-rspec (3.9.0)
173
+ lint_roller (~> 1.1)
174
+ rubocop (~> 1.81)
151
175
  ruby-progressbar (1.13.0)
152
- securerandom (0.3.2)
153
- stringio (3.1.2)
154
- thor (1.3.2)
155
- timeout (0.4.2)
176
+ securerandom (0.4.1)
177
+ stringio (3.2.0)
178
+ thor (1.5.0)
179
+ timeout (0.6.0)
180
+ tsort (0.2.0)
156
181
  tzinfo (2.0.6)
157
182
  concurrent-ruby (~> 1.0)
158
- unicode-display_width (2.6.0)
159
- uri (1.0.2)
160
- useragent (0.16.10)
161
- zeitwerk (2.7.1)
183
+ unicode-display_width (3.2.0)
184
+ unicode-emoji (~> 4.1)
185
+ unicode-emoji (4.2.0)
186
+ uri (1.1.1)
187
+ useragent (0.16.11)
188
+ zeitwerk (2.7.4)
162
189
 
163
190
  PLATFORMS
164
191
  x86_64-darwin-22
165
192
  x86_64-darwin-23
193
+ x86_64-darwin-24
166
194
 
167
195
  DEPENDENCIES
168
196
  bp3-pg_search!
@@ -174,4 +202,4 @@ DEPENDENCIES
174
202
  rubocop-rspec (>= 2.25)
175
203
 
176
204
  BUNDLED WITH
177
- 2.5.23
205
+ 2.7.2
@@ -31,11 +31,11 @@ Gem::Specification.new do |spec|
31
31
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ['lib']
33
33
 
34
- spec.add_dependency 'activesupport', '>= 7.1.2'
34
+ spec.add_dependency 'activesupport', '~> 8.1'
35
35
  spec.add_dependency 'bp3-core', '>= 0.1'
36
36
  spec.add_dependency 'bp3-string', '>= 0.1'
37
37
  spec.add_dependency 'pg_search', '>= 2.3'
38
- spec.add_dependency 'railties', '>= 7.1.2'
38
+ spec.add_dependency 'railties', '~> 8.1'
39
39
 
40
40
  spec.add_development_dependency 'byebug'
41
41
  spec.add_development_dependency 'rake', '>= 13.0'
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'active_support'
3
4
  require 'rails/railtie'
4
5
 
5
6
  module Bp3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module PgSearch
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-pg_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wim den Braven
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - ">="
16
+ - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: 7.1.2
18
+ version: '8.1'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
- - - ">="
23
+ - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: 7.1.2
25
+ version: '8.1'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: bp3-core
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -70,16 +69,16 @@ dependencies:
70
69
  name: railties
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
- - - ">="
72
+ - - "~>"
74
73
  - !ruby/object:Gem::Version
75
- version: 7.1.2
74
+ version: '8.1'
76
75
  type: :runtime
77
76
  prerelease: false
78
77
  version_requirements: !ruby/object:Gem::Requirement
79
78
  requirements:
80
- - - ">="
79
+ - - "~>"
81
80
  - !ruby/object:Gem::Version
82
- version: 7.1.2
81
+ version: '8.1'
83
82
  - !ruby/object:Gem::Dependency
84
83
  name: byebug
85
84
  requirement: !ruby/object:Gem::Requirement
@@ -164,7 +163,6 @@ dependencies:
164
163
  - - ">="
165
164
  - !ruby/object:Gem::Version
166
165
  version: '2.25'
167
- description:
168
166
  email:
169
167
  - wimdenbraven@persuavis.com
170
168
  executables: []
@@ -195,7 +193,6 @@ metadata:
195
193
  source_code_uri: https://github.com/persuavis/bp3-pg_search
196
194
  changelog_uri: https://github.com/persuavis/bp3-pg_search/blob/main/CHANGELOG.md
197
195
  rubygems_mfa_required: 'true'
198
- post_install_message:
199
196
  rdoc_options: []
200
197
  require_paths:
201
198
  - lib
@@ -210,8 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
207
  - !ruby/object:Gem::Version
211
208
  version: '0'
212
209
  requirements: []
213
- rubygems_version: 3.5.23
214
- signing_key:
210
+ rubygems_version: 3.6.9
215
211
  specification_version: 4
216
212
  summary: bp3-pg_search adapts pg_search for BP3 (persuavis/black_phoebe_3).
217
213
  test_files: []