tng 0.3.5 → 0.3.6
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/generators/tng/install_generator.rb +4 -0
- data/lib/tng/version.rb +1 -1
- metadata +2 -6
- data/binaries/tng-darwin-arm64.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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72069bd609868c0afa45280862175fd654e60e14087df5358c436f97437fd292
|
|
4
|
+
data.tar.gz: e15543832d8ecd552f73293c7d5cd9609c26546b0a7bc26c1302acedec13809b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6b5cf2b393181cb1041ce06bb5fb3f662e4b0b1b8958697c9675ed9524367ce79d63bd8264333b3b290466ec427c5d7e2166ecb89316a9d65ef237fae120d0d
|
|
7
|
+
data.tar.gz: ea5c64cfe99afb371819970b4df8f35b88b144ad4f23808cbcdf92b15f3959937ba92d781751330c09bbd10d35eb784cfdf07e9ffbbe1b16071fbab9d6f0ab82
|
|
@@ -42,6 +42,10 @@ module Tng
|
|
|
42
42
|
# Default auto-detection checks: spec/rails_helper.rb, spec/spec_helper.rb, test/test_helper.rb
|
|
43
43
|
# config.test_helper_path = "spec/rails_helper.rb"
|
|
44
44
|
|
|
45
|
+
# Authentication Configuration
|
|
46
|
+
# Set to false if your application does not require authentication
|
|
47
|
+
# config.authentication_enabled = true
|
|
48
|
+
|
|
45
49
|
# ⚠️ IMPORTANT: AUTHENTICATION CONFIGURATION REQUIRED ⚠️
|
|
46
50
|
# You MUST configure your authentication methods below for TNG to work properly.
|
|
47
51
|
# Uncomment and modify the authentication_methods configuration:
|
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.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ralucab
|
|
@@ -162,10 +162,6 @@ files:
|
|
|
162
162
|
- binaries/go-ui-darwin-arm64
|
|
163
163
|
- binaries/go-ui-linux-amd64
|
|
164
164
|
- binaries/go-ui-linux-arm64
|
|
165
|
-
- binaries/tng-darwin-arm64.bundle
|
|
166
|
-
- binaries/tng-linux-arm64.so
|
|
167
|
-
- binaries/tng-linux-x86_64.so
|
|
168
|
-
- binaries/tng.bundle
|
|
169
165
|
- lib/generators/tng/install_generator.rb
|
|
170
166
|
- lib/tng.rb
|
|
171
167
|
- lib/tng/analyzers/controller.rb
|
|
@@ -218,7 +214,7 @@ post_install_message: "┌ TNG ────────────────
|
|
|
218
214
|
\ │\n│ • bundle exec
|
|
219
215
|
tng --help - Show help information │\n│ │\n│
|
|
220
216
|
\ \U0001F4A1 Generate tests for individual methods with precision │\n└────────────────────────────────────────────────────────────
|
|
221
|
-
v0.3.
|
|
217
|
+
v0.3.6 ┘\n"
|
|
222
218
|
rdoc_options: []
|
|
223
219
|
require_paths:
|
|
224
220
|
- lib
|
|
Binary file
|
data/binaries/tng-linux-arm64.so
DELETED
|
Binary file
|
|
Binary file
|
data/binaries/tng.bundle
DELETED
|
File without changes
|