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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 845f4739c386b916aa51ee78b4ece762593ada069adf9fd383bf4419859af1e3
4
- data.tar.gz: 9721ec8193dbcb8c2bd0ec5bebb3c45dc97f7f581e66e962646d0ec0352813d9
3
+ metadata.gz: 6c21bff06baf68e032466540c8d5bec37f4f666c551864a1c373b24bb2151276
4
+ data.tar.gz: 33779163fa817ba657a4c7bf65c0bb4acec9b295e5a3e3ba52d89ac6b993b08d
5
5
  SHA512:
6
- metadata.gz: b1ab5fb4b3610facdc461c26e65eaeada8fffa3edcfbc7e874324f3c601d0483eea19bc8b4a823d85197ae578d7847be1dfee911cf1275afdcb67ea3ec701ff0
7
- data.tar.gz: 81894fe76817515be70af384d1d9f575028a0d98a8c0965360eab6652935ee4a90bced345a2bc8936aa29220797bc09375815b9f1bd1682107b00d4d2a3e8f3c
6
+ metadata.gz: 2bcf03611c4a2a3cc9dfd422c44f5808fc1fd7b9dda65acfe14688f5af7d116e8c9502f0467a0717ee5c0aeb407409b6ed085b7dde0018e98de1c9a1a4bac08d
7
+ data.tar.gz: b6b65a63859d7353b1b809556579c0555041acbdaf2b57f532c4d22625c55ad04cba10a61273046338ff9443474c01f06efe0726622a88be81d0ed923a45bf44
Binary file
Binary file
Binary file
Binary file
data/binaries/tng.bundle CHANGED
Binary file
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.5.6"
4
+ VERSION = "0.5.8"
5
5
  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.5.6
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.6 installed successfully!
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: []