icons 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/icons.rb +3 -0
  3. metadata +42 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5fca761a00de58a083ddf90b5527726ca1a84357552d55b50f41f6982912426b
4
+ data.tar.gz: 542bd79fb5e195dcfb8d59b03d19c1ee0178348900105d79bb8597e1e4746e82
5
+ SHA512:
6
+ metadata.gz: 2be3a54e9353f09f5e3899bc441d599b68fb36377fac04a34cef68894634bd50f457256f747f6c1529e9405ec9fbfcd634dbdaa5146a8d5c8b8d7d6df75aa95b
7
+ data.tar.gz: b5cf5048989b90dfb477d3060341c7fbc645ae77e04315cf946a3d5aa40d0dba2a602efe2990492b770f216fa5f712f531599e81812dd67f22dc3d0870db86bf
data/lib/icons.rb ADDED
@@ -0,0 +1,3 @@
1
+ module MyGem
2
+ # TBD
3
+ end
metadata ADDED
@@ -0,0 +1,42 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: icons
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rails Designer Developers
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-03-30 00:00:00.000000000 Z
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
14
+ using the same interface.
15
+ email: devs@railsdeigner.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/icons.rb
21
+ homepage: https://github.com/Rails-Designer/icons
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.6.6
40
+ specification_version: 4
41
+ summary: Add any icon library to a Ruby app
42
+ test_files: []