home_assistant-ble 0.1.0 → 1.0.0.pre.alpha.pre.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +8 -1
- data/README.md +3 -0
- data/home_assistant-ble.gemspec +2 -0
- data/lib/home_assistant/ble/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c50f7f6a4a0b33fb102dae2d7c7668c9e877e401
|
4
|
+
data.tar.gz: 5369ec3a6a3d708aa9a31bae8d96fa73a24e8dce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea16b3d7d5d229ed93eac7052a6b340f56f3c0df156a83b916748dbacdeb0ba98f4e523a3f8e96af85719864ff54d7b201f319da79e7ad67bb1eeb6137969e23
|
7
|
+
data.tar.gz: de96936ffc772ca41cfc50f96326b7ca70e12974e42dc087c988ec4eb3699ac586cd33840813101da5e6c5a35f5feeb2939442e723332802ffdeef03629101af
|
data/.travis.yml
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
sudo: false
|
2
2
|
language: ruby
|
3
3
|
rvm:
|
4
|
-
|
4
|
+
- 2.4.0
|
5
5
|
before_install: gem install bundler -v 1.13.7
|
6
|
+
deploy:
|
7
|
+
provider: rubygems
|
8
|
+
api_key:
|
9
|
+
secure: BY92AHiphWOXtY7gGs83haZwZb+HeM+f12omyu5+Kv98WzNt85BmWgrstMQd9+kZXXbbU4kTIHgpir7CQlBHq+fMLKV5mgNHYwPpEe3l9Fe1lxIrPRV7uKIGxHiJvKUgwMPNfAHIIiN4GyhJr3Fb33i8sJ8WvGwYzQYgSDKOVOzUtx3aVAFh+6AmCaM4kCAukLn3c3s6PNvCIAIELl/GusZzDVRYHRdVoYKoAfA8beB+xSS5YykUIiQKKIXPRghuwynbyak96n1yIcDet5LDgBq3PYe0uQP4yLRI4UbN5WQbPVbHNFZT7TRYvYqIhQdePzsf4GEP+1hr7e4q7n0HoRnKXe9u6kcUlXCIj874wYw9WG11aehlYeyzQNWXpTsofz9GlDacVGEB7L7KZcEtccbApN1c9SfzkaMj1qLN8noRQ2oD4NzW1DZ58FjXUD6Igdzy3r0AOKrrTxCy8j66l/zB+p77urhgUs08+jhV9UIgB/plrrhRbg/eHZEnU/O6XEjEdi2zpClM3jnR4ZkVcopIdyHhLbImGQvGITYNh9WfjWA/AbL5OTJQT3GRNL++fQnXSNVSZQlv/5Fet5YrCw19fOyQGO1xDY+TguCfS5OhqhpYMbUUgX5LMKuKGCFJdTL+9xypq9FlPEHqJI67TFHPcn18JpO5dUjbx/yBUDI=
|
10
|
+
gem: home_assistant-ble
|
11
|
+
on:
|
12
|
+
repo: kamaradclimber/home_assistant-ble
|
data/README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# HomeAssistant::Ble
|
2
2
|
|
3
|
+
[![Build Status](https://travis-ci.org/kamaradclimber/home_assistant-ble.svg?branch=master)](https://travis-ci.org/kamaradclimber/home_assistant-ble)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/home_assistant-ble.svg)](https://badge.fury.io/rb/home_assistant-ble)
|
5
|
+
|
3
6
|
Companion app from home-assistant sending BLE events.
|
4
7
|
|
5
8
|
Since HA does not cope well with bluetooth device tracking (https://home-assistant.io/components/device_tracker.bluetooth_le_tracker/) this app runs along home-assistant and sends device tracking to it.
|
data/home_assistant-ble.gemspec
CHANGED
@@ -6,6 +6,8 @@ require 'home_assistant/ble/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'home_assistant-ble'
|
8
8
|
spec.version = HomeAssistant::Ble::VERSION
|
9
|
+
spec.version = "#{spec.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
|
10
|
+
spec.version = ENV['TRAVIS_TAG'] unless ENV['TRAVIS_TAG'].empty?
|
9
11
|
spec.authors = ['Grégoire Seux']
|
10
12
|
spec.email = ['grego_homeassistant@familleseux.net']
|
11
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: home_assistant-ble
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0.pre.alpha.pre.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grégoire Seux
|
@@ -114,12 +114,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
114
|
version: '0'
|
115
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
|
-
- - "
|
117
|
+
- - ">"
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version:
|
119
|
+
version: 1.3.1
|
120
120
|
requirements: []
|
121
121
|
rubyforge_project:
|
122
|
-
rubygems_version: 2.
|
122
|
+
rubygems_version: 2.4.5
|
123
123
|
signing_key:
|
124
124
|
specification_version: 4
|
125
125
|
summary: Companion app for home-assistant sending event about BLE devices
|