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 +4 -4
- data/lib/tng/ui/post_install_box.rb +1 -1
- data/lib/tng/ui/show_help.rb +1 -1
- data/lib/tng/version.rb +1 -2
- data/tng.gemspec +5 -3
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbb73546953aa9701a1e85bb60d2f590ad8e83f81cc41fa5f20f9b186918912e
|
4
|
+
data.tar.gz: '0185c19e9d8f8c224960f52c25cdfcb98e77e270f08b3a33a842f5e73206f137'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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: "
|
56
|
+
title: { top_left: " TNG ", bottom_right: " v#{@version} " },
|
57
57
|
style: {
|
58
58
|
fg: :bright_white,
|
59
59
|
border: { fg: :cyan },
|
data/lib/tng/ui/show_help.rb
CHANGED
data/lib/tng/version.rb
CHANGED
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://
|
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/
|
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
|
-
"
|
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.
|
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://
|
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://
|
240
|
-
source_code_uri: https://github.com/
|
241
|
-
|
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.
|
267
|
+
v0.1.2 ┘\n"
|
266
268
|
rdoc_options: []
|
267
269
|
require_paths:
|
268
270
|
- lib
|