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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '02749d7b398336b6db2e40a069cd1691f908a5bf405045ad242bdfe0c6575cad'
4
- data.tar.gz: 9e312704d396eaca769ab28c4ba5f94752af22d44e9f93a1c3ba94b9f821ae1d
3
+ metadata.gz: 46736f4e4c88dd8cbeb374d727195ff94160e77c3b96a9c6712488527527916c
4
+ data.tar.gz: df60ec9321a2ae405d78fef0669afe98755fb6f25626fd2708b7579fa504be7e
5
5
  SHA512:
6
- metadata.gz: 0c363fa96b63528b09e157e877f89e3f1f7c047b5c9a3dafcf52141fcefe5d77fb0b44e7d663c2af281876aa245ff58da0efca4edaa86f87242cbf2654d61bac
7
- data.tar.gz: 7f6f87fcca02266fbeac1f9c6c1a802406675eb5e1f1d3bb39bac78168294453529e783ee6142a45c12627a1a2d8d11c1f264fb789c7206effc62e2e87f6606d
6
+ metadata.gz: a229d9456dd8f73116b2802d07347fddcf75f86b44fe7e31a4b0b247d1b45aba5716c2315fcd8b1b8d2d751b571ae56087b225c2bcbfe0fd06c19fff5a69f340
7
+ data.tar.gz: 373bbc053d93d083768657006e401ac0e7323ade9d6378ebb15cbaa9c1e3b2b1b2f50b31b731181fea776699027ed3a8796d43cf18a7db8746e7da424c8c3c7b
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ .DS_Store
data/README.md CHANGED
@@ -1,8 +1,12 @@
1
- # HelloworldDh
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
- TODO: Write usage instructions here
29
+ In terminal, you type:
26
30
 
27
- ## Development
31
+ ````
32
+ $ hellodworld_DH [option]
33
+ ````
28
34
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
35
+ options:
30
36
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
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/[USERNAME]/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.
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
 
@@ -1,3 +1,3 @@
1
1
  module HelloworldDh
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helloworld_dh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dahun