test-gem-12345 1.0.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. checksums.yaml +7 -0
  2. data/lib/run.rb +8 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ac92153cadf1123bc0eecb40ebfb45e26882cbc3b9a2af91e3960bd8f5434d5c
4
+ data.tar.gz: d58910ae8d1d914c32dc1dc33f4ebd61f43531ea0da5c365a11f0d7c0336cd47
5
+ SHA512:
6
+ metadata.gz: a9a57b9a5c3eea222b585a374b3ba579da6e6bca467217c3eba2eafc02c7e9cdaa735f652e745cd63130d325cb62649d0ac0b8523772821b0f2b9b7f79e68b9a
7
+ data.tar.gz: 81968052a7e41038b271c65b9ac01c0fe5a0a7930f2be6fb5391c307fb8ef5c592d0cb5150c25fe9e559a6ba61d2d2f339f5ff7f4ee5a9aa96743f3cd80eb63b
data/lib/run.rb ADDED
@@ -0,0 +1,8 @@
1
+ module Test
2
+ class TestClass
3
+ def self.run()
4
+ "hello world!"
5
+ end
6
+ end
7
+ end
8
+
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: test-gem-12345
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - test-author
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: test-description
14
+ email:
15
+ - test@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/run.rb
21
+ homepage: https://test.com
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ documentation_uri: https://test.com
26
+ source_code_uri: https://test.com
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: '2.4'
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.0.3.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: test-summary
46
+ test_files: []