tng 0.1.2 → 0.1.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 +4 -4
- data/lib/tng/version.rb +1 -1
- data/tng.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93c59545652b35795ffe013a5dc4c9b27597653fec537c5c3ca01f6ffd9ded00
|
4
|
+
data.tar.gz: 887ca462fafa51973c17d3b4d957f97ec74d13ecf634d7c7831c487c999122ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9ff073b8f7853794240cd4593bc9535a91641c11c3c657b9cb70813675364e2b12ccf9e4953458fd17889c3e8b61c9d21f97cc375737d55bca8dae6ea13f129
|
7
|
+
data.tar.gz: 0e32a8ff528822270f7adbc96b393bb684c7a5973ca163dcfd3ba5452aa4ab061567d11f9a8707528b131942945029d80f282b36e9a045a6dad597a5ca71d447
|
data/lib/tng/version.rb
CHANGED
data/tng.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["claudiug"]
|
9
9
|
spec.email = ["claudiu.garba@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = "TNG
|
12
|
-
spec.description = "TNG
|
11
|
+
spec.summary = "TNG generates tests using static code analysis and LLM"
|
12
|
+
spec.description = "TNG generates tests using static code analysis and LLM"
|
13
13
|
spec.homepage = "https://tng.sh/"
|
14
14
|
spec.required_ruby_version = ">= 3.1.0"
|
15
15
|
spec.required_rubygems_version = ">= 3.3.11"
|
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.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- claudiug
|
@@ -191,7 +191,7 @@ dependencies:
|
|
191
191
|
- - "~>"
|
192
192
|
- !ruby/object:Gem::Version
|
193
193
|
version: '0.12'
|
194
|
-
description: TNG
|
194
|
+
description: TNG generates tests using static code analysis and LLM
|
195
195
|
email:
|
196
196
|
- claudiu.garba@gmail.com
|
197
197
|
executables:
|
@@ -264,7 +264,7 @@ post_install_message: "┌ TNG ────────────────
|
|
264
264
|
exec tng --help - Show all options │\n│ │\n│
|
265
265
|
\ \U0001F4A1 Use -t c for controller, -t m for model │\n│
|
266
266
|
\ │\n└────────────────────────────────────────────────────────────
|
267
|
-
v0.1.
|
267
|
+
v0.1.3 ┘\n"
|
268
268
|
rdoc_options: []
|
269
269
|
require_paths:
|
270
270
|
- lib
|
@@ -281,5 +281,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
281
281
|
requirements: []
|
282
282
|
rubygems_version: 3.6.7
|
283
283
|
specification_version: 4
|
284
|
-
summary: TNG
|
284
|
+
summary: TNG generates tests using static code analysis and LLM
|
285
285
|
test_files: []
|