scan_beacon 0.7.9 → 0.7.10
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/ext/core_bluetooth/core_bluetooth.m +5 -0
- data/lib/scan_beacon/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: 117db20ee4f7cd1fc589e92d2103d133965de5ac
|
|
4
|
+
data.tar.gz: d040e3aff1516c7bd3e35bfa808c0ec0dcc0d98a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8ddb631ca9945f1e159860401d213a43dd809a6dfd7559c7a28cbfec294dc6b8738b66bba9e8a39450ec977aa1dc80dd80123f6dce83511cc04bbc8827a4027
|
|
7
|
+
data.tar.gz: 47d412535feaff442b50c324e966ef4c898a7e370b84b81f2379fcf461b02896955045b5fe8a6378889097e7fd1a12b92d90425b2ae8cc26fa3378d0be2f51e9
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
#import <Foundation/Foundation.h>
|
|
6
6
|
#import <IOBluetooth/IOBluetooth.h>
|
|
7
7
|
|
|
8
|
+
#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 101200
|
|
9
|
+
// macOS Sierra requires you to import CB separately
|
|
10
|
+
#import <CoreBluetooth/CoreBluetooth.h>
|
|
11
|
+
#endif
|
|
12
|
+
|
|
8
13
|
// Defining a space for information and references about the module to be stored internally
|
|
9
14
|
VALUE cb_module = Qnil;
|
|
10
15
|
|
data/lib/scan_beacon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scan_beacon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Radius Networks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|