tng 0.1.0 → 0.1.1

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 -2
  3. data/tng.gemspec +4 -2
  4. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8117d0deac71e21186a4f542e78e5f24ec177b824b01f1d0e67c96ecce4071bc
4
- data.tar.gz: 2de1b1a266e9910ff0e42b864eaaed3315577b7a5713db04ceaea85ea32ead5b
3
+ metadata.gz: 7f7d58b19c19efb0a569bcb56501d217dd26e3b2518d5a86a475eca74589a705
4
+ data.tar.gz: 8297f30eccb1b514b7bdeb7dc13a7743041a47e8385d317dabdef0c64bd6fefb
5
5
  SHA512:
6
- metadata.gz: 9ffad360f44acb0207e5e351a60faf60935a31be10aabc578e50a9f0bbf9ceb7b23c1828ba6973e5fdd2d7b07912662fdb9241c436b60a61a46c91cb6567af1d
7
- data.tar.gz: efe3aabffedbfedef28b3cea9aebccaede10954e48f77d18ec3aeae3463f6d926c6565e4a7f8280a3e58bcf3afecffbd364e81cef0b82e65043881c6d2ce8841
6
+ metadata.gz: 9072f6ce2670429c5a902a06c719ee68561ecb20e8a43b6c99b3686924ccb5781434ece177c397ef542a053859527fcfab0a04236897f785a4dc69f75775442f
7
+ data.tar.gz: a927f656fc6dbd5e8c5a5e31963155b0a453b391527a93267456601434229b5cfb273a354bf4c921a4c9306a5259afdc69f082723c5916b0614e8d78323ebcc9
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.1"
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"
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") +
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiug
@@ -232,12 +232,14 @@ 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
240
+ homepage_uri: https://tng.sh/
241
+ source_code_uri: https://github.com/tng-sh
242
+ license_uri: https://github.com/tng-sh/tng-rails/blob/master/LICENSE.md
241
243
  post_install_message: "┌ TestNG ────────────────────────────────────────────────────────────┐\n│
242
244
  \ │\n│ ✅ Tng
243
245
  installed successfully! │\n│ │\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.1 ┘\n"
266
268
  rdoc_options: []
267
269
  require_paths:
268
270
  - lib