talk_with_groot 1.0.0 → 1.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 +4 -4
  2. data/lib/talk_with_groot.rb +16 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d2acebd917d5a55895e8dce4575593840ec516a564bc0c8c03de6c7902d3fc3
4
- data.tar.gz: b0fcb04739dae5cca89c0e63ccaf1ee73c072dd86dd746dcfef183ae0e4aa286
3
+ metadata.gz: edb7c962f0bbc5121de99b3fce21d0f984bf0b58e972f8aae7f70f3309b661fc
4
+ data.tar.gz: 22dc1574d389b6f45db4212ffa973bd23c33ae192bc59ec6c22519b648afd409
5
5
  SHA512:
6
- metadata.gz: abf8c345c7d0e3a9b5939e6b42a64dff4741042d8c8fc1535ce0c37db51f5dda4d050d16698c28a00da4722ecfca3af1d30bf5e03e230c8fbd25773b990ce80e
7
- data.tar.gz: 03a4d3b2ffe61e28cacd685b9784e4b851a0d4d7fbd3315c8e0a822052efe934fef8bcf59387c738504fc23b0425ec0f4f353973e73bebee659230168ced5ae8
6
+ metadata.gz: a33cd408902e82093dde495caeb1b4931db2206d55838bb0d06e448047f7a5318f30ff1d0e78a6e86f1264d4b8b0faec9de61bc8e0f0c91368912eb897b02d65
7
+ data.tar.gz: 509784c47da5218a301908dac2bb040de7a334a2766f09008901fe046d8646e7c94dd49db252932d357a64117340fb295226c97d65f57288f7933f9d14274add
@@ -12,4 +12,20 @@ class TalkWithGroot
12
12
  return "Je suis Groot!"
13
13
  end
14
14
 
15
+ def self.de
16
+ return "Ich bin Groot!"
17
+ end
18
+
19
+ def self.it
20
+ return "Io sono Groot!"
21
+ end
22
+
23
+ def self.ch
24
+ return "我是Groot !"
25
+ end
26
+
27
+ def self.kr
28
+ return "나는 Groot이다!"
29
+ end
30
+
15
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talk_with_groot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paulo Tijero