xi 0.0.0 → 99.99
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.
- data/xi.gemspec +3 -3
- metadata +4 -5
- data/README.md +0 -4
data/xi.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "xi"
|
|
5
|
-
s.version = "
|
|
5
|
+
s.version = "99.99"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["P.S.V.R",'Liber']
|
|
9
9
|
s.date = "2012-09-21"
|
|
10
|
-
s.description = "
|
|
10
|
+
s.description = "洗洗更健康升级版"
|
|
11
11
|
s.email = "pmq2001@gmail.com"
|
|
12
12
|
s.executables = []
|
|
13
13
|
s.extra_rdoc_files = ["README.markdown"]
|
|
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
17
17
|
s.require_paths = ["lib"]
|
|
18
18
|
s.rubygems_version = "1.8.23"
|
|
19
|
-
s.summary = "
|
|
19
|
+
s.summary = "洗洗更健康升级版"
|
|
20
20
|
|
|
21
21
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: '99.99'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ bindir: bin
|
|
|
12
12
|
cert_chain: []
|
|
13
13
|
date: 2012-09-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
|
-
description:
|
|
15
|
+
description: 洗洗更健康升级版
|
|
16
16
|
email: pmq2001@gmail.com
|
|
17
17
|
executables: []
|
|
18
18
|
extensions: []
|
|
@@ -20,10 +20,9 @@ extra_rdoc_files:
|
|
|
20
20
|
- README.markdown
|
|
21
21
|
files:
|
|
22
22
|
- .gitignore
|
|
23
|
-
- README.
|
|
23
|
+
- README.markdown
|
|
24
24
|
- lib/xi.rb
|
|
25
25
|
- xi.gemspec
|
|
26
|
-
- README.markdown
|
|
27
26
|
homepage: http://github.com/pmq20/xi
|
|
28
27
|
licenses: []
|
|
29
28
|
post_install_message:
|
|
@@ -48,5 +47,5 @@ rubyforge_project:
|
|
|
48
47
|
rubygems_version: 1.8.23
|
|
49
48
|
signing_key:
|
|
50
49
|
specification_version: 3
|
|
51
|
-
summary:
|
|
50
|
+
summary: 洗洗更健康升级版
|
|
52
51
|
test_files: []
|
data/README.md
DELETED