bootstrap_icons_rubygem 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d22d0e3627f834edf56c10c9864123b35c00c7895bb4d1d405bed59226b913bb
4
- data.tar.gz: 1ddf2aabbd3ead1dd19959fe8be288d09f59c1388fed55a4e41ec058b02d235a
3
+ metadata.gz: ee079ef7c106246c38435baa0b00253608fe5fed7596a30a075a0d1d215f9de4
4
+ data.tar.gz: e126a7a48108edd8d5593a89c646c3fe727bf5239d88bf4ee8ae85376e940bd4
5
5
  SHA512:
6
- metadata.gz: a28b1687d6bd48889287516414ec27856b0877fd63e346fd90e723b19f05538fa13375c6b1b9a5db1cbd4e43e15cc370be33c5521c5225ba5d2258b4363100f2
7
- data.tar.gz: d180baa55d336a11d229c167b51114b7e68a8d334952c1be9557dda2d218fb139a097a5b4a0fd8a07e3744169e42ea82635de552bfa1b72dfa63ad16df8c3c07
6
+ metadata.gz: 4a7d01dead47cd4a4d1cb1d0656b2c6e467c1c834bcb4e25c45cc5810ecb315488a79f4f442cea26835905398724fdf35a984fa29b551b67675916ef6646fead
7
+ data.tar.gz: e8d5ab1ab5f0c4efbd780c81aef84c0a6825b5750a9d6c649f4c310301c9cff9c97a3cf7c2ef47ef568318874101e75a65128cc9f495289b8e2a51bf793f577f
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bootstrap_icons_rubygem
2
2
 
3
- bootstrap_icons_rubygem provides the Bootstrap icons web fonts and stylesheets as a Rails engine for use with the asset pipeline.
3
+ bootstrap_icons_rubygem provides the [Bootstrap icons](https://icons.getbootstrap.com/) web fonts and stylesheets as a Rails engine for use with the asset pipeline.
4
4
 
5
5
  ## Installation
6
6
 
@@ -30,6 +30,12 @@ or if you prefer scss add this to your `application.scss` file:
30
30
  @import "bootstrap-icons"; //application.scss
31
31
  ```
32
32
 
33
+ ## Usage
34
+
35
+ ```html
36
+ <i class="bi bi-alarm-fill"></i>
37
+ ```
38
+
33
39
  ## My other open source projects
34
40
 
35
41
  [railstart-niceadmin](https://github.com/hfpp2012/railstart-niceadmin)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module BootstrapIconsRubygem
4
4
  BI_VERSION = "1.7.2"
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_icons_rubygem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - hfpp2012
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-26 00:00:00.000000000 Z
11
+ date: 2022-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties