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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca324d4cd07a9428327d1d75b4d75bfa1aaaf79595b9b308f49b230c7741f50c
4
- data.tar.gz: f2e6aab56415c983e235a0f4fe6c9ca20f8bdea6d1441941896bf21fbb1941a1
3
+ metadata.gz: 72069bd609868c0afa45280862175fd654e60e14087df5358c436f97437fd292
4
+ data.tar.gz: e15543832d8ecd552f73293c7d5cd9609c26546b0a7bc26c1302acedec13809b
5
5
  SHA512:
6
- metadata.gz: 05d121c10f312e0fb33d781e312b7f5385001bb6886ee023df6c0e8ff22037501f0e06850e95fe9ca6c83bf6579ea2ff166ab324ac84313aa8c39e6b952609a1
7
- data.tar.gz: bf91663c5390fa85787eeaf5b9e290ce4b32c53cd8a29e02c7d82e0d0bc765c5155a8ced68e4d50e5b35eb273896ba3e504a52fd07b87e0f1bb4cb3aea0e76a4
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
@@ -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.6"
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.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.5 ┘\n"
217
+ v0.3.6 ┘\n"
222
218
  rdoc_options: []
223
219
  require_paths:
224
220
  - lib
Binary file
Binary file
Binary file
data/binaries/tng.bundle DELETED
File without changes