Alexsecdemo 0.0.1 → 0.0.4

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/builder.rb +19 -0
  3. data/lib/test.rb +2 -2
  4. metadata +4 -4
  5. data/aaaa.rb +0 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e14675de43c1c5593737cfe5ceb7c91f5fdbb8ff2b3a7f590999babd7da4d54
4
- data.tar.gz: a0dc46f4a45698650b3f289ab64a8133b2fac7346d10b81ceeaa4a5efd8729e3
3
+ metadata.gz: 4358666ac9653e7c99fc07bda327bf187606d715d0227c558356aad16b84b673
4
+ data.tar.gz: 8ae2c7e3a77a72e77e6f017e0b68e59ed86a59dc617a2600ae39e03c9289d3bc
5
5
  SHA512:
6
- metadata.gz: 02adf77dcdcc51f0fd8b812134df60098bde573fc4c8950bcd16b5540725a597b7f6086f639c970440b27e54b850261355d6e5c68c877671cba6e9bbcb6ce07c
7
- data.tar.gz: d7e5600ada24706f197d0036f5ebd1a59179039be8462276121f963f3bfde99a6b9b1a9865e2355e4f35bf88d6a72d7d06d6dc9720235eb25ba1f83a13662e36
6
+ metadata.gz: 9e13dc46ea0ff3da5520e98a8dc4ef8a5e88b6a1ef8abeadf307d6f929554a24ecd9f328c2e04c5689da99a4d87150872f5f6f494f2f07333afd1df974fe311f
7
+ data.tar.gz: 928338b1abf9bccadef983d86589a0cb35631ce819f2e91bb4174fd0f66383e3c13939249ce12243516e3e0c7b1e3370ad6f44b8bba85f501fff63a20c4cfb83
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 CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
2
  class Hola
3
3
  def self.hi
4
- puts "Hello, Ruby, im Bfix!";
4
+ puts "Hello, Ruby, im Alex 4.0.0!";
5
5
  end
6
6
 
7
7
  def self.duphi
8
- puts "this a duphi func!";
8
+ puts "this a duphi func 4.0.0!";
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Alexsecdemo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-28 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple hello world gem, do not download it
14
14
  email: zhuzhuzhuzai@gmail.com
@@ -16,7 +16,7 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - aaaa.rb
19
+ - lib/builder.rb
20
20
  - lib/test.rb
21
21
  homepage: https://zhuzhuzai.top
22
22
  licenses:
@@ -40,5 +40,5 @@ requirements: []
40
40
  rubygems_version: 3.1.2
41
41
  signing_key:
42
42
  specification_version: 4
43
- summary: wahahah!
43
+ summary: test capital
44
44
  test_files: []
data/aaaa.rb DELETED
@@ -1,5 +0,0 @@
1
- class Hola
2
- def self.hi
3
- puts "Hello, Ruby, im Cmix!";
4
- end
5
- end