flok 0.0.88 → 0.0.89

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: 7f7c1d58d114b65944fe9b7c0b93cf3f1add02ab
4
- data.tar.gz: 3b56e5c4a6e7e99fbb8a6dc08100890141cbe934
3
+ metadata.gz: 706dcd778d5637bdb3ba9681ce43217dd1710dfb
4
+ data.tar.gz: fd5961d3ed5c0fe775555c1b2d2aaedf73ed35eb
5
5
  SHA512:
6
- metadata.gz: f8df5aa50fea837620349c56c9910bd63b12bf66a823a7fbf80c24b8a71371c34c681effb071971d7ba421b1f11d28475a8665222f1c40b8491dc337835c1b56
7
- data.tar.gz: 28957c4505e8e45fb166c0e1975c299e2469cdb18d5c07daff402f411b3cc63343bea482e5f8e1c3f82dfc93c539f4a525bd94fa03ebdb6f07257c702ac2266a
6
+ metadata.gz: 669100d24ac2d654241fb477269f249ce1f043e78e7668becbc990392647d5d6e62915d9b5c0fddd7fb03ace961eab20ff4bf81f67496e13a094a660b125887d
7
+ data.tar.gz: bf1ca2fd0a1271a1533eb74b2274eb84d2c1949e0f13541110fceb487852cc86dbb98f64e8a7ecbd7cf09323d2aa37599c2f459ba24f49d37c07ef83f55963fb
@@ -1,3 +1,3 @@
1
1
  module Flok
2
- VERSION = "0.0.88"
2
+ VERSION = "0.0.89"
3
3
  end
@@ -16,10 +16,10 @@ RSpec.describe "iface:driver:rtc" do
16
16
 
17
17
  #Wait to start until after the 1st event fires to make sure timer started up
18
18
  @pipe.readline
19
- expect(@pipe).to readline_and_equal_json_x_within_y_seconds([0, "int_rtc", Fixnum], 5.seconds)
19
+ expect(@pipe).to readline_and_equal_json_x_within_y_seconds([1, "int_rtc", Fixnum], 5.seconds)
20
20
  start_time = Time.now.to_i
21
21
  5.times do
22
- expect(@pipe).to readline_and_equal_json_x_within_y_seconds([0, "int_rtc", Fixnum], 2.seconds)
22
+ expect(@pipe).to readline_and_equal_json_x_within_y_seconds([1, "int_rtc", Fixnum], 2.seconds)
23
23
  end
24
24
  end_time = Time.now.to_i
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flok
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.88
4
+ version: 0.0.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - seo