better_ipaddr 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- data/lib/better_ipaddr/methods.rb +4 -2
- data/lib/better_ipaddr/space.rb +1 -0
- data/lib/better_ipaddr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57f074d339fce3e1ee93c504b522db9a20402ee2
|
4
|
+
data.tar.gz: a084718ae607fa5b3da95968ca1a955a205bc83b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba46d2de46da79afacd5816a6c57cf8ae1666d51f72344e5a193df75dd8d9ff9844f289ac3139513531937dd5e8c6e85f300396abcb98dd1d5817ada3a6e80c4
|
7
|
+
data.tar.gz: 738287a22491a5ba439dfc1649857d6039d79bcc4a488ae83fb6e4773d3f43e86c0b9de9c66131689249a3beb68a44b788f4303f840e550614e10499c2025ecc
|
@@ -105,7 +105,8 @@ module BetterIpaddr
|
|
105
105
|
end
|
106
106
|
|
107
107
|
# Return the address greater than the original address by the
|
108
|
-
# given offset.
|
108
|
+
# given offset. Note that the result will always be a host
|
109
|
+
# address.
|
109
110
|
# @param offset [Integer] the difference between the original
|
110
111
|
# address and the returned address
|
111
112
|
# @return [IPAddr]
|
@@ -115,7 +116,8 @@ module BetterIpaddr
|
|
115
116
|
end
|
116
117
|
|
117
118
|
# Return the address less than the original address by the given
|
118
|
-
# offset.
|
119
|
+
# offset. Note that the result will always be a host
|
120
|
+
# address.
|
119
121
|
# @param offset [Integer] the difference between the original
|
120
122
|
# address and the returned address
|
121
123
|
# @return [IPAddr]
|
data/lib/better_ipaddr/space.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: better_ipaddr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Miller
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
97
|
rubyforge_project:
|
98
|
-
rubygems_version: 2.
|
98
|
+
rubygems_version: 2.5.1
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: IPAddr enhancements for network management.
|