ui_bibz 2.5.0 → 2.5.1
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 +38 -38
- data/README.md +1 -0
- data/lib/ui_bibz/infos.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c38be262cc3a4dc4f6b1e2d1460d3cb2b142344baf377b2a8d53c79d53fa1f07
|
|
4
|
+
data.tar.gz: 556fe484b4d210efca47eb4c81ee54d25757cd2147ae786a9f2fb4ca5223ba4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d50f3b8ef80d714f550a7f371d6da48d19af260bd34af5f6e5bab56bfa972660af54846d5cd3187bf97631369aeb89f3691ee2c41bd64f1ea687117d9a4d76ae
|
|
7
|
+
data.tar.gz: c3e844763ed52eb64ad0c86bd9181c0aa88b6d1c9a55e32b0a4ed253141d914e006c9113ba0408df36c06795ee121c91414186a9445c73513009e7d77167f4cf
|
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.1)
|
|
5
5
|
bootstrap (= 4.4.1)
|
|
6
6
|
haml
|
|
7
7
|
haml-rails
|
|
@@ -16,43 +16,43 @@ PATH
|
|
|
16
16
|
GEM
|
|
17
17
|
remote: https://rubygems.org/
|
|
18
18
|
specs:
|
|
19
|
-
actioncable (5.2.4.
|
|
20
|
-
actionpack (= 5.2.4.
|
|
19
|
+
actioncable (5.2.4.2)
|
|
20
|
+
actionpack (= 5.2.4.2)
|
|
21
21
|
nio4r (~> 2.0)
|
|
22
22
|
websocket-driver (>= 0.6.1)
|
|
23
|
-
actionmailer (5.2.4.
|
|
24
|
-
actionpack (= 5.2.4.
|
|
25
|
-
actionview (= 5.2.4.
|
|
26
|
-
activejob (= 5.2.4.
|
|
23
|
+
actionmailer (5.2.4.2)
|
|
24
|
+
actionpack (= 5.2.4.2)
|
|
25
|
+
actionview (= 5.2.4.2)
|
|
26
|
+
activejob (= 5.2.4.2)
|
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
|
28
28
|
rails-dom-testing (~> 2.0)
|
|
29
|
-
actionpack (5.2.4.
|
|
30
|
-
actionview (= 5.2.4.
|
|
31
|
-
activesupport (= 5.2.4.
|
|
29
|
+
actionpack (5.2.4.2)
|
|
30
|
+
actionview (= 5.2.4.2)
|
|
31
|
+
activesupport (= 5.2.4.2)
|
|
32
32
|
rack (~> 2.0, >= 2.0.8)
|
|
33
33
|
rack-test (>= 0.6.3)
|
|
34
34
|
rails-dom-testing (~> 2.0)
|
|
35
35
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
36
|
-
actionview (5.2.4.
|
|
37
|
-
activesupport (= 5.2.4.
|
|
36
|
+
actionview (5.2.4.2)
|
|
37
|
+
activesupport (= 5.2.4.2)
|
|
38
38
|
builder (~> 3.1)
|
|
39
39
|
erubi (~> 1.4)
|
|
40
40
|
rails-dom-testing (~> 2.0)
|
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
42
|
-
activejob (5.2.4.
|
|
43
|
-
activesupport (= 5.2.4.
|
|
42
|
+
activejob (5.2.4.2)
|
|
43
|
+
activesupport (= 5.2.4.2)
|
|
44
44
|
globalid (>= 0.3.6)
|
|
45
|
-
activemodel (5.2.4.
|
|
46
|
-
activesupport (= 5.2.4.
|
|
47
|
-
activerecord (5.2.4.
|
|
48
|
-
activemodel (= 5.2.4.
|
|
49
|
-
activesupport (= 5.2.4.
|
|
45
|
+
activemodel (5.2.4.2)
|
|
46
|
+
activesupport (= 5.2.4.2)
|
|
47
|
+
activerecord (5.2.4.2)
|
|
48
|
+
activemodel (= 5.2.4.2)
|
|
49
|
+
activesupport (= 5.2.4.2)
|
|
50
50
|
arel (>= 9.0)
|
|
51
|
-
activestorage (5.2.4.
|
|
52
|
-
actionpack (= 5.2.4.
|
|
53
|
-
activerecord (= 5.2.4.
|
|
51
|
+
activestorage (5.2.4.2)
|
|
52
|
+
actionpack (= 5.2.4.2)
|
|
53
|
+
activerecord (= 5.2.4.2)
|
|
54
54
|
marcel (~> 0.3.1)
|
|
55
|
-
activesupport (5.2.4.
|
|
55
|
+
activesupport (5.2.4.2)
|
|
56
56
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
57
57
|
i18n (>= 0.7, < 2)
|
|
58
58
|
minitest (~> 5.1)
|
|
@@ -114,7 +114,7 @@ GEM
|
|
|
114
114
|
mini_mime (>= 0.1.1)
|
|
115
115
|
marcel (0.3.3)
|
|
116
116
|
mimemagic (~> 0.3.2)
|
|
117
|
-
method_source (0.
|
|
117
|
+
method_source (1.0.0)
|
|
118
118
|
mimemagic (0.3.4)
|
|
119
119
|
mini_mime (1.0.2)
|
|
120
120
|
mini_portile2 (2.4.0)
|
|
@@ -132,27 +132,27 @@ GEM
|
|
|
132
132
|
rack (2.2.2)
|
|
133
133
|
rack-test (1.1.0)
|
|
134
134
|
rack (>= 1.0, < 3)
|
|
135
|
-
rails (5.2.4.
|
|
136
|
-
actioncable (= 5.2.4.
|
|
137
|
-
actionmailer (= 5.2.4.
|
|
138
|
-
actionpack (= 5.2.4.
|
|
139
|
-
actionview (= 5.2.4.
|
|
140
|
-
activejob (= 5.2.4.
|
|
141
|
-
activemodel (= 5.2.4.
|
|
142
|
-
activerecord (= 5.2.4.
|
|
143
|
-
activestorage (= 5.2.4.
|
|
144
|
-
activesupport (= 5.2.4.
|
|
135
|
+
rails (5.2.4.2)
|
|
136
|
+
actioncable (= 5.2.4.2)
|
|
137
|
+
actionmailer (= 5.2.4.2)
|
|
138
|
+
actionpack (= 5.2.4.2)
|
|
139
|
+
actionview (= 5.2.4.2)
|
|
140
|
+
activejob (= 5.2.4.2)
|
|
141
|
+
activemodel (= 5.2.4.2)
|
|
142
|
+
activerecord (= 5.2.4.2)
|
|
143
|
+
activestorage (= 5.2.4.2)
|
|
144
|
+
activesupport (= 5.2.4.2)
|
|
145
145
|
bundler (>= 1.3.0)
|
|
146
|
-
railties (= 5.2.4.
|
|
146
|
+
railties (= 5.2.4.2)
|
|
147
147
|
sprockets-rails (>= 2.0.0)
|
|
148
148
|
rails-dom-testing (2.0.3)
|
|
149
149
|
activesupport (>= 4.2.0)
|
|
150
150
|
nokogiri (>= 1.6)
|
|
151
151
|
rails-html-sanitizer (1.3.0)
|
|
152
152
|
loofah (~> 2.3)
|
|
153
|
-
railties (5.2.4.
|
|
154
|
-
actionpack (= 5.2.4.
|
|
155
|
-
activesupport (= 5.2.4.
|
|
153
|
+
railties (5.2.4.2)
|
|
154
|
+
actionpack (= 5.2.4.2)
|
|
155
|
+
activesupport (= 5.2.4.2)
|
|
156
156
|
method_source
|
|
157
157
|
rake (>= 0.8.7)
|
|
158
158
|
thor (>= 0.19.0, < 2.0)
|
data/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[](http://inch-ci.org/github/thooams/Ui-Bibz)
|
|
8
8
|
[](https://hakiri.io/github/thooams/Ui-Bibz/master)
|
|
9
9
|
[](https://gemnasium.com/thooams/Ui-Bibz)
|
|
10
|
+

|
|
10
11
|
|
|
11
12
|
This project rocks and uses MIT-LICENSE.
|
|
12
13
|
|
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.1'
|
|
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.1
|
|
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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bootstrap
|