bfixsecdemo 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/builder.rb +19 -0
  3. data/lib/test.rb +10 -0
  4. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3d68c6ef3cbbdb0f73ef69415bc1123932efaa9910e2392536b18afb5ea2f6e0
4
+ data.tar.gz: e212c3a4e1f10848aaafd827eeaff36e528f9305906bd928334e4a717ffe4773
5
+ SHA512:
6
+ metadata.gz: cde5d31c71cd45a8f6cac6e225bf099eebe4d089ab145f34e4430a8de39e32cbd8679f0aa5a1b50fb626836378429c4bd0d0e675152732328599a0db4c03880b
7
+ data.tar.gz: 197009e29ab4e38267de4169c92bc52a61272676f22f02784256e86dc26a8838cd2ab4eac6dc7c9e62f239a7027302f029c3d6c3f1578bd378b9f1518a3902f5
data/lib/builder.rb ADDED
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #--
5
+ # Copyright 2004 by Jim Weirich (jim@weirichhouse.org).
6
+ # All rights reserved.
7
+
8
+ # Permission is granted for use, copying, modification, distribution,
9
+ # and distribution of modified versions of this work as long as the
10
+ # above copyright notice is included.
11
+ #++
12
+
13
+
14
+
15
+ class Holaaa
16
+ def self.hi
17
+ puts "Hello, Ruby, imHolaaa!";
18
+ end
19
+ end
data/lib/test.rb ADDED
@@ -0,0 +1,10 @@
1
+
2
+ class Hola
3
+ def self.hi
4
+ puts "Hello, Ruby, im Bfix!";
5
+ end
6
+
7
+ def self.duphi
8
+ puts "this a duphi func!";
9
+ end
10
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bfixsecdemo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - aalexz
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem, do not download it
14
+ email: zhuzhuzhuzai@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/builder.rb
20
+ - lib/test.rb
21
+ homepage: https://zhuzhuzai.top
22
+ licenses:
23
+ - MIT
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.1.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: test capital
44
+ test_files: []