ui_bibz 2.5.3 → 2.5.5
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/.github/workflows/ruby.yml +2 -2
- data/.rubocop.yml +18 -0
- data/Gemfile.lock +70 -67
- data/lib/ui_bibz/infos.rb +1 -1
- data/test/dummy/app/models/user.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90be47193c6fe31e861df6f434b48062f96bad9d4981b64f6e695e00ce491955
|
|
4
|
+
data.tar.gz: 02c8527033077d0f8b03fa6efaf20e8ac5173f7a15e0a0abc0952ff28a25c749
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed52c541829e4aa33f69bab53cf1dc08bb0c49ba6f7df35d45eff642a7ba20cd818ee2826619178124606394463e9b0d09813f3a9978cb63256284a57a9bcfbd
|
|
7
|
+
data.tar.gz: 711123fb31edd2710d5b7421d3a6b63a29572becd038eea09d6baced682654b2dea9252c3aae73489982fdfdeb1d9f4e36807ffe879fdcfcf52a1312f2b45b59
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -12,10 +12,10 @@ jobs:
|
|
|
12
12
|
- name: Setup System
|
|
13
13
|
run: |
|
|
14
14
|
sudo apt-get install libsqlite3-dev
|
|
15
|
-
- name: Set up Ruby 2.
|
|
15
|
+
- name: Set up Ruby 2.7
|
|
16
16
|
uses: actions/setup-ruby@v1
|
|
17
17
|
with:
|
|
18
|
-
ruby-version: 2.
|
|
18
|
+
ruby-version: 2.7.x
|
|
19
19
|
- name: Build and test with Rake
|
|
20
20
|
run: |
|
|
21
21
|
gem install bundler
|
data/.rubocop.yml
CHANGED
|
@@ -67,3 +67,21 @@ Lint/StructNewOverride:
|
|
|
67
67
|
|
|
68
68
|
Style/ExponentialNotation:
|
|
69
69
|
Enabled: true
|
|
70
|
+
|
|
71
|
+
Layout/EmptyLinesAroundAttributeAccessor:
|
|
72
|
+
Enabled: true
|
|
73
|
+
|
|
74
|
+
Lint/DeprecatedOpenSSLConstant:
|
|
75
|
+
Enabled: true
|
|
76
|
+
|
|
77
|
+
Lint/MixedRegexpCaptureTypes:
|
|
78
|
+
Enabled: true
|
|
79
|
+
|
|
80
|
+
Style/RedundantRegexpCharacterClass:
|
|
81
|
+
Enabled: true
|
|
82
|
+
|
|
83
|
+
Style/RedundantRegexpEscape:
|
|
84
|
+
Enabled: true
|
|
85
|
+
|
|
86
|
+
Style/SlicingWithRange:
|
|
87
|
+
Enabled: true
|
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.5)
|
|
5
5
|
bootstrap (= 4.4.1)
|
|
6
6
|
haml
|
|
7
7
|
haml-rails
|
|
@@ -16,61 +16,61 @@ PATH
|
|
|
16
16
|
GEM
|
|
17
17
|
remote: https://rubygems.org/
|
|
18
18
|
specs:
|
|
19
|
-
actioncable (6.0.
|
|
20
|
-
actionpack (= 6.0.
|
|
19
|
+
actioncable (6.0.3.1)
|
|
20
|
+
actionpack (= 6.0.3.1)
|
|
21
21
|
nio4r (~> 2.0)
|
|
22
22
|
websocket-driver (>= 0.6.1)
|
|
23
|
-
actionmailbox (6.0.
|
|
24
|
-
actionpack (= 6.0.
|
|
25
|
-
activejob (= 6.0.
|
|
26
|
-
activerecord (= 6.0.
|
|
27
|
-
activestorage (= 6.0.
|
|
28
|
-
activesupport (= 6.0.
|
|
23
|
+
actionmailbox (6.0.3.1)
|
|
24
|
+
actionpack (= 6.0.3.1)
|
|
25
|
+
activejob (= 6.0.3.1)
|
|
26
|
+
activerecord (= 6.0.3.1)
|
|
27
|
+
activestorage (= 6.0.3.1)
|
|
28
|
+
activesupport (= 6.0.3.1)
|
|
29
29
|
mail (>= 2.7.1)
|
|
30
|
-
actionmailer (6.0.
|
|
31
|
-
actionpack (= 6.0.
|
|
32
|
-
actionview (= 6.0.
|
|
33
|
-
activejob (= 6.0.
|
|
30
|
+
actionmailer (6.0.3.1)
|
|
31
|
+
actionpack (= 6.0.3.1)
|
|
32
|
+
actionview (= 6.0.3.1)
|
|
33
|
+
activejob (= 6.0.3.1)
|
|
34
34
|
mail (~> 2.5, >= 2.5.4)
|
|
35
35
|
rails-dom-testing (~> 2.0)
|
|
36
|
-
actionpack (6.0.
|
|
37
|
-
actionview (= 6.0.
|
|
38
|
-
activesupport (= 6.0.
|
|
36
|
+
actionpack (6.0.3.1)
|
|
37
|
+
actionview (= 6.0.3.1)
|
|
38
|
+
activesupport (= 6.0.3.1)
|
|
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.
|
|
44
|
-
actionpack (= 6.0.
|
|
45
|
-
activerecord (= 6.0.
|
|
46
|
-
activestorage (= 6.0.
|
|
47
|
-
activesupport (= 6.0.
|
|
43
|
+
actiontext (6.0.3.1)
|
|
44
|
+
actionpack (= 6.0.3.1)
|
|
45
|
+
activerecord (= 6.0.3.1)
|
|
46
|
+
activestorage (= 6.0.3.1)
|
|
47
|
+
activesupport (= 6.0.3.1)
|
|
48
48
|
nokogiri (>= 1.8.5)
|
|
49
|
-
actionview (6.0.
|
|
50
|
-
activesupport (= 6.0.
|
|
49
|
+
actionview (6.0.3.1)
|
|
50
|
+
activesupport (= 6.0.3.1)
|
|
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.
|
|
56
|
-
activesupport (= 6.0.
|
|
55
|
+
activejob (6.0.3.1)
|
|
56
|
+
activesupport (= 6.0.3.1)
|
|
57
57
|
globalid (>= 0.3.6)
|
|
58
|
-
activemodel (6.0.
|
|
59
|
-
activesupport (= 6.0.
|
|
60
|
-
activerecord (6.0.
|
|
61
|
-
activemodel (= 6.0.
|
|
62
|
-
activesupport (= 6.0.
|
|
63
|
-
activestorage (6.0.
|
|
64
|
-
actionpack (= 6.0.
|
|
65
|
-
activejob (= 6.0.
|
|
66
|
-
activerecord (= 6.0.
|
|
58
|
+
activemodel (6.0.3.1)
|
|
59
|
+
activesupport (= 6.0.3.1)
|
|
60
|
+
activerecord (6.0.3.1)
|
|
61
|
+
activemodel (= 6.0.3.1)
|
|
62
|
+
activesupport (= 6.0.3.1)
|
|
63
|
+
activestorage (6.0.3.1)
|
|
64
|
+
actionpack (= 6.0.3.1)
|
|
65
|
+
activejob (= 6.0.3.1)
|
|
66
|
+
activerecord (= 6.0.3.1)
|
|
67
67
|
marcel (~> 0.3.1)
|
|
68
|
-
activesupport (6.0.
|
|
68
|
+
activesupport (6.0.3.1)
|
|
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
|
-
zeitwerk (~> 2.2)
|
|
73
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
|
74
74
|
ast (2.4.0)
|
|
75
75
|
autoprefixer-rails (9.7.6)
|
|
76
76
|
execjs
|
|
@@ -80,7 +80,7 @@ GEM
|
|
|
80
80
|
popper_js (>= 1.14.3, < 2)
|
|
81
81
|
sassc-rails (>= 2.0.0)
|
|
82
82
|
builder (3.2.4)
|
|
83
|
-
byebug (11.1.
|
|
83
|
+
byebug (11.1.3)
|
|
84
84
|
childprocess (3.0.0)
|
|
85
85
|
codeclimate-test-reporter (1.0.7)
|
|
86
86
|
simplecov
|
|
@@ -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.
|
|
98
|
+
ffi (1.13.0)
|
|
99
99
|
globalid (0.4.2)
|
|
100
100
|
activesupport (>= 4.2.0)
|
|
101
101
|
haml (5.1.2)
|
|
@@ -112,11 +112,10 @@ GEM
|
|
|
112
112
|
haml (>= 4.0, < 6)
|
|
113
113
|
nokogiri (>= 1.6.0)
|
|
114
114
|
ruby_parser (~> 3.5)
|
|
115
|
-
i18n (1.8.
|
|
115
|
+
i18n (1.8.3)
|
|
116
116
|
concurrent-ruby (~> 1.0)
|
|
117
117
|
iniparse (1.5.0)
|
|
118
|
-
|
|
119
|
-
jquery-rails (4.3.5)
|
|
118
|
+
jquery-rails (4.4.0)
|
|
120
119
|
rails-dom-testing (>= 1, < 3)
|
|
121
120
|
railties (>= 4.2.0)
|
|
122
121
|
thor (>= 0.14, < 2.0)
|
|
@@ -128,66 +127,70 @@ GEM
|
|
|
128
127
|
marcel (0.3.3)
|
|
129
128
|
mimemagic (~> 0.3.2)
|
|
130
129
|
method_source (1.0.0)
|
|
131
|
-
mimemagic (0.3.
|
|
130
|
+
mimemagic (0.3.5)
|
|
132
131
|
mini_mime (1.0.2)
|
|
133
132
|
mini_portile2 (2.4.0)
|
|
134
|
-
minitest (5.14.
|
|
133
|
+
minitest (5.14.1)
|
|
135
134
|
nio4r (2.5.2)
|
|
136
135
|
nokogiri (1.10.9)
|
|
137
136
|
mini_portile2 (~> 2.4.0)
|
|
138
|
-
overcommit (0.
|
|
137
|
+
overcommit (0.53.0)
|
|
139
138
|
childprocess (>= 0.6.3, < 4)
|
|
140
139
|
iniparse (~> 1.4)
|
|
141
140
|
parallel (1.19.1)
|
|
142
|
-
parser (2.7.1.
|
|
141
|
+
parser (2.7.1.3)
|
|
143
142
|
ast (~> 2.4.0)
|
|
144
143
|
popper_js (1.16.0)
|
|
145
144
|
rack (2.2.2)
|
|
146
145
|
rack-test (1.1.0)
|
|
147
146
|
rack (>= 1.0, < 3)
|
|
148
|
-
rails (6.0.
|
|
149
|
-
actioncable (= 6.0.
|
|
150
|
-
actionmailbox (= 6.0.
|
|
151
|
-
actionmailer (= 6.0.
|
|
152
|
-
actionpack (= 6.0.
|
|
153
|
-
actiontext (= 6.0.
|
|
154
|
-
actionview (= 6.0.
|
|
155
|
-
activejob (= 6.0.
|
|
156
|
-
activemodel (= 6.0.
|
|
157
|
-
activerecord (= 6.0.
|
|
158
|
-
activestorage (= 6.0.
|
|
159
|
-
activesupport (= 6.0.
|
|
147
|
+
rails (6.0.3.1)
|
|
148
|
+
actioncable (= 6.0.3.1)
|
|
149
|
+
actionmailbox (= 6.0.3.1)
|
|
150
|
+
actionmailer (= 6.0.3.1)
|
|
151
|
+
actionpack (= 6.0.3.1)
|
|
152
|
+
actiontext (= 6.0.3.1)
|
|
153
|
+
actionview (= 6.0.3.1)
|
|
154
|
+
activejob (= 6.0.3.1)
|
|
155
|
+
activemodel (= 6.0.3.1)
|
|
156
|
+
activerecord (= 6.0.3.1)
|
|
157
|
+
activestorage (= 6.0.3.1)
|
|
158
|
+
activesupport (= 6.0.3.1)
|
|
160
159
|
bundler (>= 1.3.0)
|
|
161
|
-
railties (= 6.0.
|
|
160
|
+
railties (= 6.0.3.1)
|
|
162
161
|
sprockets-rails (>= 2.0.0)
|
|
163
162
|
rails-dom-testing (2.0.3)
|
|
164
163
|
activesupport (>= 4.2.0)
|
|
165
164
|
nokogiri (>= 1.6)
|
|
166
165
|
rails-html-sanitizer (1.3.0)
|
|
167
166
|
loofah (~> 2.3)
|
|
168
|
-
railties (6.0.
|
|
169
|
-
actionpack (= 6.0.
|
|
170
|
-
activesupport (= 6.0.
|
|
167
|
+
railties (6.0.3.1)
|
|
168
|
+
actionpack (= 6.0.3.1)
|
|
169
|
+
activesupport (= 6.0.3.1)
|
|
171
170
|
method_source
|
|
172
171
|
rake (>= 0.8.7)
|
|
173
172
|
thor (>= 0.20.3, < 2.0)
|
|
174
173
|
rainbow (3.0.0)
|
|
175
174
|
rake (13.0.1)
|
|
175
|
+
regexp_parser (1.7.1)
|
|
176
176
|
rexml (3.2.4)
|
|
177
|
-
rubocop (0.
|
|
178
|
-
jaro_winkler (~> 1.5.1)
|
|
177
|
+
rubocop (0.85.1)
|
|
179
178
|
parallel (~> 1.10)
|
|
180
179
|
parser (>= 2.7.0.1)
|
|
181
180
|
rainbow (>= 2.2.2, < 4.0)
|
|
181
|
+
regexp_parser (>= 1.7)
|
|
182
182
|
rexml
|
|
183
|
+
rubocop-ast (>= 0.0.3)
|
|
183
184
|
ruby-progressbar (~> 1.7)
|
|
184
185
|
unicode-display_width (>= 1.4.0, < 2.0)
|
|
186
|
+
rubocop-ast (0.0.3)
|
|
187
|
+
parser (>= 2.7.0.1)
|
|
185
188
|
ruby-progressbar (1.10.1)
|
|
186
189
|
ruby_parser (3.14.2)
|
|
187
190
|
sexp_processor (~> 4.9)
|
|
188
191
|
sass-rails (6.0.0)
|
|
189
192
|
sassc-rails (~> 2.1, >= 2.1.1)
|
|
190
|
-
sassc (2.
|
|
193
|
+
sassc (2.4.0)
|
|
191
194
|
ffi (~> 1.9)
|
|
192
195
|
sassc-rails (2.1.2)
|
|
193
196
|
railties (>= 4.0.0)
|
|
@@ -203,7 +206,7 @@ GEM
|
|
|
203
206
|
docile (~> 1.1)
|
|
204
207
|
simplecov-html (~> 0.11)
|
|
205
208
|
simplecov-html (0.12.2)
|
|
206
|
-
sprockets (4.0.
|
|
209
|
+
sprockets (4.0.2)
|
|
207
210
|
concurrent-ruby (~> 1.0)
|
|
208
211
|
rack (> 1, < 3)
|
|
209
212
|
sprockets-rails (3.2.1)
|
|
@@ -218,9 +221,9 @@ GEM
|
|
|
218
221
|
tzinfo (1.2.7)
|
|
219
222
|
thread_safe (~> 0.1)
|
|
220
223
|
unicode-display_width (1.7.0)
|
|
221
|
-
websocket-driver (0.7.
|
|
224
|
+
websocket-driver (0.7.2)
|
|
222
225
|
websocket-extensions (>= 0.1.0)
|
|
223
|
-
websocket-extensions (0.1.
|
|
226
|
+
websocket-extensions (0.1.5)
|
|
224
227
|
will-paginate-i18n (0.1.15)
|
|
225
228
|
will_paginate (3.1.8)
|
|
226
229
|
will_paginate-bootstrap4 (0.2.2)
|
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.5'
|
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thooams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap
|