chulaila 0.0.1

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/chulaila +4 -0
  3. data/lib/chulaila.rb +6 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6bff5627c2c509ca253fcacb6981da07fae9ba09
4
+ data.tar.gz: 1d1f1ff2cf7357b5695fb014ddd16355a29809be
5
+ SHA512:
6
+ metadata.gz: 3643b2f260b5ab5d5965666689f5869771d6a94afa15b9f6c753148abf4f136c24af576845f3133dcbe2021ae4a7ab2906c0a3ee50e1784af2408afe1ca8e997
7
+ data.tar.gz: 8c6a0cc209fecd06dd892b0df9ddd6ba7d7a4aef1b6594fc6f519a430cf068fcebebc755b9e63c2ee4b194403a76a940c896a0881941bede4b0a1b510c9f4f99
data/bin/chulaila ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'chulaila'
4
+ Chulaila.hi
data/lib/chulaila.rb ADDED
@@ -0,0 +1,6 @@
1
+ class Chulaila
2
+
3
+ def self.hi
4
+ puts 'chulaila'
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chulaila
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Dong Qingshan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Chulai
14
+ email: dongqs@gmail.com
15
+ executables:
16
+ - chulaila
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/chulaila
21
+ - lib/chulaila.rb
22
+ homepage: http://github.com/dongqs/chulaila
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: Chulai!
46
+ test_files: []