tng 0.1.0 → 0.1.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: 8117d0deac71e21186a4f542e78e5f24ec177b824b01f1d0e67c96ecce4071bc
4
- data.tar.gz: 2de1b1a266e9910ff0e42b864eaaed3315577b7a5713db04ceaea85ea32ead5b
3
+ metadata.gz: bbb73546953aa9701a1e85bb60d2f590ad8e83f81cc41fa5f20f9b186918912e
4
+ data.tar.gz: '0185c19e9d8f8c224960f52c25cdfcb98e77e270f08b3a33a842f5e73206f137'
5
5
  SHA512:
6
- metadata.gz: 9ffad360f44acb0207e5e351a60faf60935a31be10aabc578e50a9f0bbf9ceb7b23c1828ba6973e5fdd2d7b07912662fdb9241c436b60a61a46c91cb6567af1d
7
- data.tar.gz: efe3aabffedbfedef28b3cea9aebccaede10954e48f77d18ec3aeae3463f6d926c6565e4a7f8280a3e58bcf3afecffbd364e81cef0b82e65043881c6d2ce8841
6
+ metadata.gz: a80d1b8eafc43f5883cbb145ef5f0d799ec0591eea70652e3eac1dcc26a756411355158a966da51e75814d76ab32af8ec514b53ed029d0a8bb3e15ea500b9f36
7
+ data.tar.gz: a8ed1b18d217ddb13d9adbb10defcfe796e315601af8df36c2cb65247cfa03652f16a2a3a472c4dae8b5449eca29bbe677617fb60e5403ae076c6ffabc0ab584
@@ -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,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tng
4
- VERSION = "0.1.0"
5
- API_ENDPOINT = "http://localhost:3001"
4
+ VERSION = "0.1.2"
6
5
  end
data/tng.gemspec CHANGED
@@ -10,13 +10,15 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "TNG is a library for working with the TNG format."
12
12
  spec.description = "TNG is a library for working with the TNG format."
13
- spec.homepage = "https://github.com/claudiug/tng"
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/claudiug/tng"
19
+ spec.metadata["source_code_uri"] = "https://github.com/tng-sh/tng-rails"
20
+ spec.license = "Commercial"
21
+ spec.metadata["license_uri"] = "https://github.com/tng-sh/tng-rails/blob/master/LICENSE.md"
20
22
 
21
23
  # Package pre-compiled binaries and exclude the Rust source code.
22
24
  spec.files = Dir.glob("lib/**/*.rb") +
@@ -47,7 +49,7 @@ Gem::Specification.new do |spec|
47
49
  require_relative "lib/tng/ui/post_install_box"
48
50
  PostInstallBox.new(spec.version).render
49
51
  rescue LoadError, StandardError
50
- "TestNG v#{spec.version} installed successfully!\n" +
52
+ "TNG v#{spec.version} installed successfully!\n" +
51
53
  "Run 'rails g tng:install' to get started.\n" +
52
54
  "Use 'bundle exec tng --help' for usage information."
53
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiug
@@ -232,13 +232,15 @@ files:
232
232
  - lib/tng/utils.rb
233
233
  - lib/tng/version.rb
234
234
  - tng.gemspec
235
- homepage: https://github.com/claudiug/tng
236
- licenses: []
235
+ homepage: https://tng.sh/
236
+ licenses:
237
+ - Commercial
237
238
  metadata:
238
239
  allowed_push_host: https://rubygems.org
239
- homepage_uri: https://github.com/claudiug/tng
240
- source_code_uri: https://github.com/claudiug/tng
241
- post_install_message: "┌ TestNG ────────────────────────────────────────────────────────────┐\n│
240
+ homepage_uri: https://tng.sh/
241
+ source_code_uri: https://github.com/tng-sh/tng-rails
242
+ license_uri: https://github.com/tng-sh/tng-rails/blob/master/LICENSE.md
243
+ post_install_message: "┌ TNG ───────────────────────────────────────────────────────────────┐\n│
242
244
  \ │\n│ ✅ Tng
243
245
  installed successfully! │\n│ │\n│
244
246
  \ \U0001F4CB SETUP REQUIRED │\n│
@@ -262,7 +264,7 @@ post_install_message: "┌ TestNG ───────────────
262
264
  exec tng --help - Show all options │\n│ │\n│
263
265
  \ \U0001F4A1 Use -t c for controller, -t m for model │\n│
264
266
  \ │\n└────────────────────────────────────────────────────────────
265
- v0.1.0 ┘\n"
267
+ v0.1.2 ┘\n"
266
268
  rdoc_options: []
267
269
  require_paths:
268
270
  - lib