hello_translator 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,14 @@ class Translator
6
6
 
7
7
  def hello
8
8
  case @language
9
+ when "arabic";
10
+ "مرحبا"
11
+ when "bulgarian";
12
+ "Здравейте"
13
+ when "danish";
14
+ "Hallo"
15
+ when "filipino";
16
+ "kumusta"
9
17
  when "german";
10
18
  "Hallo"
11
19
  when "russian";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hello_translator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: