ui_bibz 2.5.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +38 -38
  3. data/README.md +1 -0
  4. data/lib/ui_bibz/infos.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edbe455034d510cb0ad8f33ff1425c2dc08be051bfdabcdcb423f1cb6bc13dbb
4
- data.tar.gz: d3e801f993128c0b285a62e0b291c9243c1d003a279a5ecf18c68a1cb1fee857
3
+ metadata.gz: c38be262cc3a4dc4f6b1e2d1460d3cb2b142344baf377b2a8d53c79d53fa1f07
4
+ data.tar.gz: 556fe484b4d210efca47eb4c81ee54d25757cd2147ae786a9f2fb4ca5223ba4d
5
5
  SHA512:
6
- metadata.gz: 01fa0eeaa35b24458301877260941cae3c1b8ecf80cdb9793de9ebb14aedfd0087bf7139ce818e07698ff63498a47a0ef7f26df4a15684f6b46689847d61b6fc
7
- data.tar.gz: 4214aed6b940465f0c42c1289fed817a433e856c771218ca08f981eb01d25968f061684864b944eb2567076e31c452883e11e23b16199a317a09349b407e623e
6
+ metadata.gz: d50f3b8ef80d714f550a7f371d6da48d19af260bd34af5f6e5bab56bfa972660af54846d5cd3187bf97631369aeb89f3691ee2c41bd64f1ea687117d9a4d76ae
7
+ data.tar.gz: c3e844763ed52eb64ad0c86bd9181c0aa88b6d1c9a55e32b0a4ed253141d914e006c9113ba0408df36c06795ee121c91414186a9445c73513009e7d77167f4cf
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.5.0)
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.1)
20
- actionpack (= 5.2.4.1)
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.1)
24
- actionpack (= 5.2.4.1)
25
- actionview (= 5.2.4.1)
26
- activejob (= 5.2.4.1)
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.1)
30
- actionview (= 5.2.4.1)
31
- activesupport (= 5.2.4.1)
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.1)
37
- activesupport (= 5.2.4.1)
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.1)
43
- activesupport (= 5.2.4.1)
42
+ activejob (5.2.4.2)
43
+ activesupport (= 5.2.4.2)
44
44
  globalid (>= 0.3.6)
45
- activemodel (5.2.4.1)
46
- activesupport (= 5.2.4.1)
47
- activerecord (5.2.4.1)
48
- activemodel (= 5.2.4.1)
49
- activesupport (= 5.2.4.1)
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.1)
52
- actionpack (= 5.2.4.1)
53
- activerecord (= 5.2.4.1)
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.1)
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.9.2)
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.1)
136
- actioncable (= 5.2.4.1)
137
- actionmailer (= 5.2.4.1)
138
- actionpack (= 5.2.4.1)
139
- actionview (= 5.2.4.1)
140
- activejob (= 5.2.4.1)
141
- activemodel (= 5.2.4.1)
142
- activerecord (= 5.2.4.1)
143
- activestorage (= 5.2.4.1)
144
- activesupport (= 5.2.4.1)
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.1)
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.1)
154
- actionpack (= 5.2.4.1)
155
- activesupport (= 5.2.4.1)
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
  [![Inline docs](http://inch-ci.org/github/thooams/Ui-Bibz.svg?branch=master)](http://inch-ci.org/github/thooams/Ui-Bibz)
8
8
  [![security](https://hakiri.io/github/thooams/Ui-Bibz/master.svg)](https://hakiri.io/github/thooams/Ui-Bibz/master)
9
9
  [![Dependency Status](https://gemnasium.com/thooams/Ui-Bibz.svg)](https://gemnasium.com/thooams/Ui-Bibz)
10
+ ![Ruby](https://github.com/thooams/Ui-Bibz/workflows/Ruby/badge.svg)
10
11
 
11
12
  This project rocks and uses MIT-LICENSE.
12
13
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  module UiBibz
4
4
  NAME = 'Ui Bibz'
5
- VERSION = '2.5.0'
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.0
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-06 00:00:00.000000000 Z
11
+ date: 2020-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap