bam-bam-boogieman 1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e2159a82a0f01191fba2963fd5e8e3d9b1a45329525a386370d0a87c9b93b717
4
+ data.tar.gz: 9350f0b7c60ed88d7cb9729be3a8a93d68c6383538823817f13a7d1655e17f6a
5
+ SHA512:
6
+ metadata.gz: 2b77d873e0c73ba2b214f8ad901d57017db1b364cd2b7c6be89bcaee5b412e9b6128f712758098d6bc34eabdbbd55cfa05e4dd49a4a8f52d06932e0a8959f215
7
+ data.tar.gz: 3d2f9ef1b9919052d21908431c71a273f3f4a80d36fa4f06117c6964cacacfd5cf8b1135201677df4604bcb63866fe4964b07f7aee600e7b7b559057466385ea
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require 'bam-bam-boogieman'
3
+
4
+ MyGem.display_message
@@ -0,0 +1,5 @@
1
+ module MyGem
2
+ def self.display_message
3
+ puts "poc by @gopal_ethical"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bam-bam-boogieman
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ platform: ruby
6
+ authors:
7
+ - "@gopal_ethical"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: poc by @gopal_ethical
14
+ email: ftest.first@gmail.com
15
+ executables:
16
+ - bam-bam-boogieman
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/bam-bam-boogieman
21
+ - lib/bam-bam-boogieman.rb
22
+ homepage:
23
+ licenses: []
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.3.15
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: poc by @gopal_ethical
44
+ test_files: []