tng 0.3.5 → 0.3.7
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-linux-arm64.so +0 -0
- data/binaries/tng-linux-x86_64.so +0 -0
- data/lib/generators/tng/install_generator.rb +4 -0
- data/lib/tng/version.rb +1 -1
- metadata +2 -3
- 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: cf4410582c80fc52dd86ab2cb7ff70bec60ec8bfe831a9cf818dab561b7f0e43
|
|
4
|
+
data.tar.gz: 3077129527ba7cfa0855bfae29a43eb10daa1b8b12efae0704b567b44a478561
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58e85b219ecadad22b8c607b9fcfae7b3a3f9b071d3e04b96c7efdf97de76f85220c3e8f18571026758e37b7f9f7b46c930d56fdbf2724aba9a3d15bc3d388c5
|
|
7
|
+
data.tar.gz: b843b203b8b61489c9e28be3f7e94c51b967d024ae79be477d96cdc5117921312e38391ec4e055dd271ea362491f1b6e0c665144ef5529d527f3619f96301a2e
|
|
Binary file
|
data/binaries/tng-linux-arm64.so
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ralucab
|
|
@@ -165,7 +165,6 @@ files:
|
|
|
165
165
|
- binaries/tng-darwin-arm64.bundle
|
|
166
166
|
- binaries/tng-linux-arm64.so
|
|
167
167
|
- binaries/tng-linux-x86_64.so
|
|
168
|
-
- binaries/tng.bundle
|
|
169
168
|
- lib/generators/tng/install_generator.rb
|
|
170
169
|
- lib/tng.rb
|
|
171
170
|
- lib/tng/analyzers/controller.rb
|
|
@@ -218,7 +217,7 @@ post_install_message: "┌ TNG ────────────────
|
|
|
218
217
|
\ │\n│ • bundle exec
|
|
219
218
|
tng --help - Show help information │\n│ │\n│
|
|
220
219
|
\ \U0001F4A1 Generate tests for individual methods with precision │\n└────────────────────────────────────────────────────────────
|
|
221
|
-
v0.3.
|
|
220
|
+
v0.3.7 ┘\n"
|
|
222
221
|
rdoc_options: []
|
|
223
222
|
require_paths:
|
|
224
223
|
- lib
|
data/binaries/tng.bundle
DELETED
|
File without changes
|