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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tng/version.rb +1 -1
  3. data/tng.gemspec +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbb73546953aa9701a1e85bb60d2f590ad8e83f81cc41fa5f20f9b186918912e
4
- data.tar.gz: '0185c19e9d8f8c224960f52c25cdfcb98e77e270f08b3a33a842f5e73206f137'
3
+ metadata.gz: 93c59545652b35795ffe013a5dc4c9b27597653fec537c5c3ca01f6ffd9ded00
4
+ data.tar.gz: 887ca462fafa51973c17d3b4d957f97ec74d13ecf634d7c7831c487c999122ba
5
5
  SHA512:
6
- metadata.gz: a80d1b8eafc43f5883cbb145ef5f0d799ec0591eea70652e3eac1dcc26a756411355158a966da51e75814d76ab32af8ec514b53ed029d0a8bb3e15ea500b9f36
7
- data.tar.gz: a8ed1b18d217ddb13d9adbb10defcfe796e315601af8df36c2cb65247cfa03652f16a2a3a472c4dae8b5449eca29bbe677617fb60e5403ae076c6ffabc0ab584
6
+ metadata.gz: f9ff073b8f7853794240cd4593bc9535a91641c11c3c657b9cb70813675364e2b12ccf9e4953458fd17889c3e8b61c9d21f97cc375737d55bca8dae6ea13f129
7
+ data.tar.gz: 0e32a8ff528822270f7adbc96b393bb684c7a5973ca163dcfd3ba5452aa4ab061567d11f9a8707528b131942945029d80f282b36e9a045a6dad597a5ca71d447
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.2"
4
+ VERSION = "0.1.3"
5
5
  end
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 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"
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.2
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:
@@ -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.2 ┘\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: []