scan_beacon 0.7.7 → 0.7.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b403b4d83cb6af2bc6e5ea4e539a0ade860b49f
4
- data.tar.gz: 6e185f1448862f6ee61444e8041d890554fa00e6
3
+ metadata.gz: ddf976e5de1125025e0b3401200b94ba898bc861
4
+ data.tar.gz: dac37470dc887d56efc8a0692f57fa64f76db6ee
5
5
  SHA512:
6
- metadata.gz: d1fe69da34c45c884c8e0c455bc1d478ac9fdde07e7708c2ae5556bdc643f79691575368bec0ea266e7ef8f545b4e17797e465b2f73f88c23ba00b536fc642e8
7
- data.tar.gz: d13fcad481b7f99246c12f7b9cd80c8426a2bbb4886c4d65342b0a01ba82b13b8722ccce3815c5c730757cd288f1a39724673895d26f732edad747854f49781c
6
+ metadata.gz: e9ef999fcb53c803ac4df3577cc2ebc15e6bc69e14b0def00310e21ec6e0349ef7e640dc294d9d8b1d56790ed25ba7a9aa1dafb926f2299107dcbc6d3bdb10b1
7
+ data.tar.gz: 73c1cc9b2abfc4feb48fb2a42487fab514999d57b280926aade8c554dc51dc49709c0e7feb1124ab4880bcc129634e8169f3b454b9ab986e82f2c7b9cdbcc5cf
@@ -4,7 +4,6 @@
4
4
  #include "ruby.h"
5
5
  #import <Foundation/Foundation.h>
6
6
  #import <IOBluetooth/IOBluetooth.h>
7
- #import <CoreBluetooth/CoreBluetooth.h>
8
7
 
9
8
  // Defining a space for information and references about the module to be stored internally
10
9
  VALUE cb_module = Qnil;
@@ -9,7 +9,6 @@ dir_config(extension_name)
9
9
 
10
10
  if RUBY_PLATFORM =~ /darwin/
11
11
  $DLDFLAGS << " -framework Foundation"
12
- $DLDFLAGS << " -framework CoreBluetooth"
13
12
  $DLDFLAGS << " -framework IOBluetooth"
14
13
  else
15
14
  # don't compile the code on non-mac platforms because
@@ -1,3 +1,3 @@
1
1
  module ScanBeacon
2
- VERSION = "0.7.7"
2
+ VERSION = "0.7.8"
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.7
4
+ version: 0.7.8
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-05-18 00:00:00.000000000 Z
11
+ date: 2016-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler