ui_bibz 2.3.12 → 2.3.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10cd9ab9b647ff28c979bfeb508fea49c78547a3efd216a585cfd131da3c5d10
4
- data.tar.gz: f95eacbe232aa7ffc032cc45e7b0e5b80f816f23be04991b87d2f0fbe2f2a234
3
+ metadata.gz: 4fc18e0594f0802a50beda793e62637f3126f215dc957175c29b9f1aea425dd6
4
+ data.tar.gz: f99d21905d3d3d00bd2c56a03169d2df59dea8080082221e5db45578baa13a3c
5
5
  SHA512:
6
- metadata.gz: f48645facb46cd7043564db494fd82075c85397e5e5ed1469d7548622f8b8b31adbc112d1ff9911a40c83346643ebef0aa8c9c0804698a5965833b152a3ca560
7
- data.tar.gz: 5b88aee7f088609fcc0ee7aba8e5dcbfa4ecee5ddf66c8b165cda864b1bf625ff64cd96d36ac5aa3c9d2d0afd3c103dcb9946fcaa5f547844f96c7219fe3d3f0
6
+ metadata.gz: d9940d15fa7f40224e75df101f2535841eeeb437bf9780bd101f4aaa21f0ad3bc86f2ff81b96803f2f919f067c20cb1791128a4096a16d22708dc8b12966dfd7
7
+ data.tar.gz: f9d643412450ef83954399fd9c1be499a4127c692ff46ceefd9401dd6f1f75d1d114cc576106600bc7e63ed899963f3048513603941dfe79495ccd22c54e3fe9
@@ -0,0 +1,20 @@
1
+ name: Ruby
2
+
3
+ on: [push]
4
+
5
+ jobs:
6
+ build:
7
+
8
+ runs-on: ubuntu-latest
9
+
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ - name: Set up Ruby 2.6
13
+ uses: actions/setup-ruby@v1
14
+ with:
15
+ ruby-version: 2.6.x
16
+ - name: Build and test with Rake
17
+ run: |
18
+ gem install bundler
19
+ bundle install --jobs 4 --retry 3
20
+ bundle exec rake
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.3.12)
4
+ ui_bibz (2.3.13)
5
5
  bootstrap (= 4.3.1)
6
6
  haml
7
7
  haml-rails
@@ -16,62 +16,62 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (6.0.0)
20
- actionpack (= 6.0.0)
19
+ actioncable (6.0.1)
20
+ actionpack (= 6.0.1)
21
21
  nio4r (~> 2.0)
22
22
  websocket-driver (>= 0.6.1)
23
- actionmailbox (6.0.0)
24
- actionpack (= 6.0.0)
25
- activejob (= 6.0.0)
26
- activerecord (= 6.0.0)
27
- activestorage (= 6.0.0)
28
- activesupport (= 6.0.0)
23
+ actionmailbox (6.0.1)
24
+ actionpack (= 6.0.1)
25
+ activejob (= 6.0.1)
26
+ activerecord (= 6.0.1)
27
+ activestorage (= 6.0.1)
28
+ activesupport (= 6.0.1)
29
29
  mail (>= 2.7.1)
30
- actionmailer (6.0.0)
31
- actionpack (= 6.0.0)
32
- actionview (= 6.0.0)
33
- activejob (= 6.0.0)
30
+ actionmailer (6.0.1)
31
+ actionpack (= 6.0.1)
32
+ actionview (= 6.0.1)
33
+ activejob (= 6.0.1)
34
34
  mail (~> 2.5, >= 2.5.4)
35
35
  rails-dom-testing (~> 2.0)
36
- actionpack (6.0.0)
37
- actionview (= 6.0.0)
38
- activesupport (= 6.0.0)
36
+ actionpack (6.0.1)
37
+ actionview (= 6.0.1)
38
+ activesupport (= 6.0.1)
39
39
  rack (~> 2.0)
40
40
  rack-test (>= 0.6.3)
41
41
  rails-dom-testing (~> 2.0)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
43
- actiontext (6.0.0)
44
- actionpack (= 6.0.0)
45
- activerecord (= 6.0.0)
46
- activestorage (= 6.0.0)
47
- activesupport (= 6.0.0)
43
+ actiontext (6.0.1)
44
+ actionpack (= 6.0.1)
45
+ activerecord (= 6.0.1)
46
+ activestorage (= 6.0.1)
47
+ activesupport (= 6.0.1)
48
48
  nokogiri (>= 1.8.5)
49
- actionview (6.0.0)
50
- activesupport (= 6.0.0)
49
+ actionview (6.0.1)
50
+ activesupport (= 6.0.1)
51
51
  builder (~> 3.1)
52
52
  erubi (~> 1.4)
53
53
  rails-dom-testing (~> 2.0)
54
54
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
55
- activejob (6.0.0)
56
- activesupport (= 6.0.0)
55
+ activejob (6.0.1)
56
+ activesupport (= 6.0.1)
57
57
  globalid (>= 0.3.6)
58
- activemodel (6.0.0)
59
- activesupport (= 6.0.0)
60
- activerecord (6.0.0)
61
- activemodel (= 6.0.0)
62
- activesupport (= 6.0.0)
63
- activestorage (6.0.0)
64
- actionpack (= 6.0.0)
65
- activejob (= 6.0.0)
66
- activerecord (= 6.0.0)
58
+ activemodel (6.0.1)
59
+ activesupport (= 6.0.1)
60
+ activerecord (6.0.1)
61
+ activemodel (= 6.0.1)
62
+ activesupport (= 6.0.1)
63
+ activestorage (6.0.1)
64
+ actionpack (= 6.0.1)
65
+ activejob (= 6.0.1)
66
+ activerecord (= 6.0.1)
67
67
  marcel (~> 0.3.1)
68
- activesupport (6.0.0)
68
+ activesupport (6.0.1)
69
69
  concurrent-ruby (~> 1.0, >= 1.0.2)
70
70
  i18n (>= 0.7, < 2)
71
71
  minitest (~> 5.1)
72
72
  tzinfo (~> 1.1)
73
- zeitwerk (~> 2.1, >= 2.1.8)
74
- autoprefixer-rails (9.6.5)
73
+ zeitwerk (~> 2.2)
74
+ autoprefixer-rails (9.7.1)
75
75
  execjs
76
76
  awesome_print (1.8.0)
77
77
  bootstrap (4.3.1)
@@ -83,7 +83,7 @@ GEM
83
83
  codeclimate-test-reporter (1.0.9)
84
84
  simplecov (<= 0.13)
85
85
  concurrent-ruby (1.1.5)
86
- crass (1.0.4)
86
+ crass (1.0.5)
87
87
  docile (1.1.5)
88
88
  erubi (1.9.0)
89
89
  erubis (2.7.0)
@@ -117,7 +117,7 @@ GEM
117
117
  railties (>= 4.2.0)
118
118
  thor (>= 0.14, < 2.0)
119
119
  json (2.2.0)
120
- loofah (2.3.0)
120
+ loofah (2.3.1)
121
121
  crass (~> 1.0.2)
122
122
  nokogiri (>= 1.5.9)
123
123
  mail (2.7.1)
@@ -128,42 +128,42 @@ GEM
128
128
  mimemagic (0.3.3)
129
129
  mini_mime (1.0.2)
130
130
  mini_portile2 (2.4.0)
131
- minitest (5.12.2)
131
+ minitest (5.13.0)
132
132
  nio4r (2.5.2)
133
- nokogiri (1.10.4)
133
+ nokogiri (1.10.5)
134
134
  mini_portile2 (~> 2.4.0)
135
135
  popper_js (1.14.5)
136
136
  rack (2.0.7)
137
137
  rack-test (1.1.0)
138
138
  rack (>= 1.0, < 3)
139
- rails (6.0.0)
140
- actioncable (= 6.0.0)
141
- actionmailbox (= 6.0.0)
142
- actionmailer (= 6.0.0)
143
- actionpack (= 6.0.0)
144
- actiontext (= 6.0.0)
145
- actionview (= 6.0.0)
146
- activejob (= 6.0.0)
147
- activemodel (= 6.0.0)
148
- activerecord (= 6.0.0)
149
- activestorage (= 6.0.0)
150
- activesupport (= 6.0.0)
139
+ rails (6.0.1)
140
+ actioncable (= 6.0.1)
141
+ actionmailbox (= 6.0.1)
142
+ actionmailer (= 6.0.1)
143
+ actionpack (= 6.0.1)
144
+ actiontext (= 6.0.1)
145
+ actionview (= 6.0.1)
146
+ activejob (= 6.0.1)
147
+ activemodel (= 6.0.1)
148
+ activerecord (= 6.0.1)
149
+ activestorage (= 6.0.1)
150
+ activesupport (= 6.0.1)
151
151
  bundler (>= 1.3.0)
152
- railties (= 6.0.0)
152
+ railties (= 6.0.1)
153
153
  sprockets-rails (>= 2.0.0)
154
154
  rails-dom-testing (2.0.3)
155
155
  activesupport (>= 4.2.0)
156
156
  nokogiri (>= 1.6)
157
157
  rails-html-sanitizer (1.3.0)
158
158
  loofah (~> 2.3)
159
- railties (6.0.0)
160
- actionpack (= 6.0.0)
161
- activesupport (= 6.0.0)
159
+ railties (6.0.1)
160
+ actionpack (= 6.0.1)
161
+ activesupport (= 6.0.1)
162
162
  method_source
163
163
  rake (>= 0.8.7)
164
164
  thor (>= 0.20.3, < 2.0)
165
165
  rake (13.0.0)
166
- ruby_parser (3.14.0)
166
+ ruby_parser (3.14.1)
167
167
  sexp_processor (~> 4.9)
168
168
  sass-rails (6.0.0)
169
169
  sassc-rails (~> 2.1, >= 2.1.1)
@@ -205,7 +205,7 @@ GEM
205
205
  will_paginate (3.1.8)
206
206
  will_paginate-bootstrap4 (0.2.2)
207
207
  will_paginate (~> 3.0, >= 3.0.0)
208
- zeitwerk (2.2.0)
208
+ zeitwerk (2.2.1)
209
209
 
210
210
  PLATFORMS
211
211
  ruby
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Ui Bibz logo](https://raw.githubusercontent.com/thooams/Ui-Bibz/gh-pages/ui-bibz-logo-without-border.gif)
1
+ ![Ui Bibz logo](https://repository-images.githubusercontent.com/29547689/3b149e00-a3f6-11e9-9144-e96702055f08)
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/ui_bibz.svg)](http://badge.fury.io/rb/ui_bibz)
4
4
  [![Build Status](https://travis-ci.org/thooams/Ui-Bibz.svg)](https://travis-ci.org/thooams/Ui-Bibz)
@@ -1,6 +1,6 @@
1
1
  module UiBibz
2
2
  NAME = "Ui Bibz"
3
- VERSION = "2.3.12"
3
+ VERSION = "2.3.13"
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"
@@ -0,0 +1,3 @@
1
+ //= link_tree ../images
2
+ //= link_directory ../javascripts .js
3
+ //= link_directory ../stylesheets .css
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.12
4
+ version: 2.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-15 00:00:00.000000000 Z
11
+ date: 2019-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -240,6 +240,7 @@ executables: []
240
240
  extensions: []
241
241
  extra_rdoc_files: []
242
242
  files:
243
+ - ".github/workflows/ruby.yml"
243
244
  - ".gitignore"
244
245
  - ".gitlab-ci.yml"
245
246
  - ".travis.yml"
@@ -451,6 +452,7 @@ files:
451
452
  - structure.md
452
453
  - test/dummy/README.rdoc
453
454
  - test/dummy/Rakefile
455
+ - test/dummy/app/assets/config/manifest.js
454
456
  - test/dummy/app/assets/images/.keep
455
457
  - test/dummy/app/assets/javascripts/application.js
456
458
  - test/dummy/app/assets/stylesheets/application.css
@@ -649,6 +651,7 @@ summary: Create your project with Ui Bibz. Over a thirty reusable components bui
649
651
  test_files:
650
652
  - test/dummy/README.rdoc
651
653
  - test/dummy/Rakefile
654
+ - test/dummy/app/assets/config/manifest.js
652
655
  - test/dummy/app/assets/images/.keep
653
656
  - test/dummy/app/assets/javascripts/application.js
654
657
  - test/dummy/app/assets/stylesheets/application.css