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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 90be47193c6fe31e861df6f434b48062f96bad9d4981b64f6e695e00ce491955
4
- data.tar.gz: 02c8527033077d0f8b03fa6efaf20e8ac5173f7a15e0a0abc0952ff28a25c749
3
+ metadata.gz: f5467144e42c79fca52d17dfb10d46e4d2888e05e7fb784a74221dc322d63700
4
+ data.tar.gz: 47b288b85b7efaf917446b2605c0cf42068f4b94e57cb31c8885e74885f921c4
5
5
  SHA512:
6
- metadata.gz: ed52c541829e4aa33f69bab53cf1dc08bb0c49ba6f7df35d45eff642a7ba20cd818ee2826619178124606394463e9b0d09813f3a9978cb63256284a57a9bcfbd
7
- data.tar.gz: 711123fb31edd2710d5b7421d3a6b63a29572becd038eea09d6baced682654b2dea9252c3aae73489982fdfdeb1d9f4e36807ffe879fdcfcf52a1312f2b45b59
6
+ metadata.gz: d89e2cbc196bcf798974dee4b30ef1eb2573cb72e2a988247e900eb3f46b1b1f56033cab8798477144a6890e6dc5a6e97c1c68e6cddc1d8659e2293c55c92ff2
7
+ data.tar.gz: eb63db9dfb748a8574bf44d789832649a32021a46f63c4ad8c49940da0aee3aa74ca99d8f25dfd0612b56366d4b944f40bfdb5c1eac23f8fb9c6b5258aa3d146
@@ -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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.5.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.1)
20
- actionpack (= 6.0.3.1)
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.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)
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.1)
31
- actionpack (= 6.0.3.1)
32
- actionview (= 6.0.3.1)
33
- activejob (= 6.0.3.1)
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.1)
37
- actionview (= 6.0.3.1)
38
- activesupport (= 6.0.3.1)
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.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)
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.1)
50
- activesupport (= 6.0.3.1)
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.1)
56
- activesupport (= 6.0.3.1)
55
+ activejob (6.0.3.2)
56
+ activesupport (= 6.0.3.2)
57
57
  globalid (>= 0.3.6)
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)
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.1)
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.0)
75
- autoprefixer-rails (9.7.6)
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 (3.0.0)
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.0)
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.5.0)
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.53.0)
138
- childprocess (>= 0.6.3, < 4)
137
+ overcommit (0.54.0)
138
+ childprocess (>= 0.6.3, < 5)
139
139
  iniparse (~> 1.4)
140
- parallel (1.19.1)
141
- parser (2.7.1.3)
142
- ast (~> 2.4.0)
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.2)
144
+ rack (2.2.3)
145
145
  rack-test (1.1.0)
146
146
  rack (>= 1.0, < 3)
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)
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.1)
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.1)
168
- actionpack (= 6.0.3.1)
169
- activesupport (= 6.0.3.1)
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.85.1)
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.14.1)
201
+ sexp_processor (4.15.0)
202
202
  simple_form (5.0.2)
203
203
  actionpack (>= 5.0)
204
204
  activemodel (>= 5.0)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module UiBibz
4
4
  NAME = 'Ui Bibz'
5
- VERSION = '2.5.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.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-09 00:00:00.000000000 Z
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
@@ -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