sane 0.24.4 → 0.24.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.24.4
1
+ 0.24.5
@@ -6,7 +6,7 @@ require 'socket' # sane already loads it for BasicSocket.reverse_lookup
6
6
 
7
7
  class Socket
8
8
  class << self
9
- def get_host_ips
9
+ def get_local_ips
10
10
  get_ips(Socket.gethostname)
11
11
  end
12
12
 
data/spec/spec.sane.rb CHANGED
@@ -186,7 +186,7 @@ describe Sane do
186
186
  end
187
187
 
188
188
  it 'should have socket get_host_ips' do
189
- Socket.get_host_ips[0].should_not be nil
189
+ Socket.get_local_ips[0].should_not be nil
190
190
  end
191
191
 
192
192
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sane
3
3
  version: !ruby/object:Gem::Version
4
- hash: 119
4
+ hash: 117
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 24
9
- - 4
10
- version: 0.24.4
9
+ - 5
10
+ version: 0.24.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roger Pack