openproject-octicons 19.6.5 → 19.6.6

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: 8f965c540fb799a9bee07ec6c21bf9e25f460a8909af1a17feac05254593f90e
4
- data.tar.gz: 94cfbed42fad2092f632128861528eeb069715b70dada6aad88adb7d9f3bae64
3
+ metadata.gz: 02ab8d393b8e198dabbaf8e056a0c5d345cab275dcc0ab3508ae2608b9244736
4
+ data.tar.gz: aaa4d7798575665cc4dca2c965e66db60b9c3c7848e1107f0b3e19901ae3e63d
5
5
  SHA512:
6
- metadata.gz: 42b07b688c1a19f7a9d0fa3f8356da321ba9ec12a94279ce4235fac422e166ee0624a06480cb3bad5326ea1beaad10fa98a236c5809a7ec6ac3c926a7c851431
7
- data.tar.gz: e504a0eb4cc14b145db29710e39831dcbd5fc7f875efca0e777fb1bd710dacad849a0ef9b3ac0c0491dc8e817283f0e925066422bdf805a89b37db4c84cceba5
6
+ metadata.gz: 00f63b7f691895ff6ed55c527f8142c6c01e5ca084b67c2a4b49ae59595a6aedab704939e306b3849bba62234d1b6c822215b43f02de60c618314b7e69dc03dc
7
+ data.tar.gz: 9abc66dca46d28b44edc4adf4970ea455b7e7312dfafea97f1e4e6d969f5daf00efb99e5629618459d856abb80a456160a5a3ad111b9cee346534a33de780073
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # octicons
2
2
 
3
- [![Gem version](https://img.shields.io/gem/v/octicons.svg)](https://rubygems.org/gems/octicons)
3
+ [![Gem version](https://img.shields.io/gem/v/openproject-octicons.svg)](https://rubygems.org/gems/openproject-octicons)
4
4
 
5
5
  ## Install
6
6
 
7
7
  Add this to your `Gemfile`
8
8
 
9
9
  ```rb
10
- gem 'octicons'
10
+ gem 'openproject-octicons'
11
11
  ```
12
12
 
13
13
  Then `bundle install`.
@@ -17,7 +17,7 @@ If using a framework like Rails, please follow the [installation instructions](h
17
17
  ## Usage
18
18
 
19
19
  ```rb
20
- require 'octicons'
20
+ require 'openproject-octicons'
21
21
  icon = Octicons::Octicon.new("x")
22
22
  icon.to_svg
23
23
  # <svg class="octicon octicon-x" viewBox="0 0 16 16" width="16" height="16" version="1.1" "aria-hidden"="true"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"></path></svg>