gem_github_action_test 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/main.rb +10 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e8d326feb30ef1fefbe68144d11ab5bec72c6be5de83d59d6109b8be003b1faa
4
+ data.tar.gz: 64592e10ad3dd5cb3cf3300f3071032f8ae0f14116d4d6333f1911d5da0bc478
5
+ SHA512:
6
+ metadata.gz: 7b368b52e25b5b3d1a51fa3d7a890caa22481023c487d19c080d4e257bc8c8f98af0566c208c8b91fef2bad4152bd348119e9a0e1742127d61dc8b3680f63256
7
+ data.tar.gz: 36e96a6698c3e6afaffb6c07733005c7ec0dabdca04db233ade7c4913c89644c490f54327ffe69764069c145049166e2e28a6056eedfd51897fa09b3f25e48b6
data/lib/main.rb ADDED
@@ -0,0 +1,10 @@
1
+ class GithubActionGemTest
2
+ def self.hello
3
+ puts 'Hello, Github Action Gem Test! without bug'
4
+ end
5
+
6
+ def self.bye
7
+ puts 'Bye, Github Action Gem Test! without bug'
8
+ end
9
+ end
10
+
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gem_github_action_test
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Hareau
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: I want to test automatic release with github actions
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/main.rb
20
+ homepage: https://thomas.hareau.eu
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: '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.4.10
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: GA test, don't use it
43
+ test_files: []