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.
- checksums.yaml +4 -4
- data/lib/builder.rb +19 -0
- data/lib/test.rb +2 -2
- metadata +4 -4
- data/aaaa.rb +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4358666ac9653e7c99fc07bda327bf187606d715d0227c558356aad16b84b673
|
4
|
+
data.tar.gz: 8ae2c7e3a77a72e77e6f017e0b68e59ed86a59dc617a2600ae39e03c9289d3bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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-
|
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
|
-
-
|
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:
|
43
|
+
summary: test capital
|
44
44
|
test_files: []
|