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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 258720bc1b339acc0fe9f75b4dd66daf1c766b8a
4
- data.tar.gz: 60c9d55d53a864797ca9d2ac1fd3a4c5286a068b
3
+ metadata.gz: 117db20ee4f7cd1fc589e92d2103d133965de5ac
4
+ data.tar.gz: d040e3aff1516c7bd3e35bfa808c0ec0dcc0d98a
5
5
  SHA512:
6
- metadata.gz: d3a9b7ca259fcd1522ac484446efa5d4e4e320968735bf699814e1573522443956a41aebc686c6fb69e2304309ea8ec8f21f671a19a3088876b9eed2d5e74493
7
- data.tar.gz: c91c52223c7b299b87a15551ab279eefb7ad84549a8afb5e3ef3228532681b534099595f847a329ad41c1c365ae4316590aaee1439ab06e8da86fc918fe44e4f
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
 
@@ -1,3 +1,3 @@
1
1
  module ScanBeacon
2
- VERSION = "0.7.9"
2
+ VERSION = "0.7.10"
3
3
  end
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.9
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-08-29 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler