tng 0.5.6 → 0.5.8
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/binaries/tng-darwin-arm64.bundle +0 -0
- data/binaries/tng-darwin-x86_64.bundle +0 -0
- data/binaries/tng-linux-arm64.so +0 -0
- data/binaries/tng-linux-x86_64.so +0 -0
- data/binaries/tng.bundle +0 -0
- data/lib/tng/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c21bff06baf68e032466540c8d5bec37f4f666c551864a1c373b24bb2151276
|
|
4
|
+
data.tar.gz: 33779163fa817ba657a4c7bf65c0bb4acec9b295e5a3e3ba52d89ac6b993b08d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bcf03611c4a2a3cc9dfd422c44f5808fc1fd7b9dda65acfe14688f5af7d116e8c9502f0467a0717ee5c0aeb407409b6ed085b7dde0018e98de1c9a1a4bac08d
|
|
7
|
+
data.tar.gz: b6b65a63859d7353b1b809556579c0555041acbdaf2b57f532c4d22625c55ad04cba10a61273046338ff9443474c01f06efe0726622a88be81d0ed923a45bf44
|
|
Binary file
|
|
Binary file
|
data/binaries/tng-linux-arm64.so
CHANGED
|
Binary file
|
|
Binary file
|
data/binaries/tng.bundle
CHANGED
|
Binary file
|
data/lib/tng/version.rb
CHANGED
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.5.
|
|
4
|
+
version: 0.5.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ralucab
|
|
@@ -201,7 +201,7 @@ metadata:
|
|
|
201
201
|
source_code_uri: https://github.com/tng-sh/tng-rails-public
|
|
202
202
|
license_uri: https://github.com/tng-sh/tng-rails-public/blob/main/LICENSE.md
|
|
203
203
|
post_install_message: |-
|
|
204
|
-
TNG v0.5.
|
|
204
|
+
TNG v0.5.8 installed successfully!
|
|
205
205
|
Run 'bundle exec tng init' to get started.
|
|
206
206
|
Use 'bundle exec tng --help' for usage information.
|
|
207
207
|
rdoc_options: []
|