tracing 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50ddf9633f258a82c6d5ec370628839ccddf66b5
4
- data.tar.gz: 7b5f0e6140d3308c99b5d72a5db6c71ac7c464aa
3
+ metadata.gz: 9739a647135bf8bcc92c1409cea96320adb82ac2
4
+ data.tar.gz: 7937518cbb1c5d0ca60e6e0c4c88d62389d4cca8
5
5
  SHA512:
6
- metadata.gz: d6a68a86e5c9b2e7ac8cbfbe9d0923bcc5fdd96ae71fcbd8db4706676a0e454f556cb4b64d245786ed960b20dca30b35573da74f2c3c86b84657699af22678d0
7
- data.tar.gz: e0b29024743ba2278cf5ec8995a430bd57edd51ff1fac4af8ce83b012b640f4f946602d34a6762b760a97dbd6fb3e19ff0435dc41783bfb6f121c20ef0278091
6
+ metadata.gz: 23f0502f771d20479eb25621b4a5570a9566a5a9b80a8a7ea4fda8f628d87d1f9b9831ff81b17e909af8781f582c774ebfe2cd80c7011d2fd06baa67a5b54bf3
7
+ data.tar.gz: 151a604da4a65877a69f895b23856f06a5a1ae384101a28f02c1853fb95661dea9275e29ba735eb3ad3502570eadf86817e3a4aa1fd02ae57d4b074eef653f59
@@ -243,6 +243,7 @@ module Tracing
243
243
  private
244
244
  def selected?(args)
245
245
  # Figure out whether this trace is enabled (itself or by :all), if it nests, and if we should print the key:
246
+ @delay = false
246
247
  key =
247
248
  if Symbol === args[0]
248
249
  control = args.shift
@@ -1,3 +1,3 @@
1
1
  module Tracing
2
- VERSION = "2.0.5"
2
+ VERSION = "2.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clifford Heath