liygem 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/liygem.rb CHANGED
@@ -1,4 +1,17 @@
1
+ # Liygem
2
+
1
3
  class Hi
4
+
5
+ #Say Hi in 4 languages!!!!!!!
6
+ #For the first time ever, Ukrainian Support!
7
+ #
8
+ #Example
9
+ # >> Hi.sayHello("chinese")
10
+ # => Herow
11
+ #
12
+ #Arguments:
13
+ # language: (string)
14
+
2
15
  def self.sayHello(language = "english")
3
16
  translator = Translator.new(language)
4
17
  translator.hello
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,13 +14,13 @@ dependencies: []
14
14
  description: Hello World Gem
15
15
  email: liyicky@gmail.com
16
16
  executables:
17
- - liygem_exe
17
+ - liygem
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/liygem.rb
22
22
  - lib/hello/translator.rb
23
- - bin/liygem_exe
23
+ - bin/liygem
24
24
  homepage: http://rubygem.org/gems/liygem
25
25
  licenses:
26
26
  - App Orchard
File without changes