hansderly 0.0.1
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 +7 -0
- data/lib/hansderly.rb +8 -0
- metadata +43 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: aa9a4acae58be59bc3390e39a3c9d5e109b728f4c49912db7d29b69945cbd790
|
|
4
|
+
data.tar.gz: ef944516663fc0b46d82fc0812f3ecc3b28e7686a198bb25c622cc32063bf69d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f5ebfcb2c3d4cd7bc04864c65187750ef0111e4462681c17717050956878a7957ef39841bd36fc15ff91e5190cfe64d97c21a65ee8a8b4138d0e05e28dbf3d61
|
|
7
|
+
data.tar.gz: 1bf6e380dc2a60dd91505ab9eab8a723e763a58a08fa959b450684096a4cdfd823528ba7374fe5c6f6e38f9d0814c25a727b5f5eb762eb52d768b32eafb4a269
|
data/lib/hansderly.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: hansderly
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Hansderly Rameau
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2022-10-24 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: THis is gem just split an array into two array of even and odd numbers
|
|
14
|
+
email: r.hans4486@gmail.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- lib/hansderly.rb
|
|
20
|
+
homepage:
|
|
21
|
+
licenses:
|
|
22
|
+
- MIT
|
|
23
|
+
metadata: {}
|
|
24
|
+
post_install_message:
|
|
25
|
+
rdoc_options: []
|
|
26
|
+
require_paths:
|
|
27
|
+
- lib
|
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '3.1'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
requirements: []
|
|
39
|
+
rubygems_version: 3.3.7
|
|
40
|
+
signing_key:
|
|
41
|
+
specification_version: 4
|
|
42
|
+
summary: This is my first gem
|
|
43
|
+
test_files: []
|