dmpg 0.1.0-x86_64-linux-musl

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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/dummympb +0 -0
  3. data/lib/dummympg.rb +1 -0
  4. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: dfeaa57fcd634a61123cb82723e81acc95749f6cc87d12fd5dc60b93a89f851f
4
+ data.tar.gz: 9837160a2a33a70948fe86095ffe826363e53f3585a7b691976111469f93798e
5
+ SHA512:
6
+ metadata.gz: b5e34218e8e52760e9a8395369ceb6708cd67d15f57c31b9bfac7db35be6f03f6423bd4257b383303b99b33789be3bd3cbe5ea2a8266337d306ad5508d6ccbc2
7
+ data.tar.gz: deb4a3ae7fbfee4f5071f20fc907d3ff22f4ac3e5edb0b9c69e6674e9a15880d9d2a9f41902740f977f1b3217cbd79a2e0456cfab82435820b7245682c160ca2
data/bin/dummympb ADDED
Binary file
data/lib/dummympg.rb ADDED
@@ -0,0 +1 @@
1
+ puts "blank"
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dmpg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: x86_64-linux-musl
6
+ authors:
7
+ - Safwan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A dummy gem to test bugs
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - bin/dummympb
20
+ - lib/dummympg.rb
21
+ homepage:
22
+ licenses: []
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.7'
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.5.22
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: A dummy gem to test bugs
43
+ test_files: []