hola_tky 0.1.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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5c0cf6113cf628cfa56d14dd9d5fb4e31620026efe5ad0bffb2a03ff7c4f135f
4
+ data.tar.gz: 9c4ef22277bc957ed3cb3004b6ccbfb35f3d2b2443ca415283502ccaa71e83d9
5
+ SHA512:
6
+ metadata.gz: 72946925694fb9c7e5bb93f3d0b3b47b1491fa34669b5e48843c8f229838430651b2decd168d47295b5701d5211607e538e435a290780984709bca9fc5fb97af
7
+ data.tar.gz: 732dce9ba01c1a648fa8168cce6122cb337efe5285f6a9f51d752460439030d5d54e1607d5b40071703535107287602acae5237bd285dc4f96c7af797d846181
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hola_tky
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - TKY413
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem that generates UUIDs using SecureRandom.
14
+ email:
15
+ - pixel413.dev@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/TKY413/hola_tky
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ homepage_uri: https://github.com/TKY413/hola_tky
25
+ source_code_uri: https://github.com/TKY413/hola_tky
26
+ changelog_uri: https://github.com/TKY413/hola_tky/releases
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 3.1.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.4.19
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A simple hello world gem by TKY413.
46
+ test_files: []