forked from ahobson/ruby-pcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pcap.gemspec
87 lines (83 loc) · 2.39 KB
/
pcap.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{pcap}
s.version = "0.7.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Masaki Fukushima", "Andrew Hobson"]
s.date = %q{2010-12-02}
s.description = %q{Ruby interface to LBL Packet Capture library. This library also includes classes to access packet header fields.}
s.email = %q{[email protected]}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
"ChangeLog",
"README",
"README.ja"
]
s.files = [
"COPYING",
"ChangeLog",
"MANIFEST",
"README",
"README.ja",
"Rakefile",
"VERSION",
"doc-ja/Capture.html",
"doc-ja/Dumper.html",
"doc-ja/Filter.html",
"doc-ja/ICMPPacket.html",
"doc-ja/IPAddress.html",
"doc-ja/IPPacket.html",
"doc-ja/Packet.html",
"doc-ja/Pcap.html",
"doc-ja/PcapError.html",
"doc-ja/Pcaplet.html",
"doc-ja/TCPPacket.html",
"doc-ja/TruncatedPacket.html",
"doc-ja/UDPPacket.html",
"doc-ja/index.html",
"doc/Capture.html",
"doc/Dumper.html",
"doc/Filter.html",
"doc/ICMPPacket.html",
"doc/IPAddress.html",
"doc/IPPacket.html",
"doc/Packet.html",
"doc/Pcap.html",
"doc/PcapError.html",
"doc/Pcaplet.html",
"doc/TCPPacket.html",
"doc/TruncatedPacket.html",
"doc/UDPPacket.html",
"doc/index.html",
"examples/httpdump.rb",
"examples/rewrite_time.rb",
"examples/tcpdump.rb",
"examples/test.rb",
"ext/Pcap.c",
"ext/extconf.rb",
"ext/icmp_packet.c",
"ext/ip_packet.c",
"ext/packet.c",
"ext/ruby_pcap.h",
"ext/tcp_packet.c",
"ext/udp_packet.c",
"lib/pcap_misc.rb",
"lib/pcaplet.rb"
]
s.homepage = %q{http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Interface to LBL Packet Capture library (libpcap)}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end