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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39539d50d7ccb6e99ac20005fb792058770166e51e627db12ca025577757dbc0
4
- data.tar.gz: 8922adee2dafc242867f1df711af2a6767e00d0c955026f2d4d2d6e3823f2ba5
3
+ metadata.gz: ca145a9639425b4c5f7e115fccffc6b35cd5445c0fe6fbc29a6e932aa6dda54b
4
+ data.tar.gz: 64b784f3e3bfe207084279972585515cf3f315cef5b1259bab22e6019abd44c0
5
5
  SHA512:
6
- metadata.gz: 9eb05cfa4bef2c02849057579439a3d2f17d84aaaf052210d46b1f726f6c885297813182fffb529967aae88d27ef4c083839805282fe668a9f8e82c9fd805e9f
7
- data.tar.gz: b1223fa94ef409e357d7a188280ed232333e6ba74f7170e7375e15752b1b6189715bceafac40a3e222ac59bdf9aa54f30b8309a4828620baf9034147536dcfe5
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
- - Work in progress
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
@@ -1,3 +1,3 @@
1
1
  module BootstrapIconsHelper
2
- VERSION = "0.0.1".freeze
2
+ VERSION = "1.0.1".freeze
3
3
  end
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: 0.0.1
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-05-22 00:00:00.000000000 Z
11
+ date: 2020-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: bootstrap_icons
14
+ name: bootstrap-icons
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.0.1
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: 0.0.1
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.3
73
+ rubygems_version: 3.1.4
74
74
  signing_key:
75
75
  specification_version: 4
76
- summary: Bootstrap I rails helper
76
+ summary: Bootstrap Icons rails helper
77
77
  test_files: []