ui_bibz 4.0.0.beta11 → 4.0.0.beta12

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: d1ea201a191301de2afddad536ed003140c762181dbab07bdded755c9e997595
4
- data.tar.gz: 527a0b6ef40be3b694c1ed2dbc0a8aecc7db346d25f7a91084978e631b621864
3
+ metadata.gz: 211753863eab6ab2e1f723e09340b6c1904586c369f07f8b60bce0438d097613
4
+ data.tar.gz: 7ff5b27f3ae1df57d57d80e64201cad70d23f734ca4ac7931ab147a3c6f7eede
5
5
  SHA512:
6
- metadata.gz: 284ee31d8189225b5d9930b6055f70f891e4f01735f38a995b02d2a68b3171e525e07ccf0f8f2b9a8b32836c8cb7f8c3f31d10bd9a11b78d0b740245e25e8cbf
7
- data.tar.gz: fc2202cf2fbb7571c26d5bc72ece7bfc8024d3ad4081ed4d6e5b52a7e8a81ecc4297945c8002dfbd69e7d9160d3357521ec3a4a6e5dd5fae00bd2b98350358af
6
+ metadata.gz: bd43ac79c272c13064d03b94601c80126356c20c1f864387efb71204aee5aaaaf1fc7fc385274926aa7412ac98b28bf75ee63d4d6658014b61244639c9a40c76
7
+ data.tar.gz: 85ee357f09385cf03b4892b5085b770626c70e423decafd259d08c6b5a183ba81e46d0e718555ebbe5330dc3f1f32c1d448a416b111b9dafe4334fc9a058f23f
data/.rubocop.yml CHANGED
@@ -179,3 +179,5 @@ Style/OpenStructUse:
179
179
 
180
180
  Naming/BlockForwarding:
181
181
  Enabled: false
182
+ Style/ArgumentsForwarding:
183
+ Enabled: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (4.0.0.beta11)
4
+ ui_bibz (4.0.0.beta12)
5
5
  bootstrap-propshaft (~> 5.3.2.2)
6
6
  dartsass-rails
7
7
  rails (>= 7.1.0)
@@ -10,35 +10,35 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (7.1.3)
14
- actionpack (= 7.1.3)
15
- activesupport (= 7.1.3)
13
+ actioncable (7.1.3.3)
14
+ actionpack (= 7.1.3.3)
15
+ activesupport (= 7.1.3.3)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
18
  zeitwerk (~> 2.6)
19
- actionmailbox (7.1.3)
20
- actionpack (= 7.1.3)
21
- activejob (= 7.1.3)
22
- activerecord (= 7.1.3)
23
- activestorage (= 7.1.3)
24
- activesupport (= 7.1.3)
19
+ actionmailbox (7.1.3.3)
20
+ actionpack (= 7.1.3.3)
21
+ activejob (= 7.1.3.3)
22
+ activerecord (= 7.1.3.3)
23
+ activestorage (= 7.1.3.3)
24
+ activesupport (= 7.1.3.3)
25
25
  mail (>= 2.7.1)
26
26
  net-imap
27
27
  net-pop
28
28
  net-smtp
29
- actionmailer (7.1.3)
30
- actionpack (= 7.1.3)
31
- actionview (= 7.1.3)
32
- activejob (= 7.1.3)
33
- activesupport (= 7.1.3)
29
+ actionmailer (7.1.3.3)
30
+ actionpack (= 7.1.3.3)
31
+ actionview (= 7.1.3.3)
32
+ activejob (= 7.1.3.3)
33
+ activesupport (= 7.1.3.3)
34
34
  mail (~> 2.5, >= 2.5.4)
35
35
  net-imap
36
36
  net-pop
37
37
  net-smtp
38
38
  rails-dom-testing (~> 2.2)
39
- actionpack (7.1.3)
40
- actionview (= 7.1.3)
41
- activesupport (= 7.1.3)
39
+ actionpack (7.1.3.3)
40
+ actionview (= 7.1.3.3)
41
+ activesupport (= 7.1.3.3)
42
42
  nokogiri (>= 1.8.5)
43
43
  racc
44
44
  rack (>= 2.2.4)
@@ -46,35 +46,35 @@ GEM
46
46
  rack-test (>= 0.6.3)
47
47
  rails-dom-testing (~> 2.2)
48
48
  rails-html-sanitizer (~> 1.6)
49
- actiontext (7.1.3)
50
- actionpack (= 7.1.3)
51
- activerecord (= 7.1.3)
52
- activestorage (= 7.1.3)
53
- activesupport (= 7.1.3)
49
+ actiontext (7.1.3.3)
50
+ actionpack (= 7.1.3.3)
51
+ activerecord (= 7.1.3.3)
52
+ activestorage (= 7.1.3.3)
53
+ activesupport (= 7.1.3.3)
54
54
  globalid (>= 0.6.0)
55
55
  nokogiri (>= 1.8.5)
56
- actionview (7.1.3)
57
- activesupport (= 7.1.3)
56
+ actionview (7.1.3.3)
57
+ activesupport (= 7.1.3.3)
58
58
  builder (~> 3.1)
59
59
  erubi (~> 1.11)
60
60
  rails-dom-testing (~> 2.2)
61
61
  rails-html-sanitizer (~> 1.6)
62
- activejob (7.1.3)
63
- activesupport (= 7.1.3)
62
+ activejob (7.1.3.3)
63
+ activesupport (= 7.1.3.3)
64
64
  globalid (>= 0.3.6)
65
- activemodel (7.1.3)
66
- activesupport (= 7.1.3)
67
- activerecord (7.1.3)
68
- activemodel (= 7.1.3)
69
- activesupport (= 7.1.3)
65
+ activemodel (7.1.3.3)
66
+ activesupport (= 7.1.3.3)
67
+ activerecord (7.1.3.3)
68
+ activemodel (= 7.1.3.3)
69
+ activesupport (= 7.1.3.3)
70
70
  timeout (>= 0.4.0)
71
- activestorage (7.1.3)
72
- actionpack (= 7.1.3)
73
- activejob (= 7.1.3)
74
- activerecord (= 7.1.3)
75
- activesupport (= 7.1.3)
71
+ activestorage (7.1.3.3)
72
+ actionpack (= 7.1.3.3)
73
+ activejob (= 7.1.3.3)
74
+ activerecord (= 7.1.3.3)
75
+ activesupport (= 7.1.3.3)
76
76
  marcel (~> 1.0)
77
- activesupport (7.1.3)
77
+ activesupport (7.1.3.3)
78
78
  base64
79
79
  bigdecimal
80
80
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -89,7 +89,7 @@ GEM
89
89
  execjs (~> 2)
90
90
  awesome_print (1.9.2)
91
91
  base64 (0.2.0)
92
- bigdecimal (3.1.6)
92
+ bigdecimal (3.1.8)
93
93
  bootstrap-propshaft (5.3.2.2)
94
94
  autoprefixer-rails (>= 9.1.0)
95
95
  popper_js (>= 2.11.8, < 3)
@@ -104,8 +104,7 @@ GEM
104
104
  sass-embedded (~> 1.63)
105
105
  date (3.3.4)
106
106
  docile (1.4.0)
107
- drb (2.2.0)
108
- ruby2_keywords
107
+ drb (2.2.1)
109
108
  erubi (1.12.0)
110
109
  execjs (2.9.1)
111
110
  factory_bot (4.11.1)
@@ -115,7 +114,10 @@ GEM
115
114
  railties (>= 3.0.0)
116
115
  globalid (1.2.1)
117
116
  activesupport (>= 6.1)
118
- google-protobuf (3.25.2)
117
+ google-protobuf (4.26.1-x86_64-darwin)
118
+ rake (>= 13)
119
+ google-protobuf (4.26.1-x86_64-linux)
120
+ rake (>= 13)
119
121
  haml (6.3.0)
120
122
  temple (>= 0.8.2)
121
123
  thor
@@ -125,7 +127,7 @@ GEM
125
127
  activesupport (>= 5.1)
126
128
  haml (>= 4.0.6)
127
129
  railties (>= 5.1)
128
- i18n (1.14.1)
130
+ i18n (1.14.5)
129
131
  concurrent-ruby (~> 1.0)
130
132
  importmap-rails (2.0.1)
131
133
  actionpack (>= 6.0.0)
@@ -133,10 +135,10 @@ GEM
133
135
  railties (>= 6.0.0)
134
136
  iniparse (1.5.0)
135
137
  io-console (0.7.2)
136
- irb (1.11.1)
137
- rdoc
138
+ irb (1.13.1)
139
+ rdoc (>= 4.0.0)
138
140
  reline (>= 0.4.2)
139
- json (2.7.1)
141
+ json (2.7.2)
140
142
  language_server-protocol (3.17.0.3)
141
143
  loofah (2.22.0)
142
144
  crass (~> 1.0.2)
@@ -146,34 +148,34 @@ GEM
146
148
  net-imap
147
149
  net-pop
148
150
  net-smtp
149
- marcel (1.0.2)
151
+ marcel (1.0.4)
150
152
  mini_mime (1.1.5)
151
- minitest (5.22.1)
153
+ minitest (5.23.0)
152
154
  mutex_m (0.2.0)
153
- net-imap (0.4.10)
155
+ net-imap (0.4.11)
154
156
  date
155
157
  net-protocol
156
158
  net-pop (0.1.2)
157
159
  net-protocol
158
160
  net-protocol (0.2.2)
159
161
  timeout
160
- net-smtp (0.4.0.1)
162
+ net-smtp (0.5.0)
161
163
  net-protocol
162
- nio4r (2.7.0)
163
- nokogiri (1.16.2-x86_64-darwin)
164
+ nio4r (2.7.3)
165
+ nokogiri (1.16.5-x86_64-darwin)
164
166
  racc (~> 1.4)
165
- nokogiri (1.16.2-x86_64-linux)
167
+ nokogiri (1.16.5-x86_64-linux)
166
168
  racc (~> 1.4)
167
- overcommit (0.62.0)
169
+ overcommit (0.63.0)
168
170
  childprocess (>= 0.6.3, < 6)
169
171
  iniparse (~> 1.4)
170
172
  rexml (~> 3.2)
171
173
  parallel (1.24.0)
172
- parser (3.3.0.5)
174
+ parser (3.3.1.0)
173
175
  ast (~> 2.4.1)
174
176
  racc
175
177
  popper_js (2.11.8)
176
- propshaft (0.8.0)
178
+ propshaft (0.9.0)
177
179
  actionpack (>= 7.0.0)
178
180
  activesupport (>= 7.0.0)
179
181
  rack
@@ -182,8 +184,8 @@ GEM
182
184
  stringio
183
185
  puma (6.4.2)
184
186
  nio4r (~> 2.0)
185
- racc (1.7.3)
186
- rack (3.0.9)
187
+ racc (1.8.0)
188
+ rack (3.0.11)
187
189
  rack-session (2.0.0)
188
190
  rack (>= 3.0.0)
189
191
  rack-test (2.1.0)
@@ -191,20 +193,20 @@ GEM
191
193
  rackup (2.1.0)
192
194
  rack (>= 3)
193
195
  webrick (~> 1.8)
194
- rails (7.1.3)
195
- actioncable (= 7.1.3)
196
- actionmailbox (= 7.1.3)
197
- actionmailer (= 7.1.3)
198
- actionpack (= 7.1.3)
199
- actiontext (= 7.1.3)
200
- actionview (= 7.1.3)
201
- activejob (= 7.1.3)
202
- activemodel (= 7.1.3)
203
- activerecord (= 7.1.3)
204
- activestorage (= 7.1.3)
205
- activesupport (= 7.1.3)
196
+ rails (7.1.3.3)
197
+ actioncable (= 7.1.3.3)
198
+ actionmailbox (= 7.1.3.3)
199
+ actionmailer (= 7.1.3.3)
200
+ actionpack (= 7.1.3.3)
201
+ actiontext (= 7.1.3.3)
202
+ actionview (= 7.1.3.3)
203
+ activejob (= 7.1.3.3)
204
+ activemodel (= 7.1.3.3)
205
+ activerecord (= 7.1.3.3)
206
+ activestorage (= 7.1.3.3)
207
+ activesupport (= 7.1.3.3)
206
208
  bundler (>= 1.15.0)
207
- railties (= 7.1.3)
209
+ railties (= 7.1.3.3)
208
210
  rails-dom-testing (2.2.0)
209
211
  activesupport (>= 5.0.0)
210
212
  minitest
@@ -212,23 +214,24 @@ GEM
212
214
  rails-html-sanitizer (1.6.0)
213
215
  loofah (~> 2.21)
214
216
  nokogiri (~> 1.14)
215
- railties (7.1.3)
216
- actionpack (= 7.1.3)
217
- activesupport (= 7.1.3)
217
+ railties (7.1.3.3)
218
+ actionpack (= 7.1.3.3)
219
+ activesupport (= 7.1.3.3)
218
220
  irb
219
221
  rackup (>= 1.0.0)
220
222
  rake (>= 12.2)
221
223
  thor (~> 1.0, >= 1.2.2)
222
224
  zeitwerk (~> 2.6)
223
225
  rainbow (3.1.1)
224
- rake (13.1.0)
225
- rdoc (6.6.2)
226
+ rake (13.2.1)
227
+ rdoc (6.6.3.1)
226
228
  psych (>= 4.0.0)
227
- regexp_parser (2.9.0)
228
- reline (0.4.2)
229
+ regexp_parser (2.9.2)
230
+ reline (0.5.7)
229
231
  io-console (~> 0.5)
230
- rexml (3.2.6)
231
- rubocop (1.60.2)
232
+ rexml (3.2.8)
233
+ strscan (>= 3.0.9)
234
+ rubocop (1.63.5)
232
235
  json (~> 2.3)
233
236
  language_server-protocol (>= 3.17.0)
234
237
  parallel (~> 1.10)
@@ -236,28 +239,27 @@ GEM
236
239
  rainbow (>= 2.2.2, < 4.0)
237
240
  regexp_parser (>= 1.8, < 3.0)
238
241
  rexml (>= 3.2.5, < 4.0)
239
- rubocop-ast (>= 1.30.0, < 2.0)
242
+ rubocop-ast (>= 1.31.1, < 2.0)
240
243
  ruby-progressbar (~> 1.7)
241
244
  unicode-display_width (>= 2.4.0, < 3.0)
242
- rubocop-ast (1.30.0)
243
- parser (>= 3.2.1.0)
244
- rubocop-minitest (0.34.5)
245
- rubocop (>= 1.39, < 2.0)
246
- rubocop-ast (>= 1.30.0, < 2.0)
247
- rubocop-performance (1.20.2)
245
+ rubocop-ast (1.31.3)
246
+ parser (>= 3.3.1.0)
247
+ rubocop-minitest (0.35.0)
248
+ rubocop (>= 1.61, < 2.0)
249
+ rubocop-ast (>= 1.31.1, < 2.0)
250
+ rubocop-performance (1.21.0)
248
251
  rubocop (>= 1.48.1, < 2.0)
249
- rubocop-ast (>= 1.30.0, < 2.0)
250
- rubocop-rails (2.23.1)
252
+ rubocop-ast (>= 1.31.1, < 2.0)
253
+ rubocop-rails (2.25.0)
251
254
  activesupport (>= 4.2.0)
252
255
  rack (>= 1.1)
253
256
  rubocop (>= 1.33.0, < 2.0)
254
- rubocop-ast (>= 1.30.0, < 2.0)
257
+ rubocop-ast (>= 1.31.1, < 2.0)
255
258
  ruby-progressbar (1.13.0)
256
- ruby2_keywords (0.0.5)
257
- sass-embedded (1.70.0-x86_64-darwin)
258
- google-protobuf (~> 3.25)
259
- sass-embedded (1.70.0-x86_64-linux-gnu)
260
- google-protobuf (~> 3.25)
259
+ sass-embedded (1.77.2-x86_64-darwin)
260
+ google-protobuf (>= 3.25, < 5.0)
261
+ sass-embedded (1.77.2-x86_64-linux-gnu)
262
+ google-protobuf (>= 3.25, < 5.0)
261
263
  simple_form (5.3.0)
262
264
  actionpack (>= 5.2)
263
265
  activemodel (>= 5.2)
@@ -267,11 +269,12 @@ GEM
267
269
  simplecov_json_formatter (~> 0.1)
268
270
  simplecov-html (0.12.3)
269
271
  simplecov_json_formatter (0.1.4)
270
- sqlite3 (1.7.2-x86_64-darwin)
271
- sqlite3 (1.7.2-x86_64-linux)
272
+ sqlite3 (2.0.1-x86_64-darwin)
273
+ sqlite3 (2.0.1-x86_64-linux-gnu)
272
274
  stringio (3.1.0)
275
+ strscan (3.1.0)
273
276
  temple (0.10.3)
274
- thor (1.3.0)
277
+ thor (1.3.1)
275
278
  tilt (2.3.0)
276
279
  timeout (0.4.1)
277
280
  tzinfo (2.0.6)
@@ -282,8 +285,8 @@ GEM
282
285
  websocket-extensions (>= 0.1.0)
283
286
  websocket-extensions (0.1.5)
284
287
  will_paginate (4.0.0)
285
- yard (0.9.34)
286
- zeitwerk (2.6.13)
288
+ yard (0.9.36)
289
+ zeitwerk (2.6.14)
287
290
 
288
291
  PLATFORMS
289
292
  x86_64-darwin-22
data/config/importmap.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  pin '@popperjs/core', to: 'https://unpkg.com/@popperjs/core@2.11.2/dist/esm/index.js', preload: true # use unpkg.com as ga.jspm.io contains a broken popper package
4
- pin 'bootstrap', to: 'https://ga.jspm.io/npm:bootstrap@5.3.2/dist/js/bootstrap.esm.js', preload: true
4
+ pin 'bootstrap', to: 'https://ga.jspm.io/npm:bootstrap@5.3.3/dist/js/bootstrap.esm.js', preload: true
5
5
  pin 'jquery', to: 'jquery-3.7.0.min.js', preload: true
6
6
  pin 'bootstrap-multiselect', to: 'bootstrap-multiselect.min.js', preload: true
7
7
  pin 'bootstrap-switch', to: 'bootstrap-switch.min.js', preload: true
data/lib/ui_bibz/infos.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module UiBibz
4
4
  NAME = 'Ui Bibz'
5
5
  SLUG = 'ui_bibz'
6
- BOOTSTRAP_VERSION = '5.3.2'
6
+ BOOTSTRAP_VERSION = '5.3.3'
7
7
  DESCRIPTION = "A Rails Interface Framework using Bootstrap #{BOOTSTRAP_VERSION}.".freeze
8
8
  SUMMARY = "Ui Bibz is an Ui Framework that allows you to build an interface very quickly and simply using Bootstrap #{BOOTSTRAP_VERSION}.".freeze
9
9
  LICENSE = 'MIT'
@@ -12,6 +12,6 @@ module UiBibz
12
12
  REPO = 'git+https://github.com/thooams/ui_bibz.git'
13
13
  EMAIL = 'thomas@hummel.link'
14
14
  AUTHOR = 'Thooams [Thomas HUMMEL]'
15
- VERSION = '4.0.0.beta11'
15
+ VERSION = '4.0.0.beta12'
16
16
  AUTHORS = ['Thooams'].freeze
17
17
  end
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # Be sure to restart your server when you modify this file.
3
4
 
4
5
  # Define an application-wide content security policy.
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # Be sure to restart your server when you modify this file.
3
4
 
4
5
  # Add new inflection rules using the following format. Inflections
@@ -1,4 +1,5 @@
1
1
  # frozen_string_literal: true
2
+
2
3
  # Define an application-wide HTTP permissions policy. For further
3
4
  # information see https://developers.google.com/web/updates/2018/06/feature-policy
4
5
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta11
4
+ version: 4.0.0.beta12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams [Thomas HUMMEL]
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-13 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '4.0'
83
- description: A Rails Interface Framework using Bootstrap 5.3.2.
83
+ description: A Rails Interface Framework using Bootstrap 5.3.3.
84
84
  email: thomas@hummel.link
85
85
  executables:
86
86
  - test
@@ -571,5 +571,5 @@ rubygems_version: 3.5.3
571
571
  signing_key:
572
572
  specification_version: 4
573
573
  summary: Ui Bibz is an Ui Framework that allows you to build an interface very quickly
574
- and simply using Bootstrap 5.3.2.
574
+ and simply using Bootstrap 5.3.3.
575
575
  test_files: []