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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca324d4cd07a9428327d1d75b4d75bfa1aaaf79595b9b308f49b230c7741f50c
4
- data.tar.gz: f2e6aab56415c983e235a0f4fe6c9ca20f8bdea6d1441941896bf21fbb1941a1
3
+ metadata.gz: cf4410582c80fc52dd86ab2cb7ff70bec60ec8bfe831a9cf818dab561b7f0e43
4
+ data.tar.gz: 3077129527ba7cfa0855bfae29a43eb10daa1b8b12efae0704b567b44a478561
5
5
  SHA512:
6
- metadata.gz: 05d121c10f312e0fb33d781e312b7f5385001bb6886ee023df6c0e8ff22037501f0e06850e95fe9ca6c83bf6579ea2ff166ab324ac84313aa8c39e6b952609a1
7
- data.tar.gz: bf91663c5390fa85787eeaf5b9e290ce4b32c53cd8a29e02c7d82e0d0bc765c5155a8ced68e4d50e5b35eb273896ba3e504a52fd07b87e0f1bb4cb3aea0e76a4
6
+ metadata.gz: 58e85b219ecadad22b8c607b9fcfae7b3a3f9b071d3e04b96c7efdf97de76f85220c3e8f18571026758e37b7f9f7b46c930d56fdbf2724aba9a3d15bc3d388c5
7
+ data.tar.gz: b843b203b8b61489c9e28be3f7e94c51b967d024ae79be477d96cdc5117921312e38391ec4e055dd271ea362491f1b6e0c665144ef5529d527f3619f96301a2e
Binary file
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tng
4
- VERSION = "0.3.5"
4
+ VERSION = "0.3.7"
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.3.5
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.5 ┘\n"
220
+ v0.3.7 ┘\n"
222
221
  rdoc_options: []
223
222
  require_paths:
224
223
  - lib
data/binaries/tng.bundle DELETED
File without changes