callback_timer 0.0.0 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/spec/callback_timer_spec.rb +0 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5443a3376ac4153cbebc4fe044abf8a16d7acfc135031e783e54666b65dbc074
4
- data.tar.gz: 55b84d5abd524a13c75b2461d951d27ce887117e1464fae04100a3a0c42b15cc
3
+ metadata.gz: a4e5911c70c5ff6713635c74617a68fea1461596af899b00fb634b46881a93b4
4
+ data.tar.gz: 59196fd1aff2e9fc9127177f2c17de26d899def7d74149b1edd9c80b04b3ef0c
5
5
  SHA512:
6
- metadata.gz: d8a65ef5c30e15450ba728e0222103bc3c137471cca00a4174a9b4064549ecdb3a13712f67a09a96101482274771416b9360349be42167110b44715aab1204a6
7
- data.tar.gz: 310b3db17b748cccf29ded50cdbbb12299801829e53ee40e7993842b640bac4a5d3836df359ba5d8eb99cf32d3267de4c3cbad24f80d63d959c7d845dbf0b304
6
+ metadata.gz: 43d3393ff937fc598f02b1aa465241b0cd0ce37c8b9de4fb30b89ba6eb20a98c3ba676e0508d569a356d6c4b27b87556967930a0529d7e6de7aa82247282c617
7
+ data.tar.gz: dfd4da401ca42f2ad8ac42a6a5d50755ece01d5b6e61294ad478fe3d5ef7d7e6d831794cb773636f8c7602d849c7c41606c7f33cf5a58f63b9fe73403cc5f95a
@@ -1,8 +1,6 @@
1
1
  require 'callback_timer'
2
2
 
3
3
 
4
- require 'pry'
5
-
6
4
  RSpec.describe CallbackTimer do
7
5
 
8
6
  describe "::new" do
@@ -42,8 +40,6 @@ RSpec.describe CallbackTimer do
42
40
 
43
41
  context "when creating three new CallbackTimers with different 'duration's" do
44
42
  it "should all call the callback at correct times" do
45
- #binding.pry
46
- $tt = 0
47
43
  $test = []
48
44
  start_time = Time.now
49
45
  durations = [1, 0.5, 2]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: callback_timer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Fors