claiss 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/claiss.rb +5 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a75eb2f02fe104ba720fa91b2c8e28bb1deb17593fee645fa42dd2bed7aea9ef
4
+ data.tar.gz: 54f436cf4cbfc5b7245402773ad70b8a944511fb543a2545a1908eb1eb0acf2b
5
+ SHA512:
6
+ metadata.gz: 2b3fcfd5ac72663b59b7c06028d2a18c62034559bb03a67a460010e05ed26baf19b0d5dc5c13933c9ff6d37b5f417b16b6043bc46db558a7ef698e4c0b0f2a2d
7
+ data.tar.gz: 75a0b51d04da65de7833cb58dabfe30693e001248b6f6e799423bd3743bc1d75d4221c512d86fad8e574b6123b0d35c4374c1aa1a70d29fc978a56669abb41f2
data/lib/claiss.rb ADDED
@@ -0,0 +1,5 @@
1
+ module Claiss
2
+ def self.hello_world
3
+ "Good morning world and all who inhabit it!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: claiss
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Júlio Papel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-07-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: CLI application Toolbox to manage Laiss AI applications and deployments.
14
+ Some thing may not work on your environment. Use with caution!
15
+ email:
16
+ - julio.papel@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/claiss.rb
22
+ homepage: http://rubygems.org/gems/claiss
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.4.15
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Laiss AI CLI application Toolbox
45
+ test_files: []