ui_bibz 2.5.5 → 2.5.6
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 +4 -4
- data/.rubocop.yml +12 -2
- data/Gemfile.lock +65 -65
- data/lib/ui_bibz/infos.rb +1 -1
- metadata +2 -3
- data/.rubocop_todo.yml +0 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5467144e42c79fca52d17dfb10d46e4d2888e05e7fb784a74221dc322d63700
|
|
4
|
+
data.tar.gz: 47b288b85b7efaf917446b2605c0cf42068f4b94e57cb31c8885e74885f921c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d89e2cbc196bcf798974dee4b30ef1eb2573cb72e2a988247e900eb3f46b1b1f56033cab8798477144a6890e6dc5a6e97c1c68e6cddc1d8659e2293c55c92ff2
|
|
7
|
+
data.tar.gz: eb63db9dfb748a8574bf44d789832649a32021a46f63c4ad8c49940da0aee3aa74ca99d8f25dfd0612b56366d4b944f40bfdb5c1eac23f8fb9c6b5258aa3d146
|
data/.rubocop.yml
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
inherit_from: .rubocop_todo.yml
|
|
2
|
-
|
|
3
1
|
Layout/LineLength:
|
|
4
2
|
Enabled: false
|
|
5
3
|
|
|
@@ -85,3 +83,15 @@ Style/RedundantRegexpEscape:
|
|
|
85
83
|
|
|
86
84
|
Style/SlicingWithRange:
|
|
87
85
|
Enabled: true
|
|
86
|
+
|
|
87
|
+
Style/RedundantFetchBlock:
|
|
88
|
+
Enabled: true
|
|
89
|
+
|
|
90
|
+
Metrics/CyclomaticComplexity:
|
|
91
|
+
Enabled: false
|
|
92
|
+
|
|
93
|
+
Metrics/AbcSize:
|
|
94
|
+
Max: 48
|
|
95
|
+
|
|
96
|
+
Metrics/PerceivedComplexity:
|
|
97
|
+
Enabled: false
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ui_bibz (2.5.
|
|
4
|
+
ui_bibz (2.5.6)
|
|
5
5
|
bootstrap (= 4.4.1)
|
|
6
6
|
haml
|
|
7
7
|
haml-rails
|
|
@@ -16,63 +16,63 @@ PATH
|
|
|
16
16
|
GEM
|
|
17
17
|
remote: https://rubygems.org/
|
|
18
18
|
specs:
|
|
19
|
-
actioncable (6.0.3.
|
|
20
|
-
actionpack (= 6.0.3.
|
|
19
|
+
actioncable (6.0.3.2)
|
|
20
|
+
actionpack (= 6.0.3.2)
|
|
21
21
|
nio4r (~> 2.0)
|
|
22
22
|
websocket-driver (>= 0.6.1)
|
|
23
|
-
actionmailbox (6.0.3.
|
|
24
|
-
actionpack (= 6.0.3.
|
|
25
|
-
activejob (= 6.0.3.
|
|
26
|
-
activerecord (= 6.0.3.
|
|
27
|
-
activestorage (= 6.0.3.
|
|
28
|
-
activesupport (= 6.0.3.
|
|
23
|
+
actionmailbox (6.0.3.2)
|
|
24
|
+
actionpack (= 6.0.3.2)
|
|
25
|
+
activejob (= 6.0.3.2)
|
|
26
|
+
activerecord (= 6.0.3.2)
|
|
27
|
+
activestorage (= 6.0.3.2)
|
|
28
|
+
activesupport (= 6.0.3.2)
|
|
29
29
|
mail (>= 2.7.1)
|
|
30
|
-
actionmailer (6.0.3.
|
|
31
|
-
actionpack (= 6.0.3.
|
|
32
|
-
actionview (= 6.0.3.
|
|
33
|
-
activejob (= 6.0.3.
|
|
30
|
+
actionmailer (6.0.3.2)
|
|
31
|
+
actionpack (= 6.0.3.2)
|
|
32
|
+
actionview (= 6.0.3.2)
|
|
33
|
+
activejob (= 6.0.3.2)
|
|
34
34
|
mail (~> 2.5, >= 2.5.4)
|
|
35
35
|
rails-dom-testing (~> 2.0)
|
|
36
|
-
actionpack (6.0.3.
|
|
37
|
-
actionview (= 6.0.3.
|
|
38
|
-
activesupport (= 6.0.3.
|
|
36
|
+
actionpack (6.0.3.2)
|
|
37
|
+
actionview (= 6.0.3.2)
|
|
38
|
+
activesupport (= 6.0.3.2)
|
|
39
39
|
rack (~> 2.0, >= 2.0.8)
|
|
40
40
|
rack-test (>= 0.6.3)
|
|
41
41
|
rails-dom-testing (~> 2.0)
|
|
42
42
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
43
|
-
actiontext (6.0.3.
|
|
44
|
-
actionpack (= 6.0.3.
|
|
45
|
-
activerecord (= 6.0.3.
|
|
46
|
-
activestorage (= 6.0.3.
|
|
47
|
-
activesupport (= 6.0.3.
|
|
43
|
+
actiontext (6.0.3.2)
|
|
44
|
+
actionpack (= 6.0.3.2)
|
|
45
|
+
activerecord (= 6.0.3.2)
|
|
46
|
+
activestorage (= 6.0.3.2)
|
|
47
|
+
activesupport (= 6.0.3.2)
|
|
48
48
|
nokogiri (>= 1.8.5)
|
|
49
|
-
actionview (6.0.3.
|
|
50
|
-
activesupport (= 6.0.3.
|
|
49
|
+
actionview (6.0.3.2)
|
|
50
|
+
activesupport (= 6.0.3.2)
|
|
51
51
|
builder (~> 3.1)
|
|
52
52
|
erubi (~> 1.4)
|
|
53
53
|
rails-dom-testing (~> 2.0)
|
|
54
54
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
55
|
-
activejob (6.0.3.
|
|
56
|
-
activesupport (= 6.0.3.
|
|
55
|
+
activejob (6.0.3.2)
|
|
56
|
+
activesupport (= 6.0.3.2)
|
|
57
57
|
globalid (>= 0.3.6)
|
|
58
|
-
activemodel (6.0.3.
|
|
59
|
-
activesupport (= 6.0.3.
|
|
60
|
-
activerecord (6.0.3.
|
|
61
|
-
activemodel (= 6.0.3.
|
|
62
|
-
activesupport (= 6.0.3.
|
|
63
|
-
activestorage (6.0.3.
|
|
64
|
-
actionpack (= 6.0.3.
|
|
65
|
-
activejob (= 6.0.3.
|
|
66
|
-
activerecord (= 6.0.3.
|
|
58
|
+
activemodel (6.0.3.2)
|
|
59
|
+
activesupport (= 6.0.3.2)
|
|
60
|
+
activerecord (6.0.3.2)
|
|
61
|
+
activemodel (= 6.0.3.2)
|
|
62
|
+
activesupport (= 6.0.3.2)
|
|
63
|
+
activestorage (6.0.3.2)
|
|
64
|
+
actionpack (= 6.0.3.2)
|
|
65
|
+
activejob (= 6.0.3.2)
|
|
66
|
+
activerecord (= 6.0.3.2)
|
|
67
67
|
marcel (~> 0.3.1)
|
|
68
|
-
activesupport (6.0.3.
|
|
68
|
+
activesupport (6.0.3.2)
|
|
69
69
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
70
70
|
i18n (>= 0.7, < 2)
|
|
71
71
|
minitest (~> 5.1)
|
|
72
72
|
tzinfo (~> 1.1)
|
|
73
73
|
zeitwerk (~> 2.2, >= 2.2.2)
|
|
74
|
-
ast (2.4.
|
|
75
|
-
autoprefixer-rails (9.
|
|
74
|
+
ast (2.4.1)
|
|
75
|
+
autoprefixer-rails (9.8.4)
|
|
76
76
|
execjs
|
|
77
77
|
awesome_print (1.8.0)
|
|
78
78
|
bootstrap (4.4.1)
|
|
@@ -81,7 +81,7 @@ GEM
|
|
|
81
81
|
sassc-rails (>= 2.0.0)
|
|
82
82
|
builder (3.2.4)
|
|
83
83
|
byebug (11.1.3)
|
|
84
|
-
childprocess (
|
|
84
|
+
childprocess (4.0.0)
|
|
85
85
|
codeclimate-test-reporter (1.0.7)
|
|
86
86
|
simplecov
|
|
87
87
|
concurrent-ruby (1.1.6)
|
|
@@ -95,7 +95,7 @@ GEM
|
|
|
95
95
|
factory_bot_rails (4.11.1)
|
|
96
96
|
factory_bot (~> 4.11.1)
|
|
97
97
|
railties (>= 3.0.0)
|
|
98
|
-
ffi (1.13.
|
|
98
|
+
ffi (1.13.1)
|
|
99
99
|
globalid (0.4.2)
|
|
100
100
|
activesupport (>= 4.2.0)
|
|
101
101
|
haml (5.1.2)
|
|
@@ -119,7 +119,7 @@ GEM
|
|
|
119
119
|
rails-dom-testing (>= 1, < 3)
|
|
120
120
|
railties (>= 4.2.0)
|
|
121
121
|
thor (>= 0.14, < 2.0)
|
|
122
|
-
loofah (2.
|
|
122
|
+
loofah (2.6.0)
|
|
123
123
|
crass (~> 1.0.2)
|
|
124
124
|
nokogiri (>= 1.5.9)
|
|
125
125
|
mail (2.7.1)
|
|
@@ -134,39 +134,39 @@ GEM
|
|
|
134
134
|
nio4r (2.5.2)
|
|
135
135
|
nokogiri (1.10.9)
|
|
136
136
|
mini_portile2 (~> 2.4.0)
|
|
137
|
-
overcommit (0.
|
|
138
|
-
childprocess (>= 0.6.3, <
|
|
137
|
+
overcommit (0.54.0)
|
|
138
|
+
childprocess (>= 0.6.3, < 5)
|
|
139
139
|
iniparse (~> 1.4)
|
|
140
|
-
parallel (1.19.
|
|
141
|
-
parser (2.7.1.
|
|
142
|
-
ast (~> 2.4.
|
|
140
|
+
parallel (1.19.2)
|
|
141
|
+
parser (2.7.1.4)
|
|
142
|
+
ast (~> 2.4.1)
|
|
143
143
|
popper_js (1.16.0)
|
|
144
|
-
rack (2.2.
|
|
144
|
+
rack (2.2.3)
|
|
145
145
|
rack-test (1.1.0)
|
|
146
146
|
rack (>= 1.0, < 3)
|
|
147
|
-
rails (6.0.3.
|
|
148
|
-
actioncable (= 6.0.3.
|
|
149
|
-
actionmailbox (= 6.0.3.
|
|
150
|
-
actionmailer (= 6.0.3.
|
|
151
|
-
actionpack (= 6.0.3.
|
|
152
|
-
actiontext (= 6.0.3.
|
|
153
|
-
actionview (= 6.0.3.
|
|
154
|
-
activejob (= 6.0.3.
|
|
155
|
-
activemodel (= 6.0.3.
|
|
156
|
-
activerecord (= 6.0.3.
|
|
157
|
-
activestorage (= 6.0.3.
|
|
158
|
-
activesupport (= 6.0.3.
|
|
147
|
+
rails (6.0.3.2)
|
|
148
|
+
actioncable (= 6.0.3.2)
|
|
149
|
+
actionmailbox (= 6.0.3.2)
|
|
150
|
+
actionmailer (= 6.0.3.2)
|
|
151
|
+
actionpack (= 6.0.3.2)
|
|
152
|
+
actiontext (= 6.0.3.2)
|
|
153
|
+
actionview (= 6.0.3.2)
|
|
154
|
+
activejob (= 6.0.3.2)
|
|
155
|
+
activemodel (= 6.0.3.2)
|
|
156
|
+
activerecord (= 6.0.3.2)
|
|
157
|
+
activestorage (= 6.0.3.2)
|
|
158
|
+
activesupport (= 6.0.3.2)
|
|
159
159
|
bundler (>= 1.3.0)
|
|
160
|
-
railties (= 6.0.3.
|
|
160
|
+
railties (= 6.0.3.2)
|
|
161
161
|
sprockets-rails (>= 2.0.0)
|
|
162
162
|
rails-dom-testing (2.0.3)
|
|
163
163
|
activesupport (>= 4.2.0)
|
|
164
164
|
nokogiri (>= 1.6)
|
|
165
165
|
rails-html-sanitizer (1.3.0)
|
|
166
166
|
loofah (~> 2.3)
|
|
167
|
-
railties (6.0.3.
|
|
168
|
-
actionpack (= 6.0.3.
|
|
169
|
-
activesupport (= 6.0.3.
|
|
167
|
+
railties (6.0.3.2)
|
|
168
|
+
actionpack (= 6.0.3.2)
|
|
169
|
+
activesupport (= 6.0.3.2)
|
|
170
170
|
method_source
|
|
171
171
|
rake (>= 0.8.7)
|
|
172
172
|
thor (>= 0.20.3, < 2.0)
|
|
@@ -174,13 +174,13 @@ GEM
|
|
|
174
174
|
rake (13.0.1)
|
|
175
175
|
regexp_parser (1.7.1)
|
|
176
176
|
rexml (3.2.4)
|
|
177
|
-
rubocop (0.
|
|
177
|
+
rubocop (0.86.0)
|
|
178
178
|
parallel (~> 1.10)
|
|
179
179
|
parser (>= 2.7.0.1)
|
|
180
180
|
rainbow (>= 2.2.2, < 4.0)
|
|
181
181
|
regexp_parser (>= 1.7)
|
|
182
182
|
rexml
|
|
183
|
-
rubocop-ast (>= 0.0.3)
|
|
183
|
+
rubocop-ast (>= 0.0.3, < 1.0)
|
|
184
184
|
ruby-progressbar (~> 1.7)
|
|
185
185
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
186
186
|
rubocop-ast (0.0.3)
|
|
@@ -198,7 +198,7 @@ GEM
|
|
|
198
198
|
sprockets (> 3.0)
|
|
199
199
|
sprockets-rails
|
|
200
200
|
tilt
|
|
201
|
-
sexp_processor (4.
|
|
201
|
+
sexp_processor (4.15.0)
|
|
202
202
|
simple_form (5.0.2)
|
|
203
203
|
actionpack (>= 5.0)
|
|
204
204
|
activemodel (>= 5.0)
|
data/lib/ui_bibz/infos.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module UiBibz
|
|
4
4
|
NAME = 'Ui Bibz'
|
|
5
|
-
VERSION = '2.5.
|
|
5
|
+
VERSION = '2.5.6'
|
|
6
6
|
DESCRIPTION = 'A Rails Interface Framework using Bootstrap.'
|
|
7
7
|
SUMMARY = 'Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more.'
|
|
8
8
|
LICENSE = 'MIT'
|
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: 2.5.
|
|
4
|
+
version: 2.5.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thooams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap
|
|
@@ -274,7 +274,6 @@ files:
|
|
|
274
274
|
- ".gitlab-ci.yml"
|
|
275
275
|
- ".overcommit.yml"
|
|
276
276
|
- ".rubocop.yml"
|
|
277
|
-
- ".rubocop_todo.yml"
|
|
278
277
|
- ".travis.yml"
|
|
279
278
|
- CONTRIBUTORS.md
|
|
280
279
|
- Gemfile
|
data/.rubocop_todo.yml
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# This configuration was generated by
|
|
2
|
-
# `rubocop --auto-gen-config`
|
|
3
|
-
# on 2020-03-06 22:08:50 +1100 using RuboCop version 0.80.1.
|
|
4
|
-
# The point is for the user to remove these configuration records
|
|
5
|
-
# one by one as the offenses are removed from the code base.
|
|
6
|
-
# Note that changes in the inspected code, or installation of new
|
|
7
|
-
# versions of RuboCop, may require this file to be generated again.
|
|
8
|
-
|
|
9
|
-
# Offense count: 8
|
|
10
|
-
# Cop supports --auto-correct.
|
|
11
|
-
# Configuration parameters: EnforcedStyleAlignWith, AutoCorrect, Severity.
|
|
12
|
-
# SupportedStylesAlignWith: keyword, variable, start_of_line
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
# Offense count: 47
|
|
16
|
-
Metrics/AbcSize:
|
|
17
|
-
Max: 48
|
|
18
|
-
|
|
19
|
-
# Offense count: 6
|
|
20
|
-
Metrics/CyclomaticComplexity:
|
|
21
|
-
Max: 11
|
|
22
|
-
|
|
23
|
-
# Offense count: 5
|
|
24
|
-
Metrics/PerceivedComplexity:
|
|
25
|
-
Max: 11
|