tng 0.4.2 → 0.4.3

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
  SHA256:
3
- metadata.gz: e85eb1a0b69399a5220189d7f2040162f85c4ce812869f8ac6a276265e6c1aa1
4
- data.tar.gz: a23b1fef88e05cca2882ea76066ca463ae135a2b187fcac62097118f9f9f5d0e
3
+ metadata.gz: 0ebb1b84f72b355eb045660e6cdd70a6085ee6470c6b2de8019e050f602a23f0
4
+ data.tar.gz: 5c81f559aa4901eedbac8e38cc8eb6ec72a9ef3e11c4793a70cedfe5e48aee8f
5
5
  SHA512:
6
- metadata.gz: 64d50221216859f7be5d5df98cd012af5e94231b2f41531229418c24756591ce01de355efc0d277c073d564d7ec2bc8ea210730849015daed44fbff31aea0e9a
7
- data.tar.gz: 772634eb20ff51b14cdcf02e17e020e70389d8c00609b7c3f7a91c6e6355dd7fb651e7f80825795cc66321548079c6e4fc593054f5b6d173f4255574d5e7117e
6
+ metadata.gz: e2e63139c31f373a09e0327492c8330d2ae4a540f9d0736fa39784152561fc11bb1fb6ebef41ff40143997d64a8f14b25fbedaf4edc4ea29c1fe9b4fe22b110a
7
+ data.tar.gz: 774ad96555c20c7e096b508233bfe8b7ef1e548ee678bee278e4b8c091b92f3cb713e5def661196ac2b8ee09385c4ffd2535bcdabde5ee040cbd24b519d0c49a
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/binaries/tng.bundle CHANGED
Binary file
@@ -46,8 +46,6 @@ module Tng
46
46
  end
47
47
  end
48
48
 
49
- # Show test type selection menu
50
- # @param mode [String] "test" or "audit" (default: "test")
51
49
  # Returns: "controller", "model", "service", "other", "back"
52
50
  def show_test_type_menu(mode = "test")
53
51
  output_file = Tempfile.new(["go_ui_test_type", ".json"])
@@ -68,9 +66,6 @@ module Tng
68
66
  end
69
67
  end
70
68
 
71
- # Show searchable list view for any component
72
- # @param title [String] List title (e.g., "Select Controller")
73
- # @param items [Array<Hash>] List of items with :name and :path keys
74
69
  # @return [String] Selected item name or "back"
75
70
  def show_list_view(title, items)
76
71
  data_json = JSON.generate({ title: title, items: items })
@@ -89,10 +84,6 @@ module Tng
89
84
  end
90
85
  end
91
86
 
92
- # Show spinner while executing block
93
- # @param message [String] Spinner message
94
- # @yield Block that returns Hash with :success and :message keys
95
- # @return [Hash] Result from block
96
87
  def show_spinner(message)
97
88
  control_file = Tempfile.new(["go_ui_spinner", ".json"])
98
89
  control_path = control_file.path
data/lib/tng/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tng
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
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.2
4
+ version: 0.4.3
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.4.2 ┘\n"
225
+ v0.4.3 ┘\n"
226
226
  rdoc_options: []
227
227
  require_paths:
228
228
  - lib