bp3-activeadmin 0.1.3 → 0.2.0

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: b4b0eb8b833d37e88ac9189afa80ea055e43a1a60fc49c454e41068f6bd5bb53
4
- data.tar.gz: 7ea66416000acc61f3c0af98507947fbfd61f1bd7d72b1c88dc52ceb6e25ed5e
3
+ metadata.gz: 635a4a2c2a9466d8e3669f7b4f388564db6b786571a6d84da3ba9de860f6ca78
4
+ data.tar.gz: 37f8d4b7a21ff7e817b74dc18f217c5330de5adf3c8b35deba7b751828f3d840
5
5
  SHA512:
6
- metadata.gz: 3dfa7e6d3fc953a19519eb20177340b47477022baa23801d16ae95e91b977dfeccea61ba795cd8747961a572edffda890b53d9ab4c792cd181a8937a42ea3583
7
- data.tar.gz: 5babf2998aa59356cc5a4df687ba2b5b0b22db3978c5337fc2b8e691c899e90802aaa0b23a6d96fd852dc38b0b86cbeb2f83cc96bf421a538f34e45413cbb1c4
6
+ metadata.gz: 55fb2da785ddf845ecd3b8e4d29d736d9432b4654de299fa52642d478c920cfb16b921572acbc46a04171b3608f1975be579f332271d961a519d0994b982a2b2
7
+ data.tar.gz: 425583b554d9cc34728fa37ff7591cb58cb2070962aefc44848a21673488500d975b69f4d2edb8f83a0278ad7b4e403d17ffcea733b330d11c1e53921a78d9f8
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,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.0] - 2026-01-12
4
+
5
+ - Update activeadmin gem dependency to 4.0.0.beta16
6
+ - Update gems
7
+
3
8
  ## [0.1.3] - 2024-11-18
4
9
 
5
10
  - Use ruby 3.3.5 and relax gem constraints
data/Gemfile.lock CHANGED
@@ -1,18 +1,18 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-activeadmin (0.1.3)
5
- activeadmin (>= 3.2.2)
6
- activesupport (>= 7.1.2)
4
+ bp3-activeadmin (0.2.0)
5
+ activeadmin (>= 4.0.0.beta16)
6
+ activesupport (~> 8.1)
7
7
  bp3-core (>= 0.1.0)
8
8
  bp3-request_state (>= 0.1.0)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (8.0.0)
14
- actionview (= 8.0.0)
15
- activesupport (= 8.0.0)
13
+ actionpack (8.1.2)
14
+ actionview (= 8.1.2)
15
+ activesupport (= 8.1.2)
16
16
  nokogiri (>= 1.8.5)
17
17
  rack (>= 2.2.4)
18
18
  rack-session (>= 1.0.1)
@@ -20,85 +20,82 @@ GEM
20
20
  rails-dom-testing (~> 2.2)
21
21
  rails-html-sanitizer (~> 1.6)
22
22
  useragent (~> 0.16)
23
- actionview (8.0.0)
24
- activesupport (= 8.0.0)
23
+ actionview (8.1.2)
24
+ activesupport (= 8.1.2)
25
25
  builder (~> 3.1)
26
26
  erubi (~> 1.11)
27
27
  rails-dom-testing (~> 2.2)
28
28
  rails-html-sanitizer (~> 1.6)
29
- activeadmin (3.2.5)
30
- arbre (~> 1.2, >= 1.2.1)
29
+ activeadmin (4.0.0.beta19)
30
+ arbre (~> 2.0)
31
31
  csv
32
- formtastic (>= 3.1)
33
- formtastic_i18n (>= 0.4)
34
- inherited_resources (~> 1.7)
35
- jquery-rails (>= 4.2)
32
+ formtastic (>= 5.0)
33
+ formtastic_i18n (>= 0.7)
34
+ inherited_resources (~> 2.0)
36
35
  kaminari (>= 1.2.1)
37
- railties (>= 6.1)
36
+ railties (>= 7.0)
38
37
  ransack (>= 4.0)
39
- activemodel (8.0.0)
40
- activesupport (= 8.0.0)
41
- activerecord (8.0.0)
42
- activemodel (= 8.0.0)
43
- activesupport (= 8.0.0)
38
+ activemodel (8.1.2)
39
+ activesupport (= 8.1.2)
40
+ activerecord (8.1.2)
41
+ activemodel (= 8.1.2)
42
+ activesupport (= 8.1.2)
44
43
  timeout (>= 0.4.0)
45
- activesupport (8.0.0)
44
+ activesupport (8.1.2)
46
45
  base64
47
- benchmark (>= 0.3)
48
46
  bigdecimal
49
47
  concurrent-ruby (~> 1.0, >= 1.3.1)
50
48
  connection_pool (>= 2.2.5)
51
49
  drb
52
50
  i18n (>= 1.6, < 2)
51
+ json
53
52
  logger (>= 1.4.2)
54
53
  minitest (>= 5.1)
55
54
  securerandom (>= 0.3)
56
55
  tzinfo (~> 2.0, >= 2.0.5)
57
56
  uri (>= 0.13.1)
58
- arbre (1.7.0)
59
- activesupport (>= 3.0.0)
60
- ruby2_keywords (>= 0.0.2)
61
- ast (2.4.2)
62
- base64 (0.2.0)
63
- benchmark (0.4.0)
64
- bigdecimal (3.1.8)
65
- bp3-core (0.1.5)
66
- actionview (>= 7.1.2)
67
- activesupport (>= 7.1.2)
68
- bp3-request_state (0.1.2)
69
- actionpack (>= 7.1.2)
70
- activesupport (>= 7.1.2)
57
+ arbre (2.2.1)
58
+ activesupport (>= 7.0)
59
+ ast (2.4.3)
60
+ base64 (0.3.0)
61
+ bigdecimal (4.0.1)
62
+ bp3-core (0.2.0)
63
+ actionview (~> 8.1)
64
+ activesupport (~> 8.1)
65
+ bp3-request_state (~> 0.1)
66
+ bp3-request_state (0.1.3)
67
+ actionpack (~> 8.1)
68
+ activesupport (~> 8.1)
71
69
  request_store (>= 1.5.1)
72
70
  builder (3.3.0)
73
- concurrent-ruby (1.3.4)
74
- connection_pool (2.4.1)
71
+ concurrent-ruby (1.3.6)
72
+ connection_pool (3.0.2)
75
73
  crass (1.0.6)
76
- csv (3.3.0)
77
- diff-lcs (1.5.1)
78
- drb (2.2.1)
79
- erubi (1.13.0)
74
+ csv (3.3.5)
75
+ date (3.5.1)
76
+ diff-lcs (1.6.2)
77
+ drb (2.2.3)
78
+ erb (6.0.1)
79
+ erubi (1.13.1)
80
80
  formtastic (5.0.0)
81
81
  actionpack (>= 6.0.0)
82
82
  formtastic_i18n (0.7.0)
83
- has_scope (0.8.2)
84
- actionpack (>= 5.2)
85
- activesupport (>= 5.2)
86
- i18n (1.14.6)
83
+ has_scope (0.9.0)
84
+ actionpack (>= 7.0)
85
+ activesupport (>= 7.0)
86
+ i18n (1.14.8)
87
87
  concurrent-ruby (~> 1.0)
88
- inherited_resources (1.14.0)
89
- actionpack (>= 6.0)
88
+ inherited_resources (2.1.0)
89
+ actionpack (>= 7.0)
90
90
  has_scope (>= 0.6)
91
- railties (>= 6.0)
91
+ railties (>= 7.0)
92
92
  responders (>= 2)
93
- io-console (0.7.2)
94
- irb (1.14.1)
93
+ io-console (0.8.2)
94
+ irb (1.16.0)
95
+ pp (>= 0.6.0)
95
96
  rdoc (>= 4.0.0)
96
97
  reline (>= 0.4.2)
97
- jquery-rails (4.6.0)
98
- rails-dom-testing (>= 1, < 3)
99
- railties (>= 4.2.0)
100
- thor (>= 0.14, < 2.0)
101
- json (2.8.2)
98
+ json (2.18.0)
102
99
  kaminari (1.2.2)
103
100
  activesupport (>= 4.1.0)
104
101
  kaminari-actionview (= 1.2.2)
@@ -111,103 +108,122 @@ GEM
111
108
  activerecord
112
109
  kaminari-core (= 1.2.2)
113
110
  kaminari-core (1.2.2)
114
- language_server-protocol (3.17.0.3)
115
- logger (1.6.1)
116
- loofah (2.23.1)
111
+ language_server-protocol (3.17.0.5)
112
+ lint_roller (1.1.0)
113
+ logger (1.7.0)
114
+ loofah (2.25.0)
117
115
  crass (~> 1.0.2)
118
116
  nokogiri (>= 1.12.0)
119
- minitest (5.25.1)
120
- nokogiri (1.16.7-x86_64-darwin)
117
+ minitest (6.0.1)
118
+ prism (~> 1.5)
119
+ nokogiri (1.19.0-x86_64-darwin)
121
120
  racc (~> 1.4)
122
- parallel (1.26.3)
123
- parser (3.3.6.0)
121
+ parallel (1.27.0)
122
+ parser (3.3.10.0)
124
123
  ast (~> 2.4.1)
125
124
  racc
126
- psych (5.2.0)
125
+ pp (0.6.3)
126
+ prettyprint
127
+ prettyprint (0.2.0)
128
+ prism (1.7.0)
129
+ psych (5.3.1)
130
+ date
127
131
  stringio
128
132
  racc (1.8.1)
129
- rack (3.1.8)
130
- rack-session (2.0.0)
133
+ rack (3.2.4)
134
+ rack-session (2.1.1)
135
+ base64 (>= 0.1.0)
131
136
  rack (>= 3.0.0)
132
- rack-test (2.1.0)
137
+ rack-test (2.2.0)
133
138
  rack (>= 1.3)
134
- rackup (2.2.1)
139
+ rackup (2.3.1)
135
140
  rack (>= 3)
136
- rails-dom-testing (2.2.0)
141
+ rails-dom-testing (2.3.0)
137
142
  activesupport (>= 5.0.0)
138
143
  minitest
139
144
  nokogiri (>= 1.6)
140
- rails-html-sanitizer (1.6.0)
145
+ rails-html-sanitizer (1.6.2)
141
146
  loofah (~> 2.21)
142
- nokogiri (~> 1.14)
143
- railties (8.0.0)
144
- actionpack (= 8.0.0)
145
- activesupport (= 8.0.0)
147
+ 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)
148
+ railties (8.1.2)
149
+ actionpack (= 8.1.2)
150
+ activesupport (= 8.1.2)
146
151
  irb (~> 1.13)
147
152
  rackup (>= 1.0.0)
148
153
  rake (>= 12.2)
149
154
  thor (~> 1.0, >= 1.2.2)
155
+ tsort (>= 0.2)
150
156
  zeitwerk (~> 2.6)
151
157
  rainbow (3.1.1)
152
- rake (13.2.1)
153
- ransack (4.2.1)
154
- activerecord (>= 6.1.5)
155
- activesupport (>= 6.1.5)
158
+ rake (13.3.1)
159
+ ransack (4.4.1)
160
+ activerecord (>= 7.2)
161
+ activesupport (>= 7.2)
156
162
  i18n
157
- rdoc (6.7.0)
163
+ rdoc (7.0.3)
164
+ erb
158
165
  psych (>= 4.0.0)
159
- regexp_parser (2.9.2)
160
- reline (0.5.11)
166
+ tsort
167
+ regexp_parser (2.11.3)
168
+ reline (0.6.3)
161
169
  io-console (~> 0.5)
162
170
  request_store (1.7.0)
163
171
  rack (>= 1.4)
164
- responders (3.1.1)
165
- actionpack (>= 5.2)
166
- railties (>= 5.2)
167
- rspec (3.13.0)
172
+ responders (3.2.0)
173
+ actionpack (>= 7.0)
174
+ railties (>= 7.0)
175
+ rspec (3.13.2)
168
176
  rspec-core (~> 3.13.0)
169
177
  rspec-expectations (~> 3.13.0)
170
178
  rspec-mocks (~> 3.13.0)
171
- rspec-core (3.13.2)
179
+ rspec-core (3.13.6)
172
180
  rspec-support (~> 3.13.0)
173
- rspec-expectations (3.13.3)
181
+ rspec-expectations (3.13.5)
174
182
  diff-lcs (>= 1.2.0, < 2.0)
175
183
  rspec-support (~> 3.13.0)
176
- rspec-mocks (3.13.2)
184
+ rspec-mocks (3.13.7)
177
185
  diff-lcs (>= 1.2.0, < 2.0)
178
186
  rspec-support (~> 3.13.0)
179
- rspec-support (3.13.1)
180
- rubocop (1.68.0)
187
+ rspec-support (3.13.6)
188
+ rubocop (1.82.1)
181
189
  json (~> 2.3)
182
- language_server-protocol (>= 3.17.0)
190
+ language_server-protocol (~> 3.17.0.2)
191
+ lint_roller (~> 1.1.0)
183
192
  parallel (~> 1.10)
184
193
  parser (>= 3.3.0.2)
185
194
  rainbow (>= 2.2.2, < 4.0)
186
- regexp_parser (>= 2.4, < 3.0)
187
- rubocop-ast (>= 1.32.2, < 2.0)
195
+ regexp_parser (>= 2.9.3, < 3.0)
196
+ rubocop-ast (>= 1.48.0, < 2.0)
188
197
  ruby-progressbar (~> 1.7)
189
- unicode-display_width (>= 2.4.0, < 3.0)
190
- rubocop-ast (1.36.1)
191
- parser (>= 3.3.1.0)
192
- rubocop-rake (0.6.0)
193
- rubocop (~> 1.0)
194
- rubocop-rspec (3.2.0)
195
- rubocop (~> 1.61)
198
+ unicode-display_width (>= 2.4.0, < 4.0)
199
+ rubocop-ast (1.49.0)
200
+ parser (>= 3.3.7.2)
201
+ prism (~> 1.7)
202
+ rubocop-rake (0.7.1)
203
+ lint_roller (~> 1.1)
204
+ rubocop (>= 1.72.1)
205
+ rubocop-rspec (3.9.0)
206
+ lint_roller (~> 1.1)
207
+ rubocop (~> 1.81)
196
208
  ruby-progressbar (1.13.0)
197
- ruby2_keywords (0.0.5)
198
- securerandom (0.3.2)
199
- stringio (3.1.2)
200
- thor (1.3.2)
201
- timeout (0.4.2)
209
+ securerandom (0.4.1)
210
+ stringio (3.2.0)
211
+ thor (1.5.0)
212
+ timeout (0.6.0)
213
+ tsort (0.2.0)
202
214
  tzinfo (2.0.6)
203
215
  concurrent-ruby (~> 1.0)
204
- unicode-display_width (2.6.0)
205
- uri (1.0.2)
206
- useragent (0.16.10)
207
- zeitwerk (2.7.1)
216
+ unicode-display_width (3.2.0)
217
+ unicode-emoji (~> 4.1)
218
+ unicode-emoji (4.2.0)
219
+ uri (1.1.1)
220
+ useragent (0.16.11)
221
+ zeitwerk (2.7.4)
208
222
 
209
223
  PLATFORMS
210
224
  x86_64-darwin-22
225
+ x86_64-darwin-23
226
+ x86_64-darwin-24
211
227
 
212
228
  DEPENDENCIES
213
229
  bp3-activeadmin!
@@ -218,4 +234,4 @@ DEPENDENCIES
218
234
  rubocop-rspec (>= 2.25)
219
235
 
220
236
  BUNDLED WITH
221
- 2.5.17
237
+ 2.7.2
@@ -31,8 +31,8 @@ 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 'activeadmin', '>= 3.2.2'
35
- spec.add_dependency 'activesupport', '>= 7.1.2'
34
+ spec.add_dependency 'activeadmin', '>= 4.0.0.beta16'
35
+ spec.add_dependency 'activesupport', '~> 8.1'
36
36
  spec.add_dependency 'bp3-core', '>= 0.1.0'
37
37
  spec.add_dependency 'bp3-request_state', '>= 0.1.0'
38
38
 
@@ -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 Activeadmin
5
- VERSION = '0.1.3'
5
+ VERSION = '0.2.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
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-18 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: activeadmin
@@ -16,28 +15,28 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 3.2.2
18
+ version: 4.0.0.beta16
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: 3.2.2
25
+ version: 4.0.0.beta16
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: activesupport
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - ">="
30
+ - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 7.1.2
32
+ version: '8.1'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
- - - ">="
37
+ - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 7.1.2
39
+ version: '8.1'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: bp3-core
43
42
  requirement: !ruby/object:Gem::Requirement
@@ -136,7 +135,6 @@ dependencies:
136
135
  - - ">="
137
136
  - !ruby/object:Gem::Version
138
137
  version: '2.25'
139
- description:
140
138
  email:
141
139
  - wimdenbraven@persuavis.com
142
140
  executables: []
@@ -167,7 +165,6 @@ metadata:
167
165
  source_code_uri: https://github.com/persuavis/bp3-activeadmin
168
166
  changelog_uri: https://github.com/persuavis/bp3-activeadmin/blob/main/CHANGELOG.md
169
167
  rubygems_mfa_required: 'true'
170
- post_install_message:
171
168
  rdoc_options: []
172
169
  require_paths:
173
170
  - lib
@@ -182,8 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
179
  - !ruby/object:Gem::Version
183
180
  version: '0'
184
181
  requirements: []
185
- rubygems_version: 3.5.17
186
- signing_key:
182
+ rubygems_version: 3.6.9
187
183
  specification_version: 4
188
184
  summary: bp3-activeadmin adapts activeadmin for BP3 (persuavis/black_phoebe_3).
189
185
  test_files: []