heroicon 0.2.0 → 0.2.1

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: ecc5d5c61a5361fd880c5904ee0e393a64d3d8e412a1ada220eb3192ffed8c8a
4
- data.tar.gz: 3bf96fb4d6f02e6f32826863164558854001c48442fcf617e5de46d6a252d2ce
3
+ metadata.gz: 0d84d48fe0bd5ee18ae0a8ff4fcb18700b44415bdb6c834b2d606b334635990c
4
+ data.tar.gz: e34a0b8f7f67ae51c8d0712b28c9592c5a6a40bb1b91a790a2a025f9b18856e8
5
5
  SHA512:
6
- metadata.gz: a4364dc359644c8373cae120cbb51ec4537d3213473887966e75a557131f06f52da4dd0a58d832787d2e51888aeb745831692cc35c817164d2bd68b91306d81e
7
- data.tar.gz: '0703199551aee16532e2a0f7908ae59e552ef3bfd759ecc3913e665fb42802db9b0ce193d1e24dc08cc43de3d59efff7401612d8fd08c662463e010eadea4f78'
6
+ metadata.gz: 3b5ad7a7dd7e3636840d551f75c449ab16da0f43e868abe9e3d5304abefd99fb3dce2651c93d15c1efde4d87a09c9475c28b3c7f6fa1edbb7dc02596f0d0f98c
7
+ data.tar.gz: 66f0d51350a460c9b23518e3a6f9982a2ac3890ea97e0f3b2c3fb4fc5ee5a2d1afc97e391d34a378fe97662bdc5e86ba4f195abf981c25ad7551141828f455a2
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  [![Build Status](https://github.com/bharget/heroicon/workflows/CI/badge.svg)](https://github.com/bharget/heroicon/actions)
3
3
  [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)
4
4
 
5
- Ruby on Rails view helpers for the beautiful hand-crafted SVG icons, by the makers of Tailwind CSS. This gem has no official affiliation with Tailwind CSS or the Heroicon team.
5
+ Ruby on Rails view helpers for the beautiful hand-crafted SVG icons, Heroicons. This gem has no official affiliation with Tailwind CSS or the Heroicon team.
6
6
 
7
7
  Check out their sites:
8
8
 
@@ -31,7 +31,7 @@ module Heroicon
31
31
  end
32
32
 
33
33
  def file
34
- @file ||= Rails.application.assets.find_asset("heroicon/#{variant}/#{name}.svg").source.force_encoding("UTF-8")
34
+ @file ||= Rails.application.assets_manifest.find_sources("heroicon/#{variant}/#{name}.svg").first.force_encoding("UTF-8")
35
35
  rescue
36
36
  nil
37
37
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Heroicon
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Hargett
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-19 00:00:00.000000000 Z
11
+ date: 2021-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails