ip 0.1.1 → 0.2.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 CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ip
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
7
- date: 2006-02-08 00:00:00 -08:00
6
+ version: 0.2.0
7
+ date: 2006-03-19 00:00:00 -08:00
8
8
  summary: Ruby classes to work with IP address, ranges, and netmasks
9
9
  require_paths:
10
10
  - lib
@@ -28,7 +28,15 @@ cert_chain:
28
28
  authors:
29
29
  - Erik Hollensbe
30
30
  files:
31
+ - examples/check-included.rb
32
+ - examples/check-overlap.rb
33
+ - examples/generate-a-records.rb
31
34
  - lib/ip.rb
35
+ - test/ip.rb
36
+ - lib/ip/address.rb
37
+ - lib/ip/cidr.rb
38
+ - lib/ip/range.rb
39
+ - lib/ip/util.rb
32
40
  test_files:
33
41
  - test/ip.rb
34
42
  rdoc_options: []