liugang 1.0.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 (4) hide show
  1. checksums.yaml +15 -0
  2. data/bin/hello +3 -0
  3. data/lib/hello.rb +8 -0
  4. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZDMxMWUyNjAzNTY0NzJjNzM0NGVkZmMwNDVjODE2NTVhNmE1Y2RmMQ==
5
+ data.tar.gz: !binary |-
6
+ NWFhZDRkNDNkNWMwYWViN2RiNDMzOGFmNmM5Y2FmMWY3MjM4NDFhZQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZWZlODhmZmY5NTNiNDlmZDllMGIzMzc2NTMzYmU4MDAzMzNkZGUxYjJhZThh
10
+ YzQwZjA4ODQ5NTIxOTlhM2E2OWE1M2M0MGM4YmNkZWZiMzdiYmM4MzAxYTI3
11
+ NTBhYWM5Y2U5N2JmNzVkNjIxY2EzMWJmNDJjZDk0NmQzNzU3NGY=
12
+ data.tar.gz: !binary |-
13
+ MTQ5ZWQ2NmQyZGMwNWM4YmI0NWUxNTEyNmNlNTc1ZjMxZWQ5MGU3NjhlM2Fl
14
+ MzJmYTIwMDgyMDA1M2M4ZjE1MTlhMTMxNmNjNDRiOTIwMjk2OTI1YTQ4OWVk
15
+ YjI2ZTBiMzliMzA4MjY1MWM5ZTVkNDZiMjliZmFkNTg0ODJhODg=
data/bin/hello ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+ require 'hello'
3
+ puts Hello.hi(ARGV[0])
data/lib/hello.rb ADDED
@@ -0,0 +1,8 @@
1
+ class Hello
2
+
3
+ def self.hi(arg)
4
+ puts arg
5
+ return arg
6
+ end
7
+
8
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: liugang
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - tank
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world
14
+ email: 501225658@qq.com
15
+ executables:
16
+ - hello
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/hello
21
+ - lib/hello.rb
22
+ homepage: http://www.google.com
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ! '>='
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.2.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: my first gem
46
+ test_files: []
47
+ has_rdoc: