radbeacon 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25442163473a2a7ce504430cce4a4ecb803abbd2
4
- data.tar.gz: 423b8b43f661d3927f48cab858bea9c6cf86272c
3
+ metadata.gz: 0b27bf9cb74b691a408265c6305d9319985844b7
4
+ data.tar.gz: 48c26c0c8a839c840a16593b2461450594daf544
5
5
  SHA512:
6
- metadata.gz: 9b4504f24ec9ae91fff3e6de568d9603ce377e3b25c26e5bd92f4aa45789c182d6149be3a69b84688e2515db76285b91183b27e15612a77d970ed66c66a5fbfb
7
- data.tar.gz: e3be66fd90ef611358c15e6fd879d4b8caaa43e50887173e7bd18b5afb4585166ad161b2575b2123136ff5b9b72c900720b5998ce682b558146059d56f4e7282
6
+ metadata.gz: 8e72075ccbd5136d236bea05ecbbd9214b6f8aaae9c5bfc1b3d48140957b100f83838f74d69e32e7440bf48b945e3811c4f42e6615bad45c23f1faeceade6315
7
+ data.tar.gz: 46cf1db04fe6e64dc4900132b57c1b51e20ecca783c510bc2a0e82d6764bd5dcd5f04fd1c50382002bf23df9c369740064bb6cb0a2261fc964d480e05b8c15ff
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- <img src="http://i.imgur.com/gI6paLj.jpg" style="float:left" height="200">
2
-
3
1
  # What's all this then?
4
2
 
5
3
  A ruby gem that provides RadBeacon scanning and configuring capabilities on a linux machine. Currently the only supported beacon type is RadBeacon USB.
@@ -1,5 +1,6 @@
1
1
  require 'pty'
2
2
  require 'expect'
3
+ require 'timeout'
3
4
 
4
5
  module Radbeacon
5
6
  class BluetoothLeDevice
@@ -1,3 +1,5 @@
1
+ require 'timeout'
2
+
1
3
  module Radbeacon
2
4
 
3
5
  class LeScanner
@@ -1,3 +1,3 @@
1
1
  module Radbeacon
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radbeacon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Radius Networks
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-19 00:00:00.000000000 Z
11
+ date: 2015-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler