bp3-activeadmin 0.1.1 → 0.1.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: 8baee02476e04b3a1d1ef87ec553172119b33916d9380c14dcd4a72da8654814
4
- data.tar.gz: 3b78564fc8e7ccb2403642a03eb9fe05df029291113811ecf1262b5b9a1d8697
3
+ metadata.gz: 40aafc5a133e4888381be88d192b4300ed20b365de64ff24e5f9134c53cd3ec8
4
+ data.tar.gz: '016098f8f61254cafe8bf6359050e89a063448b7718fedfbfadb5a763a97e970'
5
5
  SHA512:
6
- metadata.gz: 728bd2c92e56bf183d2735196b6a3c2f42ca01ed2bdb295f1e54614ab2b334b4e2722d6c6759beead23979668072e04a33ef1ffb3a57ca18f9ff6e2508db627e
7
- data.tar.gz: a07c5d1b6fc5bbebfc5c702d901d7c0796a6a243d6da0797a8a63b6652612370dbc48746c4ebbc7094af08f65c4f04be36a77b2658c2548bb20e6da8b4d4f57d
6
+ metadata.gz: af989f5a186bbe7363264aa6bacc503efb26160df286d727c234d66c3d630bca8f7a5e44f3c27808d65822e772766ba097f3114b2011c1876fa8029f21fa3e90
7
+ data.tar.gz: '030428f53c2bc4b8cc8b154df40fe2f18051b6fc923c4baa4c4a0a73f8ec9a401a8e18607ad8b8d4796ec72175f338644dd0929f13df8d746c4833658f9bda95'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2024-06-03
4
+
5
+ - Update gems
6
+
3
7
  ## [0.1.1] - 2024-05-31
4
8
 
5
9
  - Tweaks and documentation
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bp3-activeadmin (0.1.1)
5
- activeadmin (~> 3.2)
4
+ bp3-activeadmin (0.1.2)
5
+ activeadmin (>= 3.2.2, < 4)
6
6
  activesupport (>= 7.1.2, < 8)
7
7
  bp3-core (>= 0.1.0, < 2)
8
8
  bp3-request_state (>= 0.1.0, < 2)
@@ -10,9 +10,9 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (7.1.3)
14
- actionview (= 7.1.3)
15
- activesupport (= 7.1.3)
13
+ actionpack (7.1.3.3)
14
+ actionview (= 7.1.3.3)
15
+ activesupport (= 7.1.3.3)
16
16
  nokogiri (>= 1.8.5)
17
17
  racc
18
18
  rack (>= 2.2.4)
@@ -20,14 +20,15 @@ GEM
20
20
  rack-test (>= 0.6.3)
21
21
  rails-dom-testing (~> 2.2)
22
22
  rails-html-sanitizer (~> 1.6)
23
- actionview (7.1.3)
24
- activesupport (= 7.1.3)
23
+ actionview (7.1.3.3)
24
+ activesupport (= 7.1.3.3)
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.0)
29
+ activeadmin (3.2.2)
30
30
  arbre (~> 1.2, >= 1.2.1)
31
+ csv
31
32
  formtastic (>= 3.1)
32
33
  formtastic_i18n (>= 0.4)
33
34
  inherited_resources (~> 1.7)
@@ -35,13 +36,13 @@ GEM
35
36
  kaminari (>= 1.2.1)
36
37
  railties (>= 6.1)
37
38
  ransack (>= 4.0)
38
- activemodel (7.1.3)
39
- activesupport (= 7.1.3)
40
- activerecord (7.1.3)
41
- activemodel (= 7.1.3)
42
- activesupport (= 7.1.3)
39
+ activemodel (7.1.3.3)
40
+ activesupport (= 7.1.3.3)
41
+ activerecord (7.1.3.3)
42
+ activemodel (= 7.1.3.3)
43
+ activesupport (= 7.1.3.3)
43
44
  timeout (>= 0.4.0)
44
- activesupport (7.1.3)
45
+ activesupport (7.1.3.3)
45
46
  base64
46
47
  bigdecimal
47
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -56,7 +57,7 @@ GEM
56
57
  ruby2_keywords (>= 0.0.2)
57
58
  ast (2.4.2)
58
59
  base64 (0.2.0)
59
- bigdecimal (3.1.6)
60
+ bigdecimal (3.1.8)
60
61
  bp3-core (0.1.2)
61
62
  actionview (>= 7.1.2, < 8)
62
63
  activesupport (>= 7.1.2, < 8)
@@ -65,12 +66,12 @@ GEM
65
66
  activesupport (>= 7.1.2, < 8)
66
67
  request_store (>= 1.5.1, < 2)
67
68
  builder (3.2.4)
68
- concurrent-ruby (1.2.3)
69
+ concurrent-ruby (1.3.1)
69
70
  connection_pool (2.4.1)
70
71
  crass (1.0.6)
71
- diff-lcs (1.5.0)
72
- drb (2.2.0)
73
- ruby2_keywords
72
+ csv (3.3.0)
73
+ diff-lcs (1.5.1)
74
+ drb (2.2.1)
74
75
  erubi (1.12.0)
75
76
  formtastic (5.0.0)
76
77
  actionpack (>= 6.0.0)
@@ -78,7 +79,7 @@ GEM
78
79
  has_scope (0.8.2)
79
80
  actionpack (>= 5.2)
80
81
  activesupport (>= 5.2)
81
- i18n (1.14.1)
82
+ i18n (1.14.5)
82
83
  concurrent-ruby (~> 1.0)
83
84
  inherited_resources (1.14.0)
84
85
  actionpack (>= 6.0)
@@ -86,14 +87,14 @@ GEM
86
87
  railties (>= 6.0)
87
88
  responders (>= 2)
88
89
  io-console (0.7.2)
89
- irb (1.11.1)
90
- rdoc
90
+ irb (1.13.1)
91
+ rdoc (>= 4.0.0)
91
92
  reline (>= 0.4.2)
92
93
  jquery-rails (4.6.0)
93
94
  rails-dom-testing (>= 1, < 3)
94
95
  railties (>= 4.2.0)
95
96
  thor (>= 0.14, < 2.0)
96
- json (2.7.1)
97
+ json (2.7.2)
97
98
  kaminari (1.2.2)
98
99
  activesupport (>= 4.1.0)
99
100
  kaminari-actionview (= 1.2.2)
@@ -110,18 +111,18 @@ GEM
110
111
  loofah (2.22.0)
111
112
  crass (~> 1.0.2)
112
113
  nokogiri (>= 1.12.0)
113
- minitest (5.21.2)
114
+ minitest (5.23.1)
114
115
  mutex_m (0.2.0)
115
- nokogiri (1.16.0-x86_64-darwin)
116
+ nokogiri (1.16.5-x86_64-darwin)
116
117
  racc (~> 1.4)
117
118
  parallel (1.24.0)
118
- parser (3.3.0.4)
119
+ parser (3.3.2.0)
119
120
  ast (~> 2.4.1)
120
121
  racc
121
122
  psych (5.1.2)
122
123
  stringio
123
- racc (1.7.3)
124
- rack (3.0.8)
124
+ racc (1.8.0)
125
+ rack (3.0.11)
125
126
  rack-session (2.0.0)
126
127
  rack (>= 3.0.0)
127
128
  rack-test (2.1.0)
@@ -136,45 +137,46 @@ GEM
136
137
  rails-html-sanitizer (1.6.0)
137
138
  loofah (~> 2.21)
138
139
  nokogiri (~> 1.14)
139
- railties (7.1.3)
140
- actionpack (= 7.1.3)
141
- activesupport (= 7.1.3)
140
+ railties (7.1.3.3)
141
+ actionpack (= 7.1.3.3)
142
+ activesupport (= 7.1.3.3)
142
143
  irb
143
144
  rackup (>= 1.0.0)
144
145
  rake (>= 12.2)
145
146
  thor (~> 1.0, >= 1.2.2)
146
147
  zeitwerk (~> 2.6)
147
148
  rainbow (3.1.1)
148
- rake (13.1.0)
149
+ rake (13.2.1)
149
150
  ransack (4.1.1)
150
151
  activerecord (>= 6.1.5)
151
152
  activesupport (>= 6.1.5)
152
153
  i18n
153
- rdoc (6.6.2)
154
+ rdoc (6.7.0)
154
155
  psych (>= 4.0.0)
155
- regexp_parser (2.9.0)
156
- reline (0.4.2)
156
+ regexp_parser (2.9.2)
157
+ reline (0.5.8)
157
158
  io-console (~> 0.5)
158
159
  request_store (1.7.0)
159
160
  rack (>= 1.4)
160
161
  responders (3.1.1)
161
162
  actionpack (>= 5.2)
162
163
  railties (>= 5.2)
163
- rexml (3.2.6)
164
- rspec (3.12.0)
165
- rspec-core (~> 3.12.0)
166
- rspec-expectations (~> 3.12.0)
167
- rspec-mocks (~> 3.12.0)
168
- rspec-core (3.12.2)
169
- rspec-support (~> 3.12.0)
170
- rspec-expectations (3.12.3)
164
+ rexml (3.2.8)
165
+ strscan (>= 3.0.9)
166
+ rspec (3.13.0)
167
+ rspec-core (~> 3.13.0)
168
+ rspec-expectations (~> 3.13.0)
169
+ rspec-mocks (~> 3.13.0)
170
+ rspec-core (3.13.0)
171
+ rspec-support (~> 3.13.0)
172
+ rspec-expectations (3.13.0)
171
173
  diff-lcs (>= 1.2.0, < 2.0)
172
- rspec-support (~> 3.12.0)
173
- rspec-mocks (3.12.6)
174
+ rspec-support (~> 3.13.0)
175
+ rspec-mocks (3.13.1)
174
176
  diff-lcs (>= 1.2.0, < 2.0)
175
- rspec-support (~> 3.12.0)
176
- rspec-support (3.12.1)
177
- rubocop (1.60.1)
177
+ rspec-support (~> 3.13.0)
178
+ rspec-support (3.13.1)
179
+ rubocop (1.64.1)
178
180
  json (~> 2.3)
179
181
  language_server-protocol (>= 3.17.0)
180
182
  parallel (~> 1.10)
@@ -182,31 +184,35 @@ GEM
182
184
  rainbow (>= 2.2.2, < 4.0)
183
185
  regexp_parser (>= 1.8, < 3.0)
184
186
  rexml (>= 3.2.5, < 4.0)
185
- rubocop-ast (>= 1.30.0, < 2.0)
187
+ rubocop-ast (>= 1.31.1, < 2.0)
186
188
  ruby-progressbar (~> 1.7)
187
189
  unicode-display_width (>= 2.4.0, < 3.0)
188
- rubocop-ast (1.30.0)
189
- parser (>= 3.2.1.0)
190
+ rubocop-ast (1.31.3)
191
+ parser (>= 3.3.1.0)
190
192
  rubocop-capybara (2.20.0)
191
193
  rubocop (~> 1.41)
192
194
  rubocop-factory_bot (2.25.1)
193
195
  rubocop (~> 1.41)
194
196
  rubocop-rake (0.6.0)
195
197
  rubocop (~> 1.0)
196
- rubocop-rspec (2.26.1)
198
+ rubocop-rspec (2.30.0)
197
199
  rubocop (~> 1.40)
198
200
  rubocop-capybara (~> 2.17)
199
201
  rubocop-factory_bot (~> 2.22)
202
+ rubocop-rspec_rails (~> 2.28)
203
+ rubocop-rspec_rails (2.28.3)
204
+ rubocop (~> 1.40)
200
205
  ruby-progressbar (1.13.0)
201
206
  ruby2_keywords (0.0.5)
202
207
  stringio (3.1.0)
203
- thor (1.3.0)
208
+ strscan (3.1.0)
209
+ thor (1.3.1)
204
210
  timeout (0.4.1)
205
211
  tzinfo (2.0.6)
206
212
  concurrent-ruby (~> 1.0)
207
213
  unicode-display_width (2.5.0)
208
214
  webrick (1.8.1)
209
- zeitwerk (2.6.12)
215
+ zeitwerk (2.6.15)
210
216
 
211
217
  PLATFORMS
212
218
  x86_64-darwin-22
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['Wim den Braven']
9
9
  spec.email = ['wimdenbraven@persuavis.com']
10
10
 
11
- spec.summary = 'bp3-active_admin.'
11
+ spec.summary = 'bp3-activeadmin adapts activeadmin for BP3 (persuavis/black_phoebe_3).'
12
12
  # spec.description = "TODO: Write a longer description or delete this line."
13
13
  spec.homepage = 'https://www.black-phoebe.com'
14
14
  spec.license = 'MIT'
@@ -31,7 +31,7 @@ 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'
34
+ spec.add_dependency 'activeadmin', ['>= 3.2.2', '< 4']
35
35
  spec.add_dependency 'activesupport', ['>= 7.1.2', '< 8']
36
36
  spec.add_dependency 'bp3-core', ['>= 0.1.0', '< 2']
37
37
  spec.add_dependency 'bp3-request_state', ['>= 0.1.0', '< 2']
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bp3
4
4
  module Activeadmin
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bp3-activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wim den Braven
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-31 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 3.2.2
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '3.2'
22
+ version: '4'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.2
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '3.2'
32
+ version: '4'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: activesupport
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -203,5 +209,5 @@ requirements: []
203
209
  rubygems_version: 3.5.11
204
210
  signing_key:
205
211
  specification_version: 4
206
- summary: bp3-active_admin.
212
+ summary: bp3-activeadmin adapts activeadmin for BP3 (persuavis/black_phoebe_3).
207
213
  test_files: []