wifi_location 0.0.3 → 0.0.4

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.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/README.rdoc +1 -1
  3. data/lib/wifi_location.rb +2 -2
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ === 0.0.4 2012-08-10
2
+
3
+ * fix parsing Signal Level on Linux
4
+
1
5
  === 0.0.3 2012-08-03
2
6
 
3
7
  * not open map on "whereami --map"
@@ -17,7 +17,7 @@ Get your location with WiFi Mac Address and GoogleMap.
17
17
  % which whereami
18
18
  % whereami --help
19
19
  % whereami --dump
20
- % open `whereami --open`
20
+ % open `whereami --map`
21
21
 
22
22
 
23
23
  == SYNOPSIS:
@@ -4,7 +4,7 @@ require 'uri'
4
4
  require 'json'
5
5
 
6
6
  module WiFiLocation
7
- VERSION = '0.0.3'
7
+ VERSION = '0.0.4'
8
8
 
9
9
  def self.wifi_towers
10
10
  case RUBY_PLATFORM
@@ -20,7 +20,7 @@ module WiFiLocation
20
20
  addrs = []
21
21
  lines.each do |line|
22
22
  addrs.push({'bssid' => line.split(/\s+/).last, 'signal' => 8}) if line =~ /Address: /
23
- addrs.last['signal'] = line.scan(/Signal level=(\-?\d+)/)[0][0].to_i rescue next if line =~ /Signal level=/
23
+ addrs.last['signal'] = line.scan(/Signal level[:=](\-?\d+)/)[0][0].to_i rescue next if line =~ /Signal level[:=]/
24
24
  end
25
25
  addrs
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wifi_location
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-03 00:00:00.000000000 Z
12
+ date: 2012-08-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -132,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 1142043331478438304
135
+ hash: -981455375
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  none: false
138
138
  requirements: