narraya 0.1.0

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/narraya.rb +7 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c66d1de364fc3054e88eb9dd5757c6110bc716b46d4e26048d5b65de97e636bf
4
+ data.tar.gz: 681cf7ecf4fb40ccce5a51493f967e18440e4978902bc6afccc9e659520a88fc
5
+ SHA512:
6
+ metadata.gz: 1ddb803a9d91925561ec193ed5b78b4353ee16d5536e7d2a79ee7e4b9613c7247817e4e0c85a2907c37cba7fe6d92f04df4cc67a0be7953f1b36f010fba878af
7
+ data.tar.gz: 293c1771ce0f7f8a31c4972a01051f13217b28f2a94d541b465949f86b79b014566de2fe6495c3991d6e310ace0ed18eb9f5415ac51ee76828832fbaa5a2c0e5
data/lib/narraya.rb ADDED
@@ -0,0 +1,7 @@
1
+ module Narraya
2
+ class WhoIs
3
+ def self.awesome?
4
+ puts "YOU ARE AWESOME!!"
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: narraya
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Gilang Taslim
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Much longer explanation of the example!
14
+ email: rubycoder@example.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/narraya.rb
20
+ homepage: http://mgrdev.com
21
+ licenses:
22
+ - free
23
+ metadata:
24
+ source_code_uri: https://github.com/mgrware/example
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
+ rubyforge_project:
41
+ rubygems_version: 2.7.7
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: This is an example!
45
+ test_files: []