icons 0.0.1 → 0.0.2
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/lib/icons.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7ed67d1455846d5b5cafcc40c62491b8cae953bf4f9fff50f565386a556758b
|
4
|
+
data.tar.gz: 130dbd282e27c99e64e9541d8f25a5c13a11067bcca96ab3f32ead34e1b04179
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b94ebd58cbbe3f797fb65c7e63f87f4a5951c17214c57424380842024934b7f4358847cfdb53215a97ad5ff1d5ee7da2a505a3ff4f21c9c268c1894aafba8b78
|
7
|
+
data.tar.gz: 3013166b89c9cdf79fe5a2c5a50df538c9ed0b54f1805194a6be99bcfc00fcd94e79c9cca90a2400a73ae9981378a99b88d10b51a78bfc874fefcaa66b2b1690
|
data/lib/icons.rb
CHANGED
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: icons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rails Designer Developers
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
|
-
description: Add any icon library to a
|
13
|
-
(and others).
|
12
|
+
description: Coming soon. Add any icon library to a Ruby app, from Heroicons, to Lucide
|
13
|
+
to Tabler (and others). Icons is library-agnostic, so you can add any library while
|
14
14
|
using the same interface.
|
15
15
|
email: devs@railsdeigner.com
|
16
16
|
executables: []
|
@@ -36,7 +36,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
36
|
- !ruby/object:Gem::Version
|
37
37
|
version: '0'
|
38
38
|
requirements: []
|
39
|
-
rubygems_version: 3.6.
|
39
|
+
rubygems_version: 3.6.7
|
40
40
|
specification_version: 4
|
41
41
|
summary: Add any icon library to a Ruby app
|
42
42
|
test_files: []
|