rails_heroicon 2.0.0 → 2.1.0
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 +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/compressed/icons.json +876 -840
- data/lib/rails_heroicon/helper.rb +5 -4
- data/lib/rails_heroicon/rails_heroicon.rb +16 -24
- data/lib/rails_heroicon/railtie.rb +1 -1
- data/lib/rails_heroicon/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9323e6ca39cd65780649b80b39c328080a0c4ee1cd0accbd3e4db64931798964
|
4
|
+
data.tar.gz: a4e2f87e89ba3b734514fe7c612a9ab4b8fbfd699c4c26c86840628c7486573d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01c83bcfb963b9108909cb65ded6d70119f88d968cc0b9baac373f95ad4d30c1b521fb840e354d3808ba3d4632e9e54cd2b88291f52d17e5b167bcf49508118d
|
7
|
+
data.tar.gz: 488d80c2fdc9b32b91dd9faa923ed4ba02566cf59b75e1951d8ba217b8b012621cdd728de7efb94cd2718149ef1cf8e933c9bc60785908da1129f1781382c980
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
Ruby on Rails views helper for the awesome heroicons by Steve Schoger. To see
|
4
4
|
all the icons visit [heroicons](https://heroicons.com/).
|
5
5
|
|
6
|
-
|
6
|
+
292 icons included as of today.
|
7
7
|
|
8
8
|
> This gem has no official affiliation with [Tailwind Labs](https://github.com/tailwindlabs),
|
9
9
|
> yet.
|