helloworld_dh 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/README.md +23 -8
- data/lib/helloworld_dh/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46736f4e4c88dd8cbeb374d727195ff94160e77c3b96a9c6712488527527916c
|
4
|
+
data.tar.gz: df60ec9321a2ae405d78fef0669afe98755fb6f25626fd2708b7579fa504be7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a229d9456dd8f73116b2802d07347fddcf75f86b44fe7e31a4b0b247d1b45aba5716c2315fcd8b1b8d2d751b571ae56087b225c2bcbfe0fd06c19fff5a69f340
|
7
|
+
data.tar.gz: 373bbc053d93d083768657006e401ac0e7323ade9d6378ebb15cbaa9c1e3b2b1b2f50b31b731181fea776699027ed3a8796d43cf18a7db8746e7da424c8c3c7b
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1
|
-
#
|
1
|
+
# Helloworld_DH
|
2
|
+
|
3
|
+
It is my first Ruby Gem !
|
4
|
+
|
5
|
+
이 것은 저의 첫 루비젬입니다.
|
6
|
+
|
7
|
+
이 젬은 간단하게 이 것이 저의 첫 잼이라는 것을 한국어, 일본어, 영어로 출력합니다.
|
2
8
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/helloworld_dh`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
9
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
10
|
|
7
11
|
## Installation
|
8
12
|
|
@@ -22,17 +26,28 @@ Or install it yourself as:
|
|
22
26
|
|
23
27
|
## Usage
|
24
28
|
|
25
|
-
|
29
|
+
In terminal, you type:
|
26
30
|
|
27
|
-
|
31
|
+
````
|
32
|
+
$ hellodworld_DH [option]
|
33
|
+
````
|
28
34
|
|
29
|
-
|
35
|
+
options:
|
30
36
|
|
31
|
-
|
37
|
+
- English
|
38
|
+
- Japanese
|
39
|
+
- Korean
|
40
|
+
|
41
|
+
For example:
|
42
|
+
|
43
|
+
```shell
|
44
|
+
$ helloworldDH English
|
45
|
+
This is my first ruby gem!
|
46
|
+
```
|
32
47
|
|
33
48
|
## Contributing
|
34
49
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
50
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/Yoodahun/helloworld_dh. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
51
|
|
37
52
|
## License
|
38
53
|
|