Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .rubocop.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,6 +18,13 @@ Gemspec/OrderedDependencies:
- 'packages/forest_admin_datasource_toolkit/forest_admin_datasource_toolkit.gemspec'
- 'packages/forest_admin_datasource_active_record/forest_admin_datasource_active_record.gemspec'

Gemspec/RequireMFA:
Exclude:
- 'packages/forest_admin_agent/forest_admin_agent.gemspec'
- 'packages/forest_admin_rails/forest_admin_rails.gemspec'
- 'packages/forest_admin_datasource_toolkit/forest_admin_datasource_toolkit.gemspec'
- 'packages/forest_admin_datasource_active_record/forest_admin_datasource_active_record.gemspec'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Lint/PercentStringArray:
Expand Down
2 changes: 1 addition & 1 deletion packages/forest_admin_agent/forest_admin_agent.gemspec
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ admin work on any Ruby application."
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ForestAdmin/agent-ruby"
spec.metadata["changelog_uri"] = "https://github.com/ForestAdmin/agent-ruby/CHANGELOG.md"
spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["rubygems_mfa_required"] = "false"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ admin work on any Ruby application."
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ForestAdmin/agent-ruby"
spec.metadata["changelog_uri"] = "https://github.com/ForestAdmin/agent-ruby/CHANGELOG.md"
spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["rubygems_mfa_required"] = "false"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,7 @@ admin work on any Ruby application."
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ForestAdmin/agent-ruby"
spec.metadata["changelog_uri"] = "https://github.com/ForestAdmin/agent-ruby/CHANGELOG.md"
spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["rubygems_mfa_required"] = "false"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down
2 changes: 1 addition & 1 deletion packages/forest_admin_rails/forest_admin_rails.gemspec
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,7 +15,7 @@ admin work on any Rails application (Rails >= 6.1)."
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/ForestAdmin/rails-forest_admin"
spec.metadata["changelog_uri"] = "https://github.com/ForestAdmin/rails-forest_admin/CHANGELOG.md"
spec.metadata['rubygems_mfa_required'] = 'true'
spec.metadata['rubygems_mfa_required'] = 'false'

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir["{app,config,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
Expand Down