ip-ranges 0.1.0 → 0.1.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.
- data/Rakefile +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -21,11 +21,11 @@ spec = Gem::Specification.new do |s|
|
|
|
21
21
|
|
|
22
22
|
# Change these as appropriate
|
|
23
23
|
s.name = "ip-ranges"
|
|
24
|
-
s.version = "0.1.
|
|
24
|
+
s.version = "0.1.1"
|
|
25
25
|
s.summary = "Manage ranges of IP numbers determining equivalence, containment and overlaps"
|
|
26
26
|
s.author = "David Salgado"
|
|
27
27
|
s.email = "david@digitalronin.com"
|
|
28
|
-
s.homepage = "http://roninonrails.
|
|
28
|
+
s.homepage = "http://roninonrails.wordpress.com/2011/09/10/ip-ranges-gem/"
|
|
29
29
|
|
|
30
30
|
s.has_rdoc = true
|
|
31
31
|
s.description = "Compare multiple IP ranges for overlaps, equivalence and containment"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ip-ranges
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Salgado
|
|
@@ -81,7 +81,7 @@ files:
|
|
|
81
81
|
- lib/ip-ranges/ip.rb
|
|
82
82
|
- lib/ip-ranges/range.rb
|
|
83
83
|
- lib/ip-ranges.rb
|
|
84
|
-
homepage: http://roninonrails.
|
|
84
|
+
homepage: http://roninonrails.wordpress.com/2011/09/10/ip-ranges-gem/
|
|
85
85
|
licenses: []
|
|
86
86
|
|
|
87
87
|
post_install_message:
|