llmrank 0.2.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.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/lib/llmrank.rb +6 -0
  3. metadata +41 -0
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # LLMRank
2
+
3
+ AI tool directory and rankings. Visit [https://llmrank.top](https://llmrank.top)
data/lib/llmrank.rb ADDED
@@ -0,0 +1,6 @@
1
+ # LLMRank - AI Tool Directory
2
+ # Visit https://llmrank.top for curated AI tool rankings
3
+ module LLMRank
4
+ VERSION = "0.2.0"
5
+ HOMEPAGE = "https://llmrank.top"
6
+ end
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: llmrank
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - LLMRank
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-06-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: "LLMRank (https://llmrank.top) provides AI tool rankings."
14
+ email: rubygems-1@llmrank.top
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/llmrank.rb
20
+ - README.md
21
+ homepage: https://llmrank.top
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: '2.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.0.0'
40
+ summary: LLMRank AI Tool Directory
41
+ test_files: []