trace_tree 0.2.12 → 0.2.13
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 +4 -4
- data/README.md +1 -1
- data/lib/trace_tree/gem_paths.rb +1 -1
- data/lib/trace_tree/tmp_file.rb +6 -0
- data/lib/trace_tree/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d9800567c18a1f0da8c72a9ab43a5efaca66838c27ee7c25b0be9ad838d1270
|
4
|
+
data.tar.gz: b51f1049c0e2f57c94bed9e1f75dbf6bc95262fb8c770f4edb150c9869d409cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eb271350b80c64949d9f06b5eb5fd1db5c6fdb686a2a2bb0d4f5cf4570b2e2be59d24d1d447e7b7b1a9630ba3a29ed49abb67baf52973292e442494737365a3
|
7
|
+
data.tar.gz: c8e959775810fd2a024d53a712b79ab8ac9aa72a4255554954ea42933a4d270c8877c6af304cca9060f0588e5f744124b72335052df6b58dff97315f73cf6c58
|
data/README.md
CHANGED
@@ -50,7 +50,7 @@ end
|
|
50
50
|
* `:color => true` by default. It makes method names have different color than source_location in output. When you print the output to file, you may want to set it false to discard those color ANSI escape sequences.
|
51
51
|
* `:gem => true` by default. Replace the gem paths in source_location with $GemPathN, which shorten lines. To see what are replaced, inspect `TraceTree::GemPaths`.
|
52
52
|
* `:html => nil` by default. Set it true to generate a html in which a tree constructed with `<ul>`, `<li>`. (No need to set `color`).
|
53
|
-
* `:tmp => nil` by default. Set it true or a string or an array of string to specify a tmp file under the default tmp dir of your system. (No need to provide `file` argument. It makes parent directories as needed)
|
53
|
+
* `:tmp => nil` by default. Set it true or a string or an array of string to specify a tmp file under the default tmp dir of your system. (No need to provide `file` argument. It makes parent directories as needed). The tmp dir location can be found with `TraceTree.tmp`.
|
54
54
|
* `:htmp => nil` by default. It is combination of `:html` and `:tmp`.
|
55
55
|
* `:return => true` by default. It stores return values of functions in generated html. Hover function call and press `r` to print return value in console.
|
56
56
|
* `:args => false` by default. Set it true to puts arguments of `:call` functions into html. Since arguments are always return values of other functions, so this option is not necessary.
|
data/lib/trace_tree/gem_paths.rb
CHANGED
data/lib/trace_tree/tmp_file.rb
CHANGED
data/lib/trace_tree/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trace_tree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ken
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|