ats-gem 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/hello.rb +6 -0
- metadata +43 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 65141ad14dde91c7e3c14103eaf3d846864dfc5673fe47171720eb8db7d7b749
|
4
|
+
data.tar.gz: 624f3817966e3aed2c22a68ebd3c357db7780f7c2fa7c0605f8112af7ed65196
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b93fa71939526c185a8e1ba27f159f08f18c83033983537c4fb9946ca7c056583e830ffae5b12eafbe0ac956ff7f588f67d23698a23ab7cb2f247659e34dc202
|
7
|
+
data.tar.gz: 204c139f9fe0dba98c997e8a162131867db4aa4ab905e97eaf61e0f1737c5259961c5b0c1a75f2ad3fd97975b2cc14e2a58095e21311fe70f1cdb82b106fa3a5
|
data/lib/hello.rb
ADDED
metadata
ADDED
@@ -0,0 +1,43 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ats-gem
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Arne Stein
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple hello world gem
|
14
|
+
email: astein@astein.to
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/hello.rb
|
20
|
+
homepage: https://rubygems.org/gems/ats-gem
|
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.1.2
|
40
|
+
signing_key:
|
41
|
+
specification_version: 4
|
42
|
+
summary: Hello ats-gem
|
43
|
+
test_files: []
|