ipadmin 0.1.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.
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: ipadmin
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2006-01-17 00:00:00 -06:00
8
+ summary: A package for manipulating IPv4/IPv6 address space.
9
+ require_paths:
10
+ - lib
11
+ email: dspinhir@yahoo.com
12
+ homepage:
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: ip_admin
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ signing_key:
28
+ cert_chain:
29
+ authors:
30
+ - Dustin Spinhirne
31
+ files:
32
+ - lib/ip_admin.rb
33
+ - README
34
+ test_files:
35
+ - tests/ipaddr_test.rb
36
+ - tests/functions_test.rb
37
+ - tests/cidr_test.rb
38
+ - tests/cidr_table_test.rb
39
+ rdoc_options: []
40
+ extra_rdoc_files:
41
+ - README
42
+ executables: []
43
+ extensions: []
44
+ requirements: []
45
+ dependencies: []