motion-tickspot 1.0.9 → 1.0.10

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: 65daeef5ec026c65f2c7e092190b0c632f933136
4
- data.tar.gz: 3dee29321d800bfe190513a43a0c7a606fe2491b
3
+ metadata.gz: 0e82bf381090a0e8d3d7e34d0a3a4349ee1b7d3f
4
+ data.tar.gz: f30ceaf911a5c1252870d0cde13a89a1451fcc64
5
5
  SHA512:
6
- metadata.gz: cb20b4dc0791d68c2d581795e16df527eff94030bb6ad3da9a21b432bef6fec120d88859417fa3a976e6a24ff8ca0c0cc11ae6d7274f8acb6898e0d1784cfd9d
7
- data.tar.gz: c122676e8c8b88e9c9b00e4c65e48201d49c14429f4a0045a29534fcdd7a4d17dbbc790504c5154084b07aeadfb875ae7a91819b9b997b82b23e4e3c7aefb4ee
6
+ metadata.gz: 3821a5cf77fd4c39d4c1732e0375d0330fdcefe9cba859479f10a4d777c2fd148d056c0ad079d91fcf95bd1db3ac4c2b2cf7075a7fc02ecfc620a292fcf856a7
7
+ data.tar.gz: a0e1c9b37003c89b22256119847901206d16ffc1258e5b26b7ac15a7e41cc6dfe4eef84fc8f159867334fef5f1330296248021c0fdec165dfc171a9057a764f5
@@ -46,7 +46,6 @@ module Tick
46
46
  alias_method :started, :is_running
47
47
 
48
48
  def start
49
- ap "WAAAAT? START PLEASE"
50
49
  # Stop the current timer if it exists
51
50
  current_timer = self.class.current
52
51
  current_timer.stop if current_timer
@@ -1,3 +1,3 @@
1
1
  module Tick
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-tickspot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison