bootstrap-icons-helper 0.0.1 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +0 -0
- data/README.md +16 -1
- data/lib/bootstrap-icons-helper.rb +0 -0
- data/lib/bootstrap-icons-helper/helper.rb +0 -0
- data/lib/bootstrap-icons-helper/railtie.rb +0 -0
- data/lib/bootstrap-icons-helper/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca145a9639425b4c5f7e115fccffc6b35cd5445c0fe6fbc29a6e932aa6dda54b
|
4
|
+
data.tar.gz: 64b784f3e3bfe207084279972585515cf3f315cef5b1259bab22e6019abd44c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae3012f5eb594857a906affaf0192064814975445beaec58f9621725f3859f09905ec6fa531a01e9a42247ea73b2e2ca702c600deca17803263eaf3312f3a74b
|
7
|
+
data.tar.gz: 65e41238e8551bbe96bad2dbf5783af8f7f048f9cdff53f10b64cd3ad49b09ed464e93651e70690553ef21753cc54f44bfe25bd94a37cf6040f376dc0c2086fa
|
data/LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
1
|
# bootstrap-icons-helper
|
2
2
|
|
3
|
-
|
3
|
+
This helper lets you easily include svg bootstrap icons in your rails apps.
|
4
|
+
|
5
|
+
## Install
|
6
|
+
|
7
|
+
1. Add this to your `Gemfile`
|
8
|
+
|
9
|
+
$ gem 'bootstrap-icons-helper'
|
10
|
+
|
11
|
+
2. Use this tag in your erbs
|
12
|
+
|
13
|
+
$ <%= bootstrap_icon "check", width: 5, height: 5, fill: "blue" %>
|
14
|
+
|
15
|
+
|
16
|
+
## Docs
|
17
|
+
|
18
|
+
To know more about the accepted options, see [bootstrap-icons-gem](../bootstrap-icons-gem).
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-icons-helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcelo Lauxen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: bootstrap-icons
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: '1.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: '1.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -51,7 +51,7 @@ files:
|
|
51
51
|
- lib/bootstrap-icons-helper/helper.rb
|
52
52
|
- lib/bootstrap-icons-helper/railtie.rb
|
53
53
|
- lib/bootstrap-icons-helper/version.rb
|
54
|
-
homepage: https://github.com/marcelolx/icons
|
54
|
+
homepage: https://github.com/marcelolx/bootstrap-icons
|
55
55
|
licenses:
|
56
56
|
- MIT
|
57
57
|
metadata: {}
|
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
|
-
rubygems_version: 3.1.
|
73
|
+
rubygems_version: 3.1.4
|
74
74
|
signing_key:
|
75
75
|
specification_version: 4
|
76
|
-
summary: Bootstrap
|
76
|
+
summary: Bootstrap Icons rails helper
|
77
77
|
test_files: []
|