octicons_v2_helper 0.0.0.pre.bd1caad → 0.0.0.pre.be2ea3b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a022efd7344af6092dd70f569a13ef4bfe455101b1c3de736753cd1372f65090
4
- data.tar.gz: 6912a15ae6dddc09bc923cd036ff09b9bc9b8abb8572bcddb91d0d1330a7ec6d
3
+ metadata.gz: c0ff5eb9930f6ae475f09383e28661cd2168d8fbd0b5a891ef8a5bc7fb426f7c
4
+ data.tar.gz: 32c807e23514e9113ea5eb3285e3809ce8710233dd37091cdee39769d44ed769
5
5
  SHA512:
6
- metadata.gz: 42ebd1c281643fe909f19007ec2d604e05f8188efae2320bd1b3f5ab1cb57425c9fd7a538d38f2b828bfcd95b7a47075f279738162dba8cbad3bfadb2b187533
7
- data.tar.gz: 709a75c55f7c0a1b3f977f00fbcbfb7e8e031424aef41d1ec8fddbc5bee1e57f3e5b529e7918d07c32b7a1300fda7a3357eb8f2bd72b4a0a654705557e3a49a8
6
+ metadata.gz: 98bbacbc720838e40068f48352da28c2d7c04335f17807568a6d73af1325802271b4ac1a8289cda66b65746bf79a6e2357a358e3a51b8e76c63c6669924889b0
7
+ data.tar.gz: 24a136624d00ea0af9096f802d43a6716c231e3269935b9cd5935ef5e54ad3548c221cd6d092decfee7ec12e0967a78ceeffcebdeca71d8100c22cb07d333745
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