tng 0.2.1 → 0.2.2

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: b9965672463ad576e9cb6ee27df1e6ff4861f17f80cb332473b63110a6deebff
4
- data.tar.gz: 3d22117b140daf9636c3a15ea53542272d9f18ba68f6497b223cf3df1670bdab
3
+ metadata.gz: 2f69760b825ea26b8df034a062aead175841853abe85aca95f696dbb6f3bc08f
4
+ data.tar.gz: d2f78b191f2f7d8c4fd848e86c173267e6c863439d102866a0dc2a06e568df59
5
5
  SHA512:
6
- metadata.gz: 519c42652328e661ae9ab5ed1f0cedbbbce1b5ddfbc3d7802ffd4646d943399f8290546b0a453f34075da5ce1382b661a355ab58de7223a4d6b81478c59dc266
7
- data.tar.gz: 3b204c5a8fbeafa7df8ec3b676a2356c120bd3a7546bcd77a79e67decbd377f785440a747c04a9bdac55f85d816e4b55724675bb5675ff5d065fedcfca5f8414
6
+ metadata.gz: c41234662b8463949fe63a0ce6aae3b277cb0ee64de945a0d593673fd65ecadb5f2e36b6b929363b5fa1a790290297c2e03d4600d28f65da410ebc9c27af27bf
7
+ data.tar.gz: 74158326b96a5a6a08f8213e64033e8c1ae70504f6bc4be1b8238bb2d7839bdf55af0e5e3caa194510f9c1bebf59e5a6c9ee1e3df8852ef56cbba2bcbfb0184b
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Commercial License
2
2
 
3
- Copyright (c) 2025 TNG. All rights reserved.
3
+ Copyright (c) 2025 Binary Dreams LLC. All rights reserved.
4
4
 
5
5
  ## License Grant
6
6
 
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  TNG is an AI-powered test generation tool that automatically creates comprehensive tests for your Rails applications. It analyzes your code structure, authentication patterns, and configuration to generate high-quality, contextual tests that follow your project's conventions.
4
4
 
5
+ **Owner:** Binary Dreams LLC
6
+
5
7
  ## Installation
6
8
 
7
9
  ### Standard Installation
@@ -410,4 +412,6 @@ If you're still experiencing issues: Contact the gem maintainers or open a GitHu
410
412
 
411
413
  ## License
412
414
 
415
+ Copyright (c) 2025 Binary Dreams LLC. All rights reserved.
416
+
413
417
  See [LICENSE.md](LICENSE.md) for details.
data/binaries/tng.so CHANGED
Binary file
data/lib/tng/utils.rb CHANGED
@@ -273,7 +273,7 @@ module Tng
273
273
  end
274
274
 
275
275
  def self.load_all_active_record_data
276
- []
276
+ {}
277
277
  end
278
278
 
279
279
  def self.count_tests_in_file(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.2.1"
4
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ralucab
@@ -272,7 +272,7 @@ post_install_message: "┌ TNG ────────────────
272
272
  \ │\n│ • bundle exec
273
273
  tng --help - Show help information │\n│ │\n│
274
274
  \ \U0001F4A1 Generate tests for individual methods with precision │\n└────────────────────────────────────────────────────────────
275
- v0.2.1 ┘\n"
275
+ v0.2.2 ┘\n"
276
276
  rdoc_options: []
277
277
  require_paths:
278
278
  - lib