annyeong 0.0.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/annyeong.rb +10 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d4ed32591a12ec2e700e406e0be123349e73c6f9ccc2894323ab697dd869c291
4
+ data.tar.gz: 349d23d8db1ce9ff958a9a041e9c9a3b021d37314f69de7c5674cd4905aa7f30
5
+ SHA512:
6
+ metadata.gz: 7236933998f39d646336c4707c8a0c4a492acd890223a9f67f3c705cc6e3ab970aab5ac7001d34ca73a908161f0664c944fdcf0863753d114e89ca270caebda4
7
+ data.tar.gz: 9d406c519843ffe6744e318658f56892a037a92dad3f2a4b8a9ad1174ba9daec0891e5f96df847ad651c033f9c36c7f50643c70dd0b49a63317af3304335f1e8
@@ -0,0 +1,10 @@
1
+ class Annyeong
2
+
3
+ def self.hi
4
+ p "Annyeong sesang!" #hello world!
5
+ end
6
+
7
+ def self.hi_to_you(your_name)
8
+ p "Annyeong #{your_name}!" #hello your name!
9
+ end
10
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: annyeong
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jee Lee
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-06-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A korean hello world gem
14
+ email: jeeyoooon@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/annyeong.rb
20
+ homepage: http://rubygems.org/gems/annyeong
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
+ rubyforge_project:
40
+ rubygems_version: 2.7.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Annyeong Sesang!
44
+ test_files: []