--- !ruby/object:Gem::Specification name: rubocop-thread_safety version: !ruby/object:Gem::Version version: 0.6.0 platform: ruby authors: - Michael Gee autorequire: bindir: exe cert_chain: [] date: 2024-11-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.48.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.48.1 description: |2 Thread-safety checks via static analysis. A plugin for the RuboCop code style enforcing & linting tool. email: - michaelpgee@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/dependabot.yml" - ".github/workflows/ci.yml" - ".github/workflows/lint.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - Appraisals - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - config/default.yml - config/obsoletion.yml - docs/modules/ROOT/pages/cops.adoc - docs/modules/ROOT/pages/cops_threadsafety.adoc - gemfiles/rubocop_1.48.gemfile - gemfiles/rubocop_1.66.gemfile - lib/rubocop-thread_safety.rb - lib/rubocop/cop/mixin/operation_with_threadsafe_result.rb - lib/rubocop/cop/thread_safety/class_and_module_attributes.rb - lib/rubocop/cop/thread_safety/class_instance_variable.rb - lib/rubocop/cop/thread_safety/dir_chdir.rb - lib/rubocop/cop/thread_safety/mutable_class_instance_variable.rb - lib/rubocop/cop/thread_safety/new_thread.rb - lib/rubocop/cop/thread_safety/rack_middleware_instance_variable.rb - lib/rubocop/thread_safety.rb - lib/rubocop/thread_safety/inject.rb - lib/rubocop/thread_safety/version.rb - rubocop-thread_safety.gemspec - tasks/cops_documentation.rake homepage: https://github.com/rubocop/rubocop-thread_safety licenses: - MIT metadata: changelog_uri: https://github.com/rubocop/rubocop-thread_safety/blob/master/CHANGELOG.md source_code_uri: https://github.com/rubocop/rubocop-thread_safety bug_tracker_uri: https://github.com/rubocop/rubocop-thread_safety/issues rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.11 signing_key: specification_version: 4 summary: Thread-safety checks via static analysis test_files: []