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 +4 -4
- data/LICENSE.md +1 -1
- data/README.md +4 -0
- data/binaries/tng.so +0 -0
- data/lib/tng/utils.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: 2f69760b825ea26b8df034a062aead175841853abe85aca95f696dbb6f3bc08f
|
4
|
+
data.tar.gz: d2f78b191f2f7d8c4fd848e86c173267e6c863439d102866a0dc2a06e568df59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c41234662b8463949fe63a0ce6aae3b277cb0ee64de945a0d593673fd65ecadb5f2e36b6b929363b5fa1a790290297c2e03d4600d28f65da410ebc9c27af27bf
|
7
|
+
data.tar.gz: 74158326b96a5a6a08f8213e64033e8c1ae70504f6bc4be1b8238bb2d7839bdf55af0e5e3caa194510f9c1bebf59e5a6c9ee1e3df8852ef56cbba2bcbfb0184b
|
data/LICENSE.md
CHANGED
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
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.2.
|
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.
|
275
|
+
v0.2.2 ┘\n"
|
276
276
|
rdoc_options: []
|
277
277
|
require_paths:
|
278
278
|
- lib
|