forticons_helper 0.0.2 → 0.0.4

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: 3328b4ddc53b11251b2e5df15e7845e9ceaa6b0e51025c0ee3499c72bd946990
4
- data.tar.gz: 6dd5ecbb91117be1a7b13edbf923346dbe3911c61b200ee9a1b4d18829bcd68c
3
+ metadata.gz: 872b412e244d5c772c8e06725b8e94d0870901adbf02b0338d2e8e9163eb0099
4
+ data.tar.gz: d056101a8819330451391a7b597dcaf144c3b4cb5bd1d7c8f7597eeab61440e2
5
5
  SHA512:
6
- metadata.gz: 7234db9aed34287214dd1d27dbd46781b66d2a00e0a46ef35aa76f119e0b1d6ea68a0cca3dfa5918e3f7f048b007a692c28f854c0ad97d1f6fe8f9493e0617db
7
- data.tar.gz: 7f52f937c1cf49ca21a18a0b49586e61187e4e19eb9865993ee9069fd44cc81759ffbd6d554f5e372a5cc34938bc8efbfc55b4630c031f4007f1fd5bb5eb01c0
6
+ metadata.gz: 7e74ffb0b0e57208d2d719aba4b0209dd9d4325e253b8b98d9e30208cde5866cb2a2684bcf1e58c921b5d24c3f1536b298be50ea6df9ce4e2119db07a661d29e
7
+ data.tar.gz: 7075cc7260844c09bcf06c97797527606476faecdebb6bf2c84f44b3ef38929dd69633d3ec9699b3b8f29bff8e09128c19941cd5b530f56607c67222096ca7a0
data/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 GitHub Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 GitHub Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # forticons_helper
2
-
3
- [![Gem version](https://img.shields.io/gem/v/forticons_helper.svg)](https://rubygems.org/gems/forticons_helper)
4
-
5
-
6
- This rails helper lets you easily include svg forticons in your rails apps.
7
-
8
- ## Install
9
-
10
- 1. Add this to your `Gemfile`
11
-
12
- ```rb
13
- gem 'forticons_helper'
14
- ```
15
-
16
- 3. Use this tag in your erbs
17
-
18
- ```rb
19
- <%= forticon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
20
- ```
21
- We recommend including the CSS in the [`@primer/forticons`](/packages/javascript) npm module. You can also npm install that package and include `build/build.css` in your styles.
1
+ # forticons_helper
2
+
3
+ [![Gem version](https://img.shields.io/gem/v/forticons_helper.svg)](https://rubygems.org/gems/forticons_helper)
4
+
5
+
6
+ This rails helper lets you easily include svg forticons in your rails apps.
7
+
8
+ ## Install
9
+
10
+ 1. Add this to your `Gemfile`
11
+
12
+ ```rb
13
+ gem 'forticons_helper'
14
+ ```
15
+
16
+ 3. Use this tag in your erbs
17
+
18
+ ```rb
19
+ <%= forticon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
20
+ ```
21
+ We recommend including the CSS in the [`@primer/forticons`](/packages/javascript) npm module. You can also npm install that package and include `build/build.css` in your styles.