rpi_pinin_msgout-test 0.1.0 → 0.1.1
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
- checksums.yaml.gz.sig +1 -3
- data/lib/rpi_pinin_msgout-test.rb +5 -4
- data.tar.gz.sig +0 -0
- metadata +8 -8
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e752ac890e4e94f56df91205ab5effa66d4dce19
|
|
4
|
+
data.tar.gz: 71fe597e940499b03d5765411fc935550797d4e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9598bee599ae23f80fa70bb4701af54e4d0c0329b32bb94ec4974db7b1080e25bc0ce0e53ca45753ca10f0725c1f8908a5482727dd0997abd9e836eb9cd9b526
|
|
7
|
+
data.tar.gz: 610a6d690a8ea9ba7d92e0ffbf94c6b80cbaddf04d91fdf75acb884702c8640692e4b888b45055fd43d35598ac468b5c2273182457318a56258cb5a042bdbdd2
|
checksums.yaml.gz.sig
CHANGED
|
@@ -7,14 +7,13 @@ require 'rpi_pinin_msgout'
|
|
|
7
7
|
require 'chronic_duration'
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
|
|
11
10
|
class RPiPinInMsgOutTest < RPiPinInMsgOut
|
|
12
11
|
|
|
13
12
|
# duration: Used by sample mode
|
|
14
13
|
|
|
15
14
|
def initialize(id, pull: nil, mode: :default, verbose: true,
|
|
16
15
|
subtopic: 'sensor', device_id: 'pi', notifier: Echo.new,
|
|
17
|
-
duration: '5 seconds', index: 0, capture_rate: 0.
|
|
16
|
+
duration: '5 seconds', index: 0, capture_rate: 0.15,
|
|
18
17
|
descriptor: 'detected')
|
|
19
18
|
|
|
20
19
|
@mode, @verbose, @notifier, @duration = mode, verbose, notifier, duration
|
|
@@ -48,6 +47,8 @@ class RPiPinInMsgOutTest < RPiPinInMsgOut
|
|
|
48
47
|
|
|
49
48
|
end # /watch_high
|
|
50
49
|
|
|
51
|
-
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
alias button_setup setup
|
|
52
53
|
|
|
53
|
-
end
|
|
54
|
+
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rpi_pinin_msgout-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
jaGOBWLqzmncCYrvhQbBWLYO6ahZOq2SJoe9x+AYKH3g8nXmTGzic2kMiuD69+P+
|
|
32
32
|
by2fFYSZ6YGIFw==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date:
|
|
34
|
+
date: 2017-01-14 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rpi_pinin_msgout
|
|
@@ -39,22 +39,22 @@ dependencies:
|
|
|
39
39
|
requirements:
|
|
40
40
|
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '0.
|
|
42
|
+
version: '0.3'
|
|
43
43
|
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 0.2
|
|
45
|
+
version: 0.3.2
|
|
46
46
|
type: :runtime
|
|
47
47
|
prerelease: false
|
|
48
48
|
version_requirements: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
50
|
- - "~>"
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.3'
|
|
53
53
|
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.2
|
|
55
|
+
version: 0.3.2
|
|
56
56
|
description:
|
|
57
|
-
email: james@
|
|
57
|
+
email: james@jamesrobertson.eu
|
|
58
58
|
executables: []
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
82
|
rubyforge_project:
|
|
83
|
-
rubygems_version: 2.
|
|
83
|
+
rubygems_version: 2.6.8
|
|
84
84
|
signing_key:
|
|
85
85
|
specification_version: 4
|
|
86
86
|
summary: Tests the rpi_pinin_msgout gem by simulating the triggering of a pin high event
|
metadata.gz.sig
CHANGED
|
Binary file
|