pd 1.0.2 → 1.0.3
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/README.md +2 -2
- data/Rakefile +8 -0
- data/pd.gemspec +1 -1
- data/version.rb +1 -1
- metadata +5 -15
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
pd, a print helper method for debug to Kernel
|
2
2
|
==========================================
|
3
3
|
|
4
|
-
**Homepage**: [https://github.com/
|
4
|
+
**Homepage**: [https://github.com/GutenYe/pd](https://github.com/GutenYe/pd) <br/>
|
5
5
|
**Author**: Guten <br/>
|
6
6
|
**License**: MIT License <br/>
|
7
7
|
**Documentation**: [http://rubydoc.info/gems/pd/frames](http://rubydoc.info/gems/pd/frames) <br/>
|
8
|
-
**Issue Tracker**: [https://github.com/
|
8
|
+
**Issue Tracker**: [https://github.com/GutenYe/pd/issues](https://github.com/GutenYe/pd/issues) <br/>
|
9
9
|
|
10
10
|
Overview
|
11
11
|
--------
|
data/Rakefile
CHANGED
data/pd.gemspec
CHANGED
@@ -11,7 +11,7 @@ a print helper method for debug to Kernel
|
|
11
11
|
|
12
12
|
s.author = "Guten"
|
13
13
|
s.email = "ywzhaifei@gmail.com"
|
14
|
-
s.homepage = "http://github.com/
|
14
|
+
s.homepage = "http://github.com/GutenYe/pd"
|
15
15
|
s.rubyforge_project = "xx"
|
16
16
|
|
17
17
|
s.files = `git ls-files`.split("\n")
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
|
6
|
-
- 1
|
7
|
-
- 0
|
8
|
-
- 2
|
9
|
-
version: 1.0.2
|
4
|
+
prerelease:
|
5
|
+
version: 1.0.3
|
10
6
|
platform: ruby
|
11
7
|
authors:
|
12
8
|
- Guten
|
@@ -14,8 +10,7 @@ autorequire:
|
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
12
|
|
17
|
-
date: 2011-
|
18
|
-
default_executable:
|
13
|
+
date: 2011-07-05 00:00:00 Z
|
19
14
|
dependencies: []
|
20
15
|
|
21
16
|
description: |
|
@@ -40,8 +35,7 @@ files:
|
|
40
35
|
- spec/pd_spec.rb
|
41
36
|
- spec/spec_helper.rb
|
42
37
|
- version.rb
|
43
|
-
|
44
|
-
homepage: http://github.com/GutenLinux/pd
|
38
|
+
homepage: http://github.com/GutenYe/pd
|
45
39
|
licenses: []
|
46
40
|
|
47
41
|
post_install_message:
|
@@ -54,21 +48,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
48
|
requirements:
|
55
49
|
- - ">="
|
56
50
|
- !ruby/object:Gem::Version
|
57
|
-
segments:
|
58
|
-
- 0
|
59
51
|
version: "0"
|
60
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
53
|
none: false
|
62
54
|
requirements:
|
63
55
|
- - ">="
|
64
56
|
- !ruby/object:Gem::Version
|
65
|
-
segments:
|
66
|
-
- 0
|
67
57
|
version: "0"
|
68
58
|
requirements: []
|
69
59
|
|
70
60
|
rubyforge_project: xx
|
71
|
-
rubygems_version: 1.
|
61
|
+
rubygems_version: 1.8.5
|
72
62
|
signing_key:
|
73
63
|
specification_version: 3
|
74
64
|
summary: a print helper method for debug to Kernel
|