powertrack 1.0.2 → 1.0.3
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 +8 -8
- data/Gemfile.lock +1 -1
- data/History.txt +5 -0
- data/lib/powertrack/streaming/stream.rb +1 -0
- data/lib/powertrack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjgwZmUwMGNlNDJmMWFkZmQ2NWI1Y2I5NTJmZDIyMmVkODliZDI5YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzkxMWY4YzRjZjY4NTkwMjljZDBlY2YzNTQxYzEwNWM0YWIxMTE4ZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTA4YTE2OTAwNmUwZmQyYzNhODM3MTI3Y2ViMzYyODhmNmY3ZThkYTQ4ZTYx
|
10
|
+
MTkwNjYyMzZhNmY1NjRhZmY3YjU2YmE2YjMwZjBiNGQ3M2RkODEyNmM4OTY5
|
11
|
+
OGI1NmJhOTZhZjAyODQxMmM5NzM2ZTJkZWNmOTg4NDcyMDQxZGQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmRiZmFiOWM3NjI4NWMzYWE5NDA1MDU2YjZjMjIzNGMwMjhmYzcwZDc5Yzcw
|
14
|
+
Mjc0MDM4YmQ4ZGUxMTI4OTZmMjM0YzNiMDVhZjExNTMwNWQzODI0YzNjODNm
|
15
|
+
N2Q4YzE4MDAxMWM4YjAzNTc1YTI5NTgxOGJjZTZhNDQyNThjMGI=
|
data/Gemfile.lock
CHANGED
data/History.txt
CHANGED
@@ -309,6 +309,7 @@ module PowerTrack
|
|
309
309
|
on_heartbeat = options[:on_heartbeat]
|
310
310
|
on_message = options[:on_message]
|
311
311
|
on_activity = options[:on_activity]
|
312
|
+
on_system = options[:on_system]
|
312
313
|
close_now = options[:close_now] || lambda { false }
|
313
314
|
|
314
315
|
buffer = PowerTrack::DataBuffer.new
|
data/lib/powertrack/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: powertrack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Laurent Farcy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2016-02-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|