File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Specify files that shouldn't be modified by Fern
2- changelog.md
2+
3+ # Custom SDK files
34lib/auth0/client.rb
45lib/auth0/auth_client.rb
56lib/auth0/exception.rb
67lib/auth0/algorithm.rb
78lib/auth0/client_assertion.rb
9+ lib/auth0/version.rb
10+ lib/auth0/environment.rb
811lib/auth0/mixins.rb
912lib/auth0/mixins/
1013lib/auth0/api/
14+ lib/auth0/errors/
1115lib/auth0_client.rb
12- custom.gemspec.rb
16+
17+ # Internal infrastructure (custom HTTP, iterators, JSON, multipart)
18+ lib/auth0/internal/
1319
1420# Telemetry customization
1521lib/auth0/internal/http/raw_client.rb
16- test/unit/authentication_endpoints_test.rb
1722
23+ # Packaging & build
24+ auth0.gemspec
25+ custom.gemspec.rb
26+ Gemfile
27+ Gemfile.custom
28+ Gemfile.lock
29+ Rakefile
30+
31+ # Project configuration
32+ .gitignore
33+ .version
34+ .shiprc
35+ .snyk
1836.rubocop.yml
37+ codecov.yml
38+ LICENSE
1939
2040# Documentation
2141README.md
42+ CHANGELOG.md
2243EXAMPLES.md
2344DEVELOPMENT.md
2445DEPLOYMENT.md
2546CODE_OF_CONDUCT.md
2647RUBYGEM.md
2748v6_MIGRATION_GUIDE.md
28- .github/PULL_REQUEST_TEMPLATE.md
49+ reference.md
50+
51+ # GitHub (entire directory - workflows, actions, templates, CODEOWNERS)
52+ .github/
53+
54+ # Tests
55+ test/
56+ wiremock/
57+
58+ # Examples
2959examples/
You can’t perform that action at this time.
0 commit comments