netaddr 1.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.

Potentially problematic release.


This version of netaddr might be problematic. Click here for more details.

metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: netaddr
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.0
7
+ date: 2006-08-17 00:00:00 -05:00
8
+ summary: A package for manipulating network addresses.
9
+ require_paths:
10
+ - lib
11
+ email: dspinhir@yahoo.com
12
+ homepage:
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: net_addr
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Dustin Spinhirne
30
+ files:
31
+ - lib/cidr.rb
32
+ - lib/eui.rb
33
+ - lib/methods.rb
34
+ - lib/tree.rb
35
+ - lib/net_addr.rb
36
+ - README
37
+ - Errors
38
+ test_files:
39
+ - tests/cidr_test.rb
40
+ - tests/eui_test.rb
41
+ - tests/methods_test.rb
42
+ - tests/tree_test.rb
43
+ rdoc_options: []
44
+
45
+ extra_rdoc_files:
46
+ - README
47
+ - Errors
48
+ executables: []
49
+
50
+ extensions: []
51
+
52
+ requirements: []
53
+
54
+ dependencies: []
55
+