Alexsecdemo 0.0.4 → 0.0.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/test.rb +1 -4
  3. metadata +1 -2
  4. data/lib/builder.rb +0 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4358666ac9653e7c99fc07bda327bf187606d715d0227c558356aad16b84b673
4
- data.tar.gz: 8ae2c7e3a77a72e77e6f017e0b68e59ed86a59dc617a2600ae39e03c9289d3bc
3
+ metadata.gz: 1619b6ff6f7cb909bfc1457a695607b3ef74f845cf1b671ca15f9a5ab9af596e
4
+ data.tar.gz: 202e895afffe3a87f60b444efe71bbcf69a9de52f97632d6deef9bda566e677e
5
5
  SHA512:
6
- metadata.gz: 9e13dc46ea0ff3da5520e98a8dc4ef8a5e88b6a1ef8abeadf307d6f929554a24ecd9f328c2e04c5689da99a4d87150872f5f6f494f2f07333afd1df974fe311f
7
- data.tar.gz: 928338b1abf9bccadef983d86589a0cb35631ce819f2e91bb4174fd0f66383e3c13939249ce12243516e3e0c7b1e3370ad6f44b8bba85f501fff63a20c4cfb83
6
+ metadata.gz: 48cf2c9b703690596ae5c5ce269ab6febdfe9c08f57bccd844bb7b174a9444da3b22f503636480d6e9bd58756b7cb71def6e02cc1a35adeb4a16c1a09ac3f796
7
+ data.tar.gz: c53c572665e9bee508f89744b3ece6447dba6a6d29237a9e45fe2d56991439a52f758aaca60580e0c0ff2a5f9395375e5f7983177a485b75a1f5451faa1be598
data/lib/test.rb CHANGED
@@ -1,10 +1,7 @@
1
1
 
2
2
  class Hola
3
3
  def self.hi
4
- puts "Hello, Ruby, im Alex 4.0.0!";
4
+ puts "Hello, Ruby, im Alex 5.0.0!";
5
5
  end
6
6
 
7
- def self.duphi
8
- puts "this a duphi func 4.0.0!";
9
- end
10
7
  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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexz
@@ -16,7 +16,6 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - lib/builder.rb
20
19
  - lib/test.rb
21
20
  homepage: https://zhuzhuzai.top
22
21
  licenses:
data/lib/builder.rb DELETED
@@ -1,19 +0,0 @@
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