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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/icons.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5fca761a00de58a083ddf90b5527726ca1a84357552d55b50f41f6982912426b
4
- data.tar.gz: 542bd79fb5e195dcfb8d59b03d19c1ee0178348900105d79bb8597e1e4746e82
3
+ metadata.gz: c7ed67d1455846d5b5cafcc40c62491b8cae953bf4f9fff50f565386a556758b
4
+ data.tar.gz: 130dbd282e27c99e64e9541d8f25a5c13a11067bcca96ab3f32ead34e1b04179
5
5
  SHA512:
6
- metadata.gz: 2be3a54e9353f09f5e3899bc441d599b68fb36377fac04a34cef68894634bd50f457256f747f6c1529e9405ec9fbfcd634dbdaa5146a8d5c8b8d7d6df75aa95b
7
- data.tar.gz: b5cf5048989b90dfb477d3060341c7fbc645ae77e04315cf946a3d5aa40d0dba2a602efe2990492b770f216fa5f712f531599e81812dd67f22dc3d0870db86bf
6
+ metadata.gz: b94ebd58cbbe3f797fb65c7e63f87f4a5951c17214c57424380842024934b7f4358847cfdb53215a97ad5ff1d5ee7da2a505a3ff4f21c9c268c1894aafba8b78
7
+ data.tar.gz: 3013166b89c9cdf79fe5a2c5a50df538c9ed0b54f1805194a6be99bcfc00fcd94e79c9cca90a2400a73ae9981378a99b88d10b51a78bfc874fefcaa66b2b1690
data/lib/icons.rb CHANGED
@@ -1,3 +1,3 @@
1
- module MyGem
1
+ module Icons
2
2
  # TBD
3
3
  end
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.1
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: 2025-03-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: Add any icon library to a Rails app, from Heroicons, to Lucide to Tabler
13
- (and others). Rails Icons is library-agnostic, so you can add any library while
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.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: []