awelvor 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/awelvor.rb +5 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: f96a9b138cf5bf4e07a6aa31465ddd13d755edbc3aa987a0665624744a3102e6
|
4
|
+
data.tar.gz: 801cb8438736896a5439e7c13b9614a9a717c7bab0af550e98dbc3f5e51659aa
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 042e4f5f3e823ade09500ac3ba18ab6676c45ca2b9b6a00928e79e2966c5d8c46aceb76684f2863399eb938f7b83da317e1c3b796a8691bb8af14c46649df741
|
7
|
+
data.tar.gz: 41356be4e6816996ac69fd673b3fd9343e20c79a50a4f09fa0af5bb9a8f81588201993cee6c339440f7f0ff0357f08ca6a795f8fa17837ea6b5da760361eaedf
|
data/lib/awelvor.rb
ADDED
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: awelvor
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nick Quaranto
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-10-24 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple hello world gem
|
14
|
+
email: nick@quaran.to
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/awelvor.rb
|
20
|
+
homepage: https://rubygems.org/gems/awelvor
|
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: '0'
|
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.4.20
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: Awelvor!
|
43
|
+
test_files: []
|