yakeen 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/yakeen.rb +8 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 004cc65d02186dc1952780395ffece71cd010a49e1fa873449d7e67190b3bbd6
4
+ data.tar.gz: cd34edc5f841930d96824eaded5dbd12a67490bf8f6e8030be5d32fc682b8fe3
5
+ SHA512:
6
+ metadata.gz: a03843e4efd00e97a78327b0b3f6f3df0f7b3df2b57bdbbc599724771058818d94bc2d0d33a0b408110086712294854f6c58e7af29e864221023bc71ffb46fe9
7
+ data.tar.gz: 332bcfe52f1bd6b4003ea565224647323b0dc863cc2604fcd37ca5625bf33d03d20398503c62d84008be1c346c84214831e5eba1c68a2ffcbb305a72318c2daa
@@ -0,0 +1,8 @@
1
+
2
+ module Yakeen
3
+ class Person
4
+ def self.isReal?
5
+ puts "Very Real"
6
+ end
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yakeen
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Mohamad Kaakati
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-01-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Yaqeen, Immediate verification of individuals’ data with the official
14
+ government records in Saudi Arabia.
15
+ email: m@kaakati.me
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/yakeen.rb
21
+ homepage: https://github.com/Kaakati/yakeen
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: '0'
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.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Elm Yakeen Gem
44
+ test_files: []