tng 0.4.9 → 0.5.0
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/binaries/go-ui-darwin-amd64 +0 -0
- data/binaries/go-ui-darwin-arm64 +0 -0
- data/binaries/go-ui-linux-amd64 +0 -0
- data/binaries/go-ui-linux-arm64 +0 -0
- data/binaries/tng-darwin-arm64.bundle +0 -0
- data/binaries/tng-darwin-x86_64.bundle +0 -0
- data/binaries/tng-linux-arm64.so +0 -0
- data/binaries/tng-linux-x86_64.so +0 -0
- data/binaries/tng.bundle +0 -0
- data/lib/tng/ui/go_ui_session.rb +1 -1
- data/lib/tng/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: 5c8aa338f5dbdebc9d44b422799ac8d45863aa4542a37bb1a7e430d3919009a3
|
|
4
|
+
data.tar.gz: 1dd202876c75519dea0e2bd7726d11de98fd884b7fda1a2a391dab666d9cd5d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d703fa9fb959d57ae13401efea2eb445311d81a49c701f5fd10761dc82b9bcb170d84235575712cf32b00f5d836c93572e4e535e78a2be5f71f076877b63d4e
|
|
7
|
+
data.tar.gz: 311dc4309cf7670e65cb8ba235d6733195f0ea427f32331c91c04f300b3a69c7533e5797f134b64ea78b029bc08beeff804a57dcd16bb03001600f45681e6ceb
|
data/binaries/go-ui-darwin-amd64
CHANGED
|
Binary file
|
data/binaries/go-ui-darwin-arm64
CHANGED
|
Binary file
|
data/binaries/go-ui-linux-amd64
CHANGED
|
Binary file
|
data/binaries/go-ui-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/binaries/tng-linux-arm64.so
CHANGED
|
Binary file
|
|
Binary file
|
data/binaries/tng.bundle
CHANGED
|
Binary file
|
data/lib/tng/ui/go_ui_session.rb
CHANGED
|
@@ -251,7 +251,7 @@ module Tng
|
|
|
251
251
|
# Show symbolic trace results
|
|
252
252
|
# @param trace_file_path [String] Path to JSON trace file
|
|
253
253
|
def show_trace_results(trace_file_path)
|
|
254
|
-
system(@binary_path, "trace-results", "--file", trace_file_path)
|
|
254
|
+
system(@binary_path, "ruby-trace-results", "--file", trace_file_path)
|
|
255
255
|
rescue StandardError => e
|
|
256
256
|
puts "Trace results error: #{e.message}"
|
|
257
257
|
end
|
data/lib/tng/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tng
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ralucab
|
|
@@ -222,7 +222,7 @@ post_install_message: "┌ TNG ────────────────
|
|
|
222
222
|
\ │\n│ • bundle exec
|
|
223
223
|
tng --help - Show help information │\n│ │\n│
|
|
224
224
|
\ \U0001F4A1 Generate tests for individual methods with precision │\n└────────────────────────────────────────────────────────────
|
|
225
|
-
v0.
|
|
225
|
+
v0.5.0 ┘\n"
|
|
226
226
|
rdoc_options: []
|
|
227
227
|
require_paths:
|
|
228
228
|
- lib
|