iki_utils 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/iki_utils.rb +8 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: dc11dbdca5f77da99abb1288f6338466d398ebb8c790ae7d6304ed43d21757f8
4
+ data.tar.gz: 031eaf2a33371cfe875e58f5d9af254e6a8b07ef16b0d7590989e039d32ff35d
5
+ SHA512:
6
+ metadata.gz: b3e474c3a9d07ec12813e8ceb72df7089439b28515bb4af31bddb3d17169648e6ae643ac9920a4aa12c5c708ee71de197b5b696a40319a468cc07baadd14a8a4
7
+ data.tar.gz: e01c29b3ffed946d4eeff106f8d334de8f309a71322a6c521f7c859b7fdd5b3c6cd4eb02ea71baef427bd081a6dc4c7b2fb579c3f6c1eee8a565b35aa7aba531
@@ -0,0 +1,8 @@
1
+
2
+ module IkiUtils
3
+ extend self
4
+
5
+ def hello
6
+ 'world'
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: iki_utils
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Chui
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Currently this is just a hello world gem.
14
+ email:
15
+ - thomas@ikithomas.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/iki_utils.rb
21
+ homepage: https://www.ikithomas.com
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '2.6'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.4
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Utilites gem
44
+ test_files: []