helloworld_dh 0.1.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7f80e65ff78e55e71a6616f4a3be405f67794d5e407d82d7a00a02ffb862e87
4
- data.tar.gz: 39fce44376bd78decd785ee57aa5c6e8a2831211a1f01ba1fe5e99b7b6a727d1
3
+ metadata.gz: '02749d7b398336b6db2e40a069cd1691f908a5bf405045ad242bdfe0c6575cad'
4
+ data.tar.gz: 9e312704d396eaca769ab28c4ba5f94752af22d44e9f93a1c3ba94b9f821ae1d
5
5
  SHA512:
6
- metadata.gz: 8e4eac1f779ed3f6ccd8dfe653d76b0cdabef17c466070cb75011d485e3350ee7a1d30987c6526363689ae04145037c257d8b63c858d70ba77d602d601198d68
7
- data.tar.gz: a64c329ae0c050ee1cb12a462142dc89a61fbe82083ffb18d8c635e45b1f5e0cca45a4e9eb8552aee459e17d2b6c2632fa045dfcc59d34d6db9b2fb9adc0cfb8
6
+ metadata.gz: 0c363fa96b63528b09e157e877f89e3f1f7c047b5c9a3dafcf52141fcefe5d77fb0b44e7d663c2af281876aa245ff58da0efca4edaa86f87242cbf2654d61bac
7
+ data.tar.gz: 7f6f87fcca02266fbeac1f9c6c1a802406675eb5e1f1d3bb39bac78168294453529e783ee6142a45c12627a1a2d8d11c1f264fb789c7206effc62e2e87f6606d
File without changes
@@ -1,3 +1,3 @@
1
1
  module HelloworldDh
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
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.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dahun
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: It is my First Gem.
56
56
  email:
57
57
  - dahun4032@gmail.com
58
- executables: []
58
+ executables:
59
+ - helloworldDH
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -69,8 +70,8 @@ files:
69
70
  - README.md
70
71
  - Rakefile
71
72
  - bin/console
72
- - bin/helloworldDH
73
73
  - bin/setup
74
+ - exe/helloworldDH
74
75
  - helloworld_dh.gemspec
75
76
  - lib/helloworld_dh.rb
76
77
  - lib/helloworld_dh/translator.rb