octicons_v2_helper 0.0.0.pre.cb6d341 → 0.0.0.pre.cedfc45

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: 46b7f2c15b260480e99a5135cd54b50c8b5f6ff4848217cf3c60372a8e94c1f9
4
- data.tar.gz: 03e2128c21ea266859509ab2d6f3fd0652cb58e75eec522bffe09c6a897433a8
3
+ metadata.gz: 8baea6648f9d331706a5b59e4d046b0e9c2395c1b35086988c123ede7bb519f4
4
+ data.tar.gz: bbc0faaf147f4a024e6a0b376af304e95ecb0262abbc23c390ad346b035d3bd6
5
5
  SHA512:
6
- metadata.gz: fe538a07199e59eed9ecefc50cd399cf31137c01ab41a6bcb97b878f470c13c2b68c148e945626d4a24f74a3183421595e157bd016975d38af8f10d2193153bd
7
- data.tar.gz: 75d389eed9381682700c01e52a5ee782396a0a64b13ca1eec9d9541356408a21112390980d13b442e072d604b7479575b1d9c4c02b0572adf0a72885173c2932
6
+ metadata.gz: f3d3e530e0d1129a09435a1f8b7b64d7acf60e7031e3f932694960cd94779c5c5f4c726593b481facf35dfbe15e95c011447866d769f55b362236cc51319b646
7
+ data.tar.gz: 19deea6c9f23ecbc00deaa9fd90c36ca662de70c8799a27832754e1194d8dcee93230c53ac2ca9dfb5a3c32dbbaad3d37aac87d817530c837431f218e18ce555
data/README.md CHANGED
@@ -1,39 +1,5 @@
1
- # Octicons rails helper
1
+ # octicons_helper
2
2
 
3
3
  [![Gem version](https://img.shields.io/gem/v/octicons_helper.svg)](https://rubygems.org/gems/octicons_helper)
4
- [![Build Status](https://travis-ci.org/primer/octicons.svg?branch=master)](https://travis-ci.org/primer/octicons)
5
4
 
6
- > A rails helper that inlines SVG octicons
7
-
8
- This rails helper let's you easily include svg [octicons][octicons-docs] in your rails apps.
9
-
10
- ## Install
11
-
12
- 1. Add this to your `Gemfile`
13
-
14
- ```rb
15
- gem 'octicons_helper'
16
- ```
17
-
18
- 3. Use this tag in your erbs
19
-
20
- ```rb
21
- <%= octicon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
22
- ```
23
-
24
- We recommend including the CSS in the [octicons_node](../octicons_node/) module. You can also npm install that package and include `build/build.css` in your styles.
25
-
26
- ## Documentation
27
-
28
- For a full list of options available, see the [octicons_gem documentation](../octicons_gem/#documentation)
29
-
30
- ## License
31
-
32
- (c) GitHub, Inc.
33
-
34
- When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).
35
-
36
- [MIT](./LICENSE)
37
-
38
- [octicons]: https://github.com/primer/octicons
39
- [octicons-docs]: https://octicons.github.com/
5
+ See https://primer.style/octicons/packages/rails