ui_bibz 2.5.1 → 2.5.2
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/FUNDING.yml +4 -0
- data/Gemfile.lock +2 -2
- data/lib/ui_bibz/infos.rb +1 -1
- data/lib/ui_bibz/ui/ux/tables/extensions/actionable.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c22245316da5ae5e05b2b949307e9fa4227f3831f9697fe8643867c5d7a3ea14
|
|
4
|
+
data.tar.gz: 03bb8b708c560c989ede192cb6ce0ae2e653d1c4ab373882e20ae5ab8270114c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59fba72626bcd2e30615131ac8fb58bdff5ded08c5e65619155cc6643d0b5f76bf95a46d1c098203c920ebe6677cadf08181cde0f6954c92ede847b8ee903fc1
|
|
7
|
+
data.tar.gz: b02d97a74c6324e75cd2f9f68e0ca57006d9b5d53b7bf29fc265d8eb8a45908749da08cd901c40e9e463796c3b8cad9f51ee2ebcffdd58df4338e7b4e4ffe4f5
|
data/.github/FUNDING.yml
ADDED
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.2)
|
|
5
5
|
bootstrap (= 4.4.1)
|
|
6
6
|
haml
|
|
7
7
|
haml-rails
|
|
@@ -126,7 +126,7 @@ GEM
|
|
|
126
126
|
childprocess (>= 0.6.3, < 4)
|
|
127
127
|
iniparse (~> 1.4)
|
|
128
128
|
parallel (1.19.1)
|
|
129
|
-
parser (2.7.0.
|
|
129
|
+
parser (2.7.0.5)
|
|
130
130
|
ast (~> 2.4.0)
|
|
131
131
|
popper_js (1.16.0)
|
|
132
132
|
rack (2.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.2'
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thooams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap
|
|
@@ -268,6 +268,7 @@ executables: []
|
|
|
268
268
|
extensions: []
|
|
269
269
|
extra_rdoc_files: []
|
|
270
270
|
files:
|
|
271
|
+
- ".github/FUNDING.yml"
|
|
271
272
|
- ".github/workflows/ruby.yml"
|
|
272
273
|
- ".gitignore"
|
|
273
274
|
- ".gitlab-ci.yml"
|