ipparse 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.
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ipparse
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Zhang Jinzhu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-02-17 00:00:00 +08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: IP Parse
17
+ email: wosmvp@gmail.com
18
+ executables:
19
+ - ipparse
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ - bin/ipparse
25
+ - lib/ipparse.rb
26
+ - lib/version.rb
27
+ files:
28
+ - Manifest
29
+ - test/test_ipparse.rb
30
+ - README
31
+ - bin/ipparse
32
+ - Rakefile
33
+ - data/116.txt
34
+ - data/203.txt
35
+ - data/59.txt
36
+ - data/213.txt
37
+ - data/194.txt
38
+ - data/193.txt
39
+ - data/61.txt
40
+ - data/220.txt
41
+ - data/217.txt
42
+ - data/81.txt
43
+ - data/219.txt
44
+ - data/60.txt
45
+ - data/195.txt
46
+ - data/125.txt
47
+ - data/80.txt
48
+ - data/202.txt
49
+ - data/58.txt
50
+ - data/124.txt
51
+ - data/118.txt
52
+ - data/212.txt
53
+ - data/123.txt
54
+ - data/122.txt
55
+ - data/62.txt
56
+ - data/192.txt
57
+ - data/210.txt
58
+ - data/222.txt
59
+ - data/211.txt
60
+ - data/218.txt
61
+ - data/121.txt
62
+ - data/119.txt
63
+ - data/0.txt
64
+ - data/221.txt
65
+ - data/117.txt
66
+ - lib/ipparse.rb
67
+ - lib/version.rb
68
+ - ipparse.gemspec
69
+ has_rdoc: true
70
+ homepage: http://www.zhangjinzhu.com
71
+ post_install_message:
72
+ rdoc_options:
73
+ - --line-numbers
74
+ - --inline-source
75
+ - --title
76
+ - Ipparse
77
+ - --main
78
+ - README
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: "0"
86
+ version:
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: "1.2"
92
+ version:
93
+ requirements: []
94
+
95
+ rubyforge_project: ipparse
96
+ rubygems_version: 1.3.1
97
+ signing_key:
98
+ specification_version: 2
99
+ summary: IP Parse
100
+ test_files:
101
+ - test/test_ipparse.rb