xi 0.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 (6) hide show
  1. data/.gitignore +18 -0
  2. data/README.markdown +0 -0
  3. data/README.md +4 -0
  4. data/lib/xi.rb +5 -0
  5. data/xi.gemspec +21 -0
  6. metadata +52 -0
data/.gitignore ADDED
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ coverage
6
+ InstalledFiles
7
+ lib/bundler/man
8
+ pkg
9
+ rdoc
10
+ spec/reports
11
+ test/tmp
12
+ test/version_tmp
13
+ tmp
14
+
15
+ # YARD artifacts
16
+ .yardoc
17
+ _yardoc
18
+ doc/
data/README.markdown ADDED
File without changes
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ xi
2
+ ==
3
+
4
+ 洗洗更健康
data/lib/xi.rb ADDED
@@ -0,0 +1,5 @@
1
+ class String
2
+ def xi
3
+ self.strip
4
+ end
5
+ end
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: []