ui_bibz 3.0.0.beta3 → 3.0.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/linter.yml +16 -0
- data/Gemfile.lock +3 -6
- data/README.md +7 -6
- data/lib/ui_bibz/infos.rb +1 -1
- data/ui_bibz.gemspec +1 -2
- metadata +5 -19
- data/.codeclimate.yml +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5300f28d5fdd1d204c7adfed1207777aa8f83c67fb32203e6001dfdb2f9a3002
|
4
|
+
data.tar.gz: a4affc8a269893054ce90c95cba723d1218f7d499b96d622863805508401829d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9cb54b958e0d5aa9c2b40f563bc928f849929aca5699e68fed6ad3f0fef3196b55a55e3ab5c016333c1ad0a6c5459de17937073e41110dbeccb750f9741c632
|
7
|
+
data.tar.gz: 7812ada57679fdac3aea525df95e72fa6b4a3cdde631cfacb2d3a21b646999fac8dae7c16c8d560664c75fb5bda317e35a9415edb7cf614ed39bd52c54846f04
|
data/.github/workflows/ci.yml
CHANGED
@@ -23,6 +23,6 @@ jobs:
|
|
23
23
|
- name: Test with Rake
|
24
24
|
uses: paambaati/codeclimate-action@v2.7.5
|
25
25
|
env:
|
26
|
-
CC_TEST_REPORTER_ID:
|
26
|
+
CC_TEST_REPORTER_ID: 7e50558afc7a861280e3194a765a159e9ea5bdd22d2ebe6c13e5e23fe914c66b
|
27
27
|
with:
|
28
28
|
coverageCommand: bundle exec rake
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ui_bibz (3.0.0.
|
4
|
+
ui_bibz (3.0.0.beta4)
|
5
5
|
will-paginate-i18n
|
6
|
-
will_paginate (~> 3.
|
6
|
+
will_paginate (~> 3.3.0)
|
7
7
|
will_paginate-bootstrap4
|
8
8
|
|
9
9
|
GEM
|
@@ -69,8 +69,6 @@ GEM
|
|
69
69
|
builder (3.2.4)
|
70
70
|
byebug (11.1.3)
|
71
71
|
childprocess (4.0.0)
|
72
|
-
codeclimate-test-reporter (1.0.7)
|
73
|
-
simplecov
|
74
72
|
concurrent-ruby (1.1.7)
|
75
73
|
crass (1.0.6)
|
76
74
|
docile (1.3.4)
|
@@ -212,7 +210,7 @@ GEM
|
|
212
210
|
websocket-extensions (>= 0.1.0)
|
213
211
|
websocket-extensions (0.1.5)
|
214
212
|
will-paginate-i18n (0.1.15)
|
215
|
-
will_paginate (3.
|
213
|
+
will_paginate (3.3.0)
|
216
214
|
will_paginate-bootstrap4 (0.2.2)
|
217
215
|
will_paginate (~> 3.0, >= 3.0.0)
|
218
216
|
zeitwerk (2.4.2)
|
@@ -223,7 +221,6 @@ PLATFORMS
|
|
223
221
|
DEPENDENCIES
|
224
222
|
awesome_print
|
225
223
|
byebug
|
226
|
-
codeclimate-test-reporter
|
227
224
|
factory_bot_rails (~> 4.0)
|
228
225
|
haml-rails
|
229
226
|
jquery-rails (>= 3.1.0)
|
data/README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
![Ui Bibz logo](https://repository-images.githubusercontent.com/29547689/e29b2180-0d59-11eb-89f3-4541571d7c67)
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/ui_bibz.svg)](https://badge.fury.io/rb/ui_bibz)
|
4
|
-
[![
|
5
|
-
[![Test Coverage](https://codeclimate.com/
|
6
|
-
[![
|
7
|
-
[![
|
8
|
-
![
|
4
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/cfbe9828c32d69581534/maintainability)](https://codeclimate.com/github/thooams/ui_bibz/maintainability)
|
5
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/cfbe9828c32d69581534/test_coverage)](https://codeclimate.com/github/thooams/ui_bibz/test_coverage)
|
6
|
+
[![security](https://hakiri.io/github/thooams/ui_bibz/main.svg)](https://hakiri.io/github/thooams/ui_bibz/main)
|
7
|
+
[![Ci](https://github.com/thooams/ui_bibz/workflows/CI/badge.svg)](https://github.com/thooams/ui_bibz/actions)
|
8
|
+
[![Linter](https://github.com/thooams/chart_bibz/workflows/Linter/badge.svg)](https://github.com/thooams/chart_bibz/actions)
|
9
|
+
[![Inline docs](http://inch-ci.org/github/thooams/ui_bibz.svg?branch=main)](http://inch-ci.org/github/thooams/ui_bibz)
|
9
10
|
|
10
11
|
This project rocks and uses MIT-LICENSE.
|
11
12
|
|
@@ -21,7 +22,7 @@ Full documentation is here with bootstrap 5:
|
|
21
22
|
[Ui Bibz v3](http://hummel.link/ui-bibz/)
|
22
23
|
|
23
24
|
Older documentation is here with bootstrap 4:
|
24
|
-
[Ui Bibz v2.5](http://hummel.link/
|
25
|
+
[Ui Bibz v2.5](http://hummel.link/ui-bibz/docs/v2.5/)
|
25
26
|
|
26
27
|
|
27
28
|
## Donate
|
data/lib/ui_bibz/infos.rb
CHANGED
data/ui_bibz.gemspec
CHANGED
@@ -30,12 +30,11 @@ Gem::Specification.new do |s|
|
|
30
30
|
s.add_development_dependency 'rails', '~> 6.0.3', '>= 6.0.3.2'
|
31
31
|
|
32
32
|
# Remove these dependencies after
|
33
|
-
s.add_dependency 'will_paginate', '~> 3.
|
33
|
+
s.add_dependency 'will_paginate', '~> 3.3.0'
|
34
34
|
s.add_dependency 'will_paginate-bootstrap4'
|
35
35
|
s.add_dependency 'will-paginate-i18n'
|
36
36
|
|
37
37
|
# Development gems
|
38
|
-
s.add_development_dependency 'codeclimate-test-reporter'
|
39
38
|
s.add_development_dependency 'factory_bot_rails', '~> 4.0'
|
40
39
|
s.add_development_dependency 'haml-rails'
|
41
40
|
s.add_development_dependency 'minitest'
|
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.
|
4
|
+
version: 3.0.0.beta4
|
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-
|
11
|
+
date: 2021-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 3.
|
39
|
+
version: 3.3.0
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.3.0
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: will_paginate-bootstrap4
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,20 +72,6 @@ dependencies:
|
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
|
-
- !ruby/object:Gem::Dependency
|
76
|
-
name: codeclimate-test-reporter
|
77
|
-
requirement: !ruby/object:Gem::Requirement
|
78
|
-
requirements:
|
79
|
-
- - ">="
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
version: '0'
|
82
|
-
type: :development
|
83
|
-
prerelease: false
|
84
|
-
version_requirements: !ruby/object:Gem::Requirement
|
85
|
-
requirements:
|
86
|
-
- - ">="
|
87
|
-
- !ruby/object:Gem::Version
|
88
|
-
version: '0'
|
89
75
|
- !ruby/object:Gem::Dependency
|
90
76
|
name: factory_bot_rails
|
91
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -261,9 +247,9 @@ executables:
|
|
261
247
|
extensions: []
|
262
248
|
extra_rdoc_files: []
|
263
249
|
files:
|
264
|
-
- ".codeclimate.yml"
|
265
250
|
- ".github/FUNDING.yml"
|
266
251
|
- ".github/workflows/ci.yml"
|
252
|
+
- ".github/workflows/linter.yml"
|
267
253
|
- ".gitignore"
|
268
254
|
- ".gitlab-ci.yml"
|
269
255
|
- ".overcommit.yml"
|