diff options
| author | Adam Malczewski <[email protected]> | 2026-04-01 13:29:15 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-04-01 13:29:15 +0900 |
| commit | 9aacecab709bd7315a97675750e1874d858bdeef (patch) | |
| tree | ee3fd7fe236b5d1a99791f6c4d4f22b7baa12f1e /dispatch-adapter-copilot.gemspec | |
| parent | 3e32dec579fbdedec8c7ddb881207b25bb342e60 (diff) | |
| download | dispatch-adapter-copilot-9aacecab709bd7315a97675750e1874d858bdeef.tar.gz dispatch-adapter-copilot-9aacecab709bd7315a97675750e1874d858bdeef.zip | |
add rate limiting
Diffstat (limited to 'dispatch-adapter-copilot.gemspec')
| -rw-r--r-- | dispatch-adapter-copilot.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch-adapter-copilot.gemspec b/dispatch-adapter-copilot.gemspec index 7f6c756..3ef3cf4 100644 --- a/dispatch-adapter-copilot.gemspec +++ b/dispatch-adapter-copilot.gemspec @@ -15,6 +15,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 3.2.0" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage + spec.metadata["rubygems_mfa_required"] = "true" # 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. |
