indented-tracer 0.1.3 → 0.1.4

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: 0fe9150b5de70a20885cf509e9bfe2b9a50203de
4
- data.tar.gz: f805117ad3ce5bd34b393bd48ac2cb36d18cc0ff
3
+ metadata.gz: 34e51576dc06f960af146008b32c6e81b5d8679c
4
+ data.tar.gz: 720cd4bc500007845ecf6d2039cb8c9ae17177f2
5
5
  SHA512:
6
- metadata.gz: a3db4275924b68e934685479edabc05702f7e624ee1bcc57db3aa81f8090bb7962089d47dd96875620b5fdd8b8bdc5e041c29a95c22d8b23f60df04ef34c8dcb
7
- data.tar.gz: e28b3f598008f803c2a034c92128eaa514b72cfb003415531d3aca5b37a37901267e4d26061a87a8b427cb14d97fa57e6103615a4f98f3b93d1da10ba993ea21
6
+ metadata.gz: dd66cd927d911349a4366aac3951d50756f678ca625a5928ec1b00e0b3eb0175327a2403c675c07fe28365e8814b320f23fc084b035b16e58d5b5dfd5b427bca
7
+ data.tar.gz: f3781696a67984ae5b70d0b1558f600f6eef68ec68318c65b6e051928efe8786226733b620f6a758477cc19f3a7e7c1e91a4d4f9faa45d1daf72f72f17d1d399
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -12,7 +12,8 @@ class IndentedTracer < Tracer
12
12
  super
13
13
 
14
14
  add_filter do |event, file, line, id, binding, klass, *rest|
15
- if klass.to_s[/#{@classes.join('|')}/] then
15
+
16
+ if @classes.map(&:to_s).include? klass.to_s then
16
17
 
17
18
  if event == 'call' then
18
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: indented-tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  AKQjj7ESc7Nperp+ZCyomI3nwrLM4GvzGVXLiRyIw/elHyoMjQwLNpSMrEuqZ9EW
32
32
  g+38SRyy8Z8Znw==
33
33
  -----END CERTIFICATE-----
34
- date: 2017-01-20 00:00:00.000000000 Z
34
+ date: 2017-01-21 00:00:00.000000000 Z
35
35
  dependencies: []
36
36
  description:
37
37
  email: james@jamesrobertson.eu
metadata.gz.sig CHANGED
Binary file