liygem 0.0.3 → 0.0.4

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 (2) hide show
  1. data/bin/liygem_exe +5 -0
  2. metadata +4 -2
data/bin/liygem_exe ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/evn ruby
2
+
3
+ require 'liygem'
4
+
5
+ puts Hi.sayHello(ARGV[0])
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,12 +13,14 @@ date: 2013-10-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Hello World Gem
15
15
  email: liyicky@gmail.com
16
- executables: []
16
+ executables:
17
+ - liygem_exe
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
20
21
  - lib/liygem.rb
21
22
  - lib/hello/translator.rb
23
+ - bin/liygem_exe
22
24
  homepage: http://rubygem.org/gems/liygem
23
25
  licenses:
24
26
  - App Orchard