xi 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +18 -0
- data/README.markdown +0 -0
- data/README.md +4 -0
- data/lib/xi.rb +5 -0
- data/xi.gemspec +21 -0
- metadata +52 -0
data/.gitignore
ADDED
data/README.markdown
ADDED
File without changes
|
data/README.md
ADDED
data/xi.gemspec
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
|
3
|
+
Gem::Specification.new do |s|
|
4
|
+
s.name = "xi"
|
5
|
+
s.version = "0.0.0"
|
6
|
+
|
7
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
|
+
s.authors = ["P.S.V.R",'Liber']
|
9
|
+
s.date = "2012-09-21"
|
10
|
+
s.description = "洗洗更健康"
|
11
|
+
s.email = "pmq2001@gmail.com"
|
12
|
+
s.executables = []
|
13
|
+
s.extra_rdoc_files = ["README.markdown"]
|
14
|
+
s.files = `git ls-files`.split("\n")
|
15
|
+
s.homepage = "http://github.com/pmq20/xi"
|
16
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
17
|
+
s.require_paths = ["lib"]
|
18
|
+
s.rubygems_version = "1.8.23"
|
19
|
+
s.summary = "洗洗更健康"
|
20
|
+
|
21
|
+
end
|
metadata
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: xi
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- P.S.V.R
|
9
|
+
- Liber
|
10
|
+
autorequire:
|
11
|
+
bindir: bin
|
12
|
+
cert_chain: []
|
13
|
+
date: 2012-09-21 00:00:00.000000000 Z
|
14
|
+
dependencies: []
|
15
|
+
description: 洗洗更健康
|
16
|
+
email: pmq2001@gmail.com
|
17
|
+
executables: []
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files:
|
20
|
+
- README.markdown
|
21
|
+
files:
|
22
|
+
- .gitignore
|
23
|
+
- README.md
|
24
|
+
- lib/xi.rb
|
25
|
+
- xi.gemspec
|
26
|
+
- README.markdown
|
27
|
+
homepage: http://github.com/pmq20/xi
|
28
|
+
licenses: []
|
29
|
+
post_install_message:
|
30
|
+
rdoc_options:
|
31
|
+
- --charset=UTF-8
|
32
|
+
require_paths:
|
33
|
+
- lib
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
+
none: false
|
36
|
+
requirements:
|
37
|
+
- - ! '>='
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
requirements: []
|
47
|
+
rubyforge_project:
|
48
|
+
rubygems_version: 1.8.23
|
49
|
+
signing_key:
|
50
|
+
specification_version: 3
|
51
|
+
summary: 洗洗更健康
|
52
|
+
test_files: []
|