liygem 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/hello/translator.rb +4 -4
  2. metadata +1 -1
@@ -6,13 +6,13 @@ class Translator
6
6
  def hello
7
7
  case @language
8
8
  when "spanish"
9
- puts "Hola Mundo"
9
+ "Hola Mundo"
10
10
  when "chinese"
11
- puts "Herow"
11
+ "Herow"
12
12
  when "ukrainian"
13
- puts "ascii only"
13
+ "ascii only"
14
14
  else
15
- puts "Hello World"
15
+ "Hello World"
16
16
  end
17
17
  end
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liygem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: