bfixsecdemo 0.0.3

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: 18f81f287d91ab00f96961be7731d0884edc7c353cfc508bcb421e2454a59598
4
+ data.tar.gz: 9d2683d1e9abd661db967ed0038b0f27817c528d03e7014abfab3a1d18368789
5
+ SHA512:
6
+ metadata.gz: d4928bd2db85d3f95ab5b696c45688b2e143c0e1bde0494a3fee09f52c83e844c96ee51d6827f5689e2b6af2b1617eecce67febc1e134d1278d73f4e69b3f52a
7
+ data.tar.gz: 8aab841883ffed2bb5866c612593ccab2f91d3e239fd732c9c7c3ab4e2110e075bc2675ddbc51e8b6645b2372f7e1cc3e9cc35ae7c4b3d3b7fc145d6ac600c03
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.3
5
+ platform: ruby
6
+ authors:
7
+ - abcalexz
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple test 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: []