prori 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/prori.rb +3 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: da7d743ac3d505c0a8f452265971e4ca88100c9c745cc9608d84c1f127f3dba7
4
+ data.tar.gz: f0d6f75e476afaf1c47e13a9610431df7ec6a7b2c98f276cb645a81e86eddb7a
5
+ SHA512:
6
+ metadata.gz: '009a4ea7202d99621e14afbef2ce88591948af7f659d91ef6c035cdd82ffa168094563947913f23873c0d8ebb914796dd8966eed21d4f6f46563c5af4ff3b1b8'
7
+ data.tar.gz: f6c1c68ded72e23664eb058ff2597ebf5e516ab146c5b4a7e361f16eae68e662db11e86a4c77758b610f0b083bff9b222dabf084def3c2342c773ad67231df8b
data/lib/prori.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Prori
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: prori
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jack Lee
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-08-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Placeholder gem occupying the prori name for the Prori project.
14
+ email: uxk970524@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/prori.rb
20
+ homepage: https://prori.ai
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
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.6'
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.3.1
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Official Prori gem. Placeholder occupying the gem name for https://prori.ai
43
+ test_files: []