ui_bibz 3.0.0.beta4 → 3.0.0.beta5

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: 5300f28d5fdd1d204c7adfed1207777aa8f83c67fb32203e6001dfdb2f9a3002
4
- data.tar.gz: a4affc8a269893054ce90c95cba723d1218f7d499b96d622863805508401829d
3
+ metadata.gz: 4ccac331a44d9938a4f9ea2787c60f399837b32fa9b841c1b4aa586b67aaa82a
4
+ data.tar.gz: a8acf6abd32f1e4c2e878e618a3e31fc56f61d349b7c835ef9c5339563339d23
5
5
  SHA512:
6
- metadata.gz: d9cb54b958e0d5aa9c2b40f563bc928f849929aca5699e68fed6ad3f0fef3196b55a55e3ab5c016333c1ad0a6c5459de17937073e41110dbeccb750f9741c632
7
- data.tar.gz: 7812ada57679fdac3aea525df95e72fa6b4a3cdde631cfacb2d3a21b646999fac8dae7c16c8d560664c75fb5bda317e35a9415edb7cf614ed39bd52c54846f04
6
+ metadata.gz: 398d31ea38d03b1d8c7c5f2a66760fd806752a6a038d43c0a23268e62e888a53a8c4ad90be65c81af6d6ecf203f4d4e3f63953cc79e43dd3a0d6f314daa2dc5a
7
+ data.tar.gz: c0da50a80beb20a6368a7e667e8735125db964fc8ca1de5d5fe101237835b7f7e51e1c85c74d6c52f266ae8684122d2b690d194d65cd10fc1a6f6802b51d8bf4
@@ -0,0 +1,13 @@
1
+ name: Dependencies Checker
2
+
3
+ on: pull_request
4
+
5
+ jobs:
6
+ audit:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - name: 'Bundler Audit'
11
+ uses: andrewmcodes/bundler-audit-action@main
12
+ env:
13
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -1,4 +1,5 @@
1
1
  require:
2
+ - rubocop-ast
2
3
  - rubocop-performance
3
4
  - rubocop-rails
4
5
  - rubocop-minitest
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (3.0.0.beta4)
4
+ ui_bibz (3.0.0.beta5)
5
5
  will-paginate-i18n
6
6
  will_paginate (~> 3.3.0)
7
7
  will_paginate-bootstrap4
@@ -64,14 +64,14 @@ GEM
64
64
  minitest (~> 5.1)
65
65
  tzinfo (~> 1.1)
66
66
  zeitwerk (~> 2.2, >= 2.2.2)
67
- ast (2.4.1)
67
+ ast (2.4.2)
68
68
  awesome_print (1.8.0)
69
69
  builder (3.2.4)
70
70
  byebug (11.1.3)
71
71
  childprocess (4.0.0)
72
- concurrent-ruby (1.1.7)
72
+ concurrent-ruby (1.1.8)
73
73
  crass (1.0.6)
74
- docile (1.3.4)
74
+ docile (1.3.5)
75
75
  erubi (1.10.0)
76
76
  erubis (2.7.0)
77
77
  factory_bot (4.11.1)
@@ -102,7 +102,7 @@ GEM
102
102
  rails-dom-testing (>= 1, < 3)
103
103
  railties (>= 4.2.0)
104
104
  thor (>= 0.14, < 2.0)
105
- loofah (2.8.0)
105
+ loofah (2.9.0)
106
106
  crass (~> 1.0.2)
107
107
  nokogiri (>= 1.5.9)
108
108
  mail (2.7.1)
@@ -158,7 +158,7 @@ GEM
158
158
  rake (13.0.3)
159
159
  regexp_parser (2.0.3)
160
160
  rexml (3.2.4)
161
- rubocop (1.8.0)
161
+ rubocop (1.8.1)
162
162
  parallel (~> 1.10)
163
163
  parser (>= 3.0.0.0)
164
164
  rainbow (>= 2.2.2, < 4.0)
@@ -167,9 +167,9 @@ GEM
167
167
  rubocop-ast (>= 1.2.0, < 2.0)
168
168
  ruby-progressbar (~> 1.7)
169
169
  unicode-display_width (>= 1.4.0, < 3.0)
170
- rubocop-ast (1.4.0)
170
+ rubocop-ast (1.4.1)
171
171
  parser (>= 2.7.1.5)
172
- rubocop-minitest (0.10.2)
172
+ rubocop-minitest (0.10.3)
173
173
  rubocop (>= 0.87, < 2.0)
174
174
  rubocop-performance (1.9.2)
175
175
  rubocop (>= 0.90.0, < 2.0)
@@ -179,13 +179,13 @@ GEM
179
179
  rack (>= 1.1)
180
180
  rubocop (>= 0.90.0, < 2.0)
181
181
  ruby-progressbar (1.11.0)
182
- ruby_parser (3.15.0)
182
+ ruby_parser (3.15.1)
183
183
  sexp_processor (~> 4.9)
184
- sexp_processor (4.15.1)
184
+ sexp_processor (4.15.2)
185
185
  simple_form (5.0.3)
186
186
  actionpack (>= 5.0)
187
187
  activemodel (>= 5.0)
188
- simplecov (0.21.1)
188
+ simplecov (0.21.2)
189
189
  docile (~> 1.1)
190
190
  simplecov-html (~> 0.11)
191
191
  simplecov_json_formatter (~> 0.1)
@@ -200,7 +200,7 @@ GEM
200
200
  sprockets (>= 3.0.0)
201
201
  sqlite3 (1.4.2)
202
202
  temple (0.8.2)
203
- thor (1.0.1)
203
+ thor (1.1.0)
204
204
  thread_safe (0.3.6)
205
205
  tilt (2.0.10)
206
206
  tzinfo (1.2.9)
@@ -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 = '3.0.0.beta4'
15
+ VERSION = '3.0.0.beta5'
16
16
  AUTHORS = ['Thooams'].freeze
17
17
  end
@@ -163,7 +163,7 @@ module UiBibz::Ui::Core::Navigations
163
163
  end
164
164
 
165
165
  def navbar_toggle_button_html
166
- content_tag :button, '☰', class: 'navbar-toggler hidden-sm-up', type: :button, data: { "bs-toggle": 'collapse', target: "##{id}" }
166
+ content_tag :button, '☰', class: 'navbar-toggler hidden-sm-up', type: :button, data: { "bs-toggle": 'collapse', "bs-target": "##{id}" }
167
167
  end
168
168
 
169
169
  def expand_size
@@ -69,7 +69,7 @@ class CardTest < ActionView::TestCase
69
69
  p.body do |b|
70
70
  b.title 'Special title treatment'
71
71
  b.subtitle 'The subtitle'
72
- b.text 'With supporting text below as a natural lead-in to additional content.'
72
+ b.text _('With supporting text below as a natural lead-in to additional content.')
73
73
  b.link 'Go somewhere', url: '#go-somewhere', class: 'btn btn-primary'
74
74
  end
75
75
  end
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: 3.0.0.beta4
4
+ version: 3.0.0.beta5
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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -249,6 +249,7 @@ extra_rdoc_files: []
249
249
  files:
250
250
  - ".github/FUNDING.yml"
251
251
  - ".github/workflows/ci.yml"
252
+ - ".github/workflows/dependencies-checker.yml"
252
253
  - ".github/workflows/linter.yml"
253
254
  - ".gitignore"
254
255
  - ".gitlab-ci.yml"