openproject-octicons_helper 19.6.5 → 19.6.7

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: '08b43780ccc107e21cfeeb5c99bd77841339f1fc6e2881650d32f0054ddc3c5b'
4
- data.tar.gz: dd0a16fded0a811a619f09105c96058f60be78fc1df311bbfd633a8a5ed53b8f
3
+ metadata.gz: 7da73adc52ff3f482f9b4423c414f3474512dcb8806303e5d652ecfdf150ab03
4
+ data.tar.gz: d737a5805616248334abe7e44c7e3fad78944917b0b463c5524355dc20d03c8b
5
5
  SHA512:
6
- metadata.gz: c91087e36a361a7621cd746659c5829e54f1a2498b2b739cce1337e6d0922f017faf3bb79846d36887874e87c74c8f7e38c2be9483dbdea660a4817e01fe82a8
7
- data.tar.gz: 853f09d8bdf4072d643ba580e4742297ba2dea4d9f90fb3dd8a9e8d5eef4842112b25232ff0bcbc0d02c55de0a0ce26564ea9c03cf3a6197fb03294d9ca64939
6
+ metadata.gz: c4aea3ab13e51d9ca4d7e2710409c358263d8519045114c0eb10a38e92b64589388ce2341f22094a6d0df465a806c191414524a484b432326552caf13009a87b
7
+ data.tar.gz: dba75f95697259a2ed15c2498812fa2f4ef9a60ca477c09d7d891ef227989c8b7c1bc00a7405b8c7555d327d2acb7780ae082386480c009c48aa1ca654994dba
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # octicons_helper
2
2
 
3
- [![Gem version](https://img.shields.io/gem/v/octicons_helper.svg)](https://rubygems.org/gems/octicons_helper)
3
+ [![Gem version](https://img.shields.io/gem/v/openproject-octicons_helper.svg)](https://rubygems.org/gems/openproject-octicons_helper)
4
4
 
5
5
 
6
6
  This rails helper lets you easily include svg octicons in your rails apps.
@@ -10,7 +10,7 @@ This rails helper lets you easily include svg octicons in your rails apps.
10
10
  1. Add this to your `Gemfile`
11
11
 
12
12
  ```rb
13
- gem 'octicons_helper'
13
+ gem 'openproject-octicons_helper'
14
14
  ```
15
15
 
16
16
  3. Use this tag in your erbs
@@ -18,4 +18,4 @@ This rails helper lets you easily include svg octicons in your rails apps.
18
18
  ```rb
19
19
  <%= octicon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
20
20
  ```
21
- We recommend including the CSS in the [`@primer/octicons`](/packages/javascript) npm module. You can also npm install that package and include `build/build.css` in your styles.
21
+ We recommend including the CSS in the [`@openproject/octicons-angular`](/packages/javascript) npm module. You can also npm install that package and include `@openproject/octicons-angular/styles/index.scss` in your styles.