ui_bibz 2.3.1 → 2.3.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/Gemfile.lock +2 -2
- data/lib/ui_bibz/infos.rb +1 -1
- data/lib/ui_bibz/ui/core/boxes/components/card_body.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f23d2e21aaf908e81c6352e44b1514fa0c246de87daa580b293b6369a9fed54d
|
4
|
+
data.tar.gz: fd181dff7011dd315c8d705348d7beb30d4a1c1734036067f8006e4463b7b25d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3014f68569378b7897cc87412640e82c1a8d7402b1ef8c7289f5a523eb5801b364d68a256eac6941f0da264bfeabaf62fb13469c1ea291f51d2339cdfcc21f30
|
7
|
+
data.tar.gz: 6ea5553d97fe5b5610d4c4b0a4057a4096174c60dd5062e27f3d5b99a7f7e79b36004aa5decdd316f68a154b2f37bdd83f5e18b9e18f79243bacb4a7b1459e47
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ui_bibz (2.3.
|
4
|
+
ui_bibz (2.3.2)
|
5
5
|
bootstrap (= 4.3.1)
|
6
6
|
haml
|
7
7
|
haml-rails
|
@@ -66,7 +66,7 @@ GEM
|
|
66
66
|
popper_js (>= 1.14.3, < 2)
|
67
67
|
sassc-rails (>= 2.0.0)
|
68
68
|
builder (3.2.3)
|
69
|
-
byebug (
|
69
|
+
byebug (11.0.0)
|
70
70
|
codeclimate-test-reporter (1.0.7)
|
71
71
|
simplecov
|
72
72
|
concurrent-ruby (1.1.4)
|
data/lib/ui_bibz/infos.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module UiBibz
|
2
2
|
NAME = "Ui Bibz"
|
3
|
-
VERSION = "2.3.
|
3
|
+
VERSION = "2.3.2"
|
4
4
|
DESCRIPTION = "A Rails Interface Framework using Bootstrap."
|
5
5
|
SUMMARY = "Create your project with Ui Bibz. Over a thirty reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more."
|
6
6
|
LICENSE = "MIT"
|