tng 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f7d58b19c19efb0a569bcb56501d217dd26e3b2518d5a86a475eca74589a705
4
- data.tar.gz: 8297f30eccb1b514b7bdeb7dc13a7743041a47e8385d317dabdef0c64bd6fefb
3
+ metadata.gz: 93c59545652b35795ffe013a5dc4c9b27597653fec537c5c3ca01f6ffd9ded00
4
+ data.tar.gz: 887ca462fafa51973c17d3b4d957f97ec74d13ecf634d7c7831c487c999122ba
5
5
  SHA512:
6
- metadata.gz: 9072f6ce2670429c5a902a06c719ee68561ecb20e8a43b6c99b3686924ccb5781434ece177c397ef542a053859527fcfab0a04236897f785a4dc69f75775442f
7
- data.tar.gz: a927f656fc6dbd5e8c5a5e31963155b0a453b391527a93267456601434229b5cfb273a354bf4c921a4c9306a5259afdc69f082723c5916b0614e8d78323ebcc9
6
+ metadata.gz: f9ff073b8f7853794240cd4593bc9535a91641c11c3c657b9cb70813675364e2b12ccf9e4953458fd17889c3e8b61c9d21f97cc375737d55bca8dae6ea13f129
7
+ data.tar.gz: 0e32a8ff528822270f7adbc96b393bb684c7a5973ca163dcfd3ba5452aa4ab061567d11f9a8707528b131942945029d80f282b36e9a045a6dad597a5ca71d447
@@ -53,7 +53,7 @@ class PostInstallBox
53
53
  box_width = [@terminal_width, 70].min
54
54
 
55
55
  TTY::Box.frame(
56
- title: { top_left: " TestNG ", bottom_right: " v#{@version} " },
56
+ title: { top_left: " TNG ", bottom_right: " v#{@version} " },
57
57
  style: {
58
58
  fg: :bright_white,
59
59
  border: { fg: :cyan },
@@ -17,7 +17,7 @@ class ShowHelp
17
17
 
18
18
  def content
19
19
  [
20
- @pastel.cyan.bold("TestNG - LLM-Powered Rails Test Generator"),
20
+ @pastel.cyan.bold("TNG - LLM-Powered Rails Test Generator"),
21
21
  @pastel.dim("Version: #{@version}"),
22
22
  "",
23
23
  @pastel.yellow.bold("Usage:"),
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.1.1"
4
+ VERSION = "0.1.3"
5
5
  end
data/tng.gemspec CHANGED
@@ -8,15 +8,15 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["claudiug"]
9
9
  spec.email = ["claudiu.garba@gmail.com"]
10
10
 
11
- spec.summary = "TNG is a library for working with the TNG format."
12
- spec.description = "TNG is a library for working with the TNG format."
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"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "https://github.com/tng-sh"
19
+ spec.metadata["source_code_uri"] = "https://github.com/tng-sh/tng-rails"
20
20
  spec.license = "Commercial"
21
21
  spec.metadata["license_uri"] = "https://github.com/tng-sh/tng-rails/blob/master/LICENSE.md"
22
22
 
@@ -49,7 +49,7 @@ Gem::Specification.new do |spec|
49
49
  require_relative "lib/tng/ui/post_install_box"
50
50
  PostInstallBox.new(spec.version).render
51
51
  rescue LoadError, StandardError
52
- "TestNG v#{spec.version} installed successfully!\n" +
52
+ "TNG v#{spec.version} installed successfully!\n" +
53
53
  "Run 'rails g tng:install' to get started.\n" +
54
54
  "Use 'bundle exec tng --help' for usage information."
55
55
  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.1.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 is a library for working with the TNG format.
194
+ description: TNG generates tests using static code analysis and LLM
195
195
  email:
196
196
  - claudiu.garba@gmail.com
197
197
  executables:
@@ -238,9 +238,9 @@ licenses:
238
238
  metadata:
239
239
  allowed_push_host: https://rubygems.org
240
240
  homepage_uri: https://tng.sh/
241
- source_code_uri: https://github.com/tng-sh
241
+ source_code_uri: https://github.com/tng-sh/tng-rails
242
242
  license_uri: https://github.com/tng-sh/tng-rails/blob/master/LICENSE.md
243
- post_install_message: "┌ TestNG ────────────────────────────────────────────────────────────┐\n│
243
+ post_install_message: "┌ TNG ───────────────────────────────────────────────────────────────┐\n│
244
244
  \ │\n│ ✅ Tng
245
245
  installed successfully! │\n│ │\n│
246
246
  \ \U0001F4CB SETUP REQUIRED │\n│
@@ -264,7 +264,7 @@ post_install_message: "┌ TestNG ───────────────
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.1 ┘\n"
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 is a library for working with the TNG format.
284
+ summary: TNG generates tests using static code analysis and LLM
285
285
  test_files: []