Alexsecdemo 0.0.2 → 0.0.3

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 +4 -4
  2. data/lib/builder.rb +19 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97676708b61f0e825c35c8e1a2eccc4040a1775b9e5f9a76340a5019910a48d4
4
- data.tar.gz: be10c9fff11d7559b2b93bd4c4af8543868d1f3cdbe85aa6052835c47b2bd386
3
+ metadata.gz: f8a7e60f8ac1ff23a208be7255157e155d4cd625a162a7518caa4cac96e1b218
4
+ data.tar.gz: 03fd3fb50a60b39e18b0ea11565794c14b117463207a77845400f767310242ff
5
5
  SHA512:
6
- metadata.gz: be8665396b472d2404cca4ccb2d34cb05cdf74ce9283ea769ab3c6bb01e22530fdb583dbf58134fd9fb6877367571130f7736d669c14e78883570406ba57f9b6
7
- data.tar.gz: bcc0565cadc942a0ebb08c1a68e9b6cec037de06a290ea26a46eb8915fc75c442ed8ef75db6bf2f055dde10e173b9f33b848a35f2679abf790f3c73f3b470f05
6
+ metadata.gz: b35befcbcc70287e760426e943cb726b9be97ffdca77d8c16d94926cb1149e107c320decb8bdbc7052c36c8357e4a64c377125731dccf5c7467c59fb5a909f15
7
+ data.tar.gz: c06244e6b406681ce26434081fd06e05dabfe673fc991ea50a937310355dd7e58d6910dd2a8123b70984892d43e10fd51b70683b929b502529a325a9a3b38eaa
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Alexsecdemo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexz
@@ -17,6 +17,7 @@ extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - aaaa.rb
20
+ - lib/builder.rb
20
21
  - lib/test.rb
21
22
  homepage: https://zhuzhuzai.top
22
23
  licenses: