cocoachip 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 +7 -0
  2. data/bin/cocoachip +5 -0
  3. data/lib/cocoachip.rb +9 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 378319d3fd17d40c04cdc3bbdc8142c8426e1392
4
+ data.tar.gz: 62b46fc590f0018e3104cc51a17a366104570844
5
+ SHA512:
6
+ metadata.gz: b69f9c53a55857b93cad52a2498d3070db8680ca57ad017747022e568a7308479b5c1584bffbc5d12695a039567b4da0bace44a59037175cfe8c92af1ac26163
7
+ data.tar.gz: d9ed3684aaf6a9d234296a7cbd0713ca589063f9099066915c982e6ec63b7edf41c910410d0750890817671e3054e24091f75fdfbeef929a1b6e9034f15e35a4
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'cocoachip'
4
+ puts Hola.hi
5
+
@@ -0,0 +1,9 @@
1
+
2
+ class Hola
3
+
4
+ def self.hi
5
+ puts 'Hello World!'
6
+ end
7
+
8
+ end
9
+
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cocoachip
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - wenbi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: wenbi@alipay.com
15
+ executables:
16
+ - cocoachip
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/cocoachip.rb
21
+ - bin/cocoachip
22
+ homepage: http://rubygems.org/gems/hola
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.0.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: cocoachip
46
+ test_files: []