ui_bibz 2.3.4 → 2.3.5
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 +46 -46
- 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: 78102df53c7b5ad064601113682ad48c22355bf38735876338b8eefc3a11c642
|
4
|
+
data.tar.gz: 49b6a64b79bff1022b00aaf23a4803b935d877259893ca8b7df5b8ef066e2df7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ac55be2e5208d5c874f5356da8f068c0826ede56758c4d18c610ce516cd747b29ac4244813e420d75be92afb83426d1a335fb6f0cd67926018f35e78247b4e7
|
7
|
+
data.tar.gz: ac6b1652b6e97ba57f4d55da602d158b85c0b0294705449ca29b3b8a7e22cb4f793659c79124d85b39891e068ff01c0173f5bcfbb2c726a949a574bf813c06d0
|
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.5)
|
5
5
|
bootstrap (= 4.3.1)
|
6
6
|
haml
|
7
7
|
haml-rails
|
@@ -16,49 +16,49 @@ PATH
|
|
16
16
|
GEM
|
17
17
|
remote: https://rubygems.org/
|
18
18
|
specs:
|
19
|
-
actioncable (5.2.2)
|
20
|
-
actionpack (= 5.2.2)
|
19
|
+
actioncable (5.2.2.1)
|
20
|
+
actionpack (= 5.2.2.1)
|
21
21
|
nio4r (~> 2.0)
|
22
22
|
websocket-driver (>= 0.6.1)
|
23
|
-
actionmailer (5.2.2)
|
24
|
-
actionpack (= 5.2.2)
|
25
|
-
actionview (= 5.2.2)
|
26
|
-
activejob (= 5.2.2)
|
23
|
+
actionmailer (5.2.2.1)
|
24
|
+
actionpack (= 5.2.2.1)
|
25
|
+
actionview (= 5.2.2.1)
|
26
|
+
activejob (= 5.2.2.1)
|
27
27
|
mail (~> 2.5, >= 2.5.4)
|
28
28
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (5.2.2)
|
30
|
-
actionview (= 5.2.2)
|
31
|
-
activesupport (= 5.2.2)
|
29
|
+
actionpack (5.2.2.1)
|
30
|
+
actionview (= 5.2.2.1)
|
31
|
+
activesupport (= 5.2.2.1)
|
32
32
|
rack (~> 2.0)
|
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.2)
|
37
|
-
activesupport (= 5.2.2)
|
36
|
+
actionview (5.2.2.1)
|
37
|
+
activesupport (= 5.2.2.1)
|
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.2)
|
43
|
-
activesupport (= 5.2.2)
|
42
|
+
activejob (5.2.2.1)
|
43
|
+
activesupport (= 5.2.2.1)
|
44
44
|
globalid (>= 0.3.6)
|
45
|
-
activemodel (5.2.2)
|
46
|
-
activesupport (= 5.2.2)
|
47
|
-
activerecord (5.2.2)
|
48
|
-
activemodel (= 5.2.2)
|
49
|
-
activesupport (= 5.2.2)
|
45
|
+
activemodel (5.2.2.1)
|
46
|
+
activesupport (= 5.2.2.1)
|
47
|
+
activerecord (5.2.2.1)
|
48
|
+
activemodel (= 5.2.2.1)
|
49
|
+
activesupport (= 5.2.2.1)
|
50
50
|
arel (>= 9.0)
|
51
|
-
activestorage (5.2.2)
|
52
|
-
actionpack (= 5.2.2)
|
53
|
-
activerecord (= 5.2.2)
|
51
|
+
activestorage (5.2.2.1)
|
52
|
+
actionpack (= 5.2.2.1)
|
53
|
+
activerecord (= 5.2.2.1)
|
54
54
|
marcel (~> 0.3.1)
|
55
|
-
activesupport (5.2.2)
|
55
|
+
activesupport (5.2.2.1)
|
56
56
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
57
57
|
i18n (>= 0.7, < 2)
|
58
58
|
minitest (~> 5.1)
|
59
59
|
tzinfo (~> 1.1)
|
60
60
|
arel (9.0.0)
|
61
|
-
autoprefixer-rails (9.4.
|
61
|
+
autoprefixer-rails (9.4.10.2)
|
62
62
|
execjs
|
63
63
|
awesome_print (1.8.0)
|
64
64
|
bootstrap (4.3.1)
|
@@ -69,7 +69,7 @@ GEM
|
|
69
69
|
byebug (11.0.0)
|
70
70
|
codeclimate-test-reporter (1.0.7)
|
71
71
|
simplecov
|
72
|
-
concurrent-ruby (1.1.
|
72
|
+
concurrent-ruby (1.1.5)
|
73
73
|
crass (1.0.4)
|
74
74
|
docile (1.3.1)
|
75
75
|
erubi (1.8.0)
|
@@ -80,7 +80,7 @@ GEM
|
|
80
80
|
factory_bot_rails (4.11.1)
|
81
81
|
factory_bot (~> 4.11.1)
|
82
82
|
railties (>= 3.0.0)
|
83
|
-
ffi (1.
|
83
|
+
ffi (1.10.0)
|
84
84
|
globalid (0.4.2)
|
85
85
|
activesupport (>= 4.2.0)
|
86
86
|
haml (5.0.4)
|
@@ -97,7 +97,7 @@ GEM
|
|
97
97
|
haml (>= 4.0, < 6)
|
98
98
|
nokogiri (>= 1.6.0)
|
99
99
|
ruby_parser (~> 3.5)
|
100
|
-
i18n (1.
|
100
|
+
i18n (1.6.0)
|
101
101
|
concurrent-ruby (~> 1.0)
|
102
102
|
jquery-rails (4.3.3)
|
103
103
|
rails-dom-testing (>= 1, < 3)
|
@@ -123,27 +123,27 @@ GEM
|
|
123
123
|
rack (2.0.6)
|
124
124
|
rack-test (1.1.0)
|
125
125
|
rack (>= 1.0, < 3)
|
126
|
-
rails (5.2.2)
|
127
|
-
actioncable (= 5.2.2)
|
128
|
-
actionmailer (= 5.2.2)
|
129
|
-
actionpack (= 5.2.2)
|
130
|
-
actionview (= 5.2.2)
|
131
|
-
activejob (= 5.2.2)
|
132
|
-
activemodel (= 5.2.2)
|
133
|
-
activerecord (= 5.2.2)
|
134
|
-
activestorage (= 5.2.2)
|
135
|
-
activesupport (= 5.2.2)
|
126
|
+
rails (5.2.2.1)
|
127
|
+
actioncable (= 5.2.2.1)
|
128
|
+
actionmailer (= 5.2.2.1)
|
129
|
+
actionpack (= 5.2.2.1)
|
130
|
+
actionview (= 5.2.2.1)
|
131
|
+
activejob (= 5.2.2.1)
|
132
|
+
activemodel (= 5.2.2.1)
|
133
|
+
activerecord (= 5.2.2.1)
|
134
|
+
activestorage (= 5.2.2.1)
|
135
|
+
activesupport (= 5.2.2.1)
|
136
136
|
bundler (>= 1.3.0)
|
137
|
-
railties (= 5.2.2)
|
137
|
+
railties (= 5.2.2.1)
|
138
138
|
sprockets-rails (>= 2.0.0)
|
139
139
|
rails-dom-testing (2.0.3)
|
140
140
|
activesupport (>= 4.2.0)
|
141
141
|
nokogiri (>= 1.6)
|
142
142
|
rails-html-sanitizer (1.0.4)
|
143
143
|
loofah (~> 2.2, >= 2.2.2)
|
144
|
-
railties (5.2.2)
|
145
|
-
actionpack (= 5.2.2)
|
146
|
-
activesupport (= 5.2.2)
|
144
|
+
railties (5.2.2.1)
|
145
|
+
actionpack (= 5.2.2.1)
|
146
|
+
activesupport (= 5.2.2.1)
|
147
147
|
method_source
|
148
148
|
rake (>= 0.8.7)
|
149
149
|
thor (>= 0.19.0, < 2.0)
|
@@ -151,7 +151,7 @@ GEM
|
|
151
151
|
rb-fsevent (0.10.3)
|
152
152
|
rb-inotify (0.10.0)
|
153
153
|
ffi (~> 1.0)
|
154
|
-
ruby_parser (3.
|
154
|
+
ruby_parser (3.13.0)
|
155
155
|
sexp_processor (~> 4.9)
|
156
156
|
sass (3.7.3)
|
157
157
|
sass-listen (~> 4.0.0)
|
@@ -164,8 +164,8 @@ GEM
|
|
164
164
|
sprockets (>= 2.8, < 4.0)
|
165
165
|
sprockets-rails (>= 2.0, < 4.0)
|
166
166
|
tilt (>= 1.1, < 3)
|
167
|
-
sassc (2.0.
|
168
|
-
ffi (~> 1.9
|
167
|
+
sassc (2.0.1)
|
168
|
+
ffi (~> 1.9)
|
169
169
|
rake
|
170
170
|
sassc-rails (2.1.0)
|
171
171
|
railties (>= 4.0.0)
|
@@ -173,7 +173,7 @@ GEM
|
|
173
173
|
sprockets (> 3.0)
|
174
174
|
sprockets-rails
|
175
175
|
tilt
|
176
|
-
sexp_processor (4.
|
176
|
+
sexp_processor (4.12.0)
|
177
177
|
simple_form (4.1.0)
|
178
178
|
actionpack (>= 5.0)
|
179
179
|
activemodel (>= 5.0)
|
@@ -190,7 +190,7 @@ GEM
|
|
190
190
|
activesupport (>= 4.0)
|
191
191
|
sprockets (>= 3.0.0)
|
192
192
|
sqlite3 (1.3.13)
|
193
|
-
temple (0.8.
|
193
|
+
temple (0.8.1)
|
194
194
|
thor (0.20.3)
|
195
195
|
thread_safe (0.3.6)
|
196
196
|
tilt (2.0.9)
|
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.5"
|
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"
|
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.3.
|
4
|
+
version: 2.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thooams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|