Sha256: 2c5e9e071264ef0586f3407d3c48e1772a075254fd418667eba66a1c66200c0f
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 875 Bytes
Stored size: 875 Bytes
Contents
--- !ruby/object:Gem::Specification name: safe_poller version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - nejdetkadir autorequire: bindir: exe cert_chain: [] date: 2023-04-18 00:00:00.000000000 Z dependencies: [] description: |- SafePoller is a Ruby gem that provides a safe and reliable way to perform periodic polling operations in multi-threaded environments. It offers a simple and intuitive API for running a block of code at a defined interval, while ensuring thread safety and preventing potential race conditions. SafePoller allows developers to focus on implementing their logic without worrying about thread safety issues. email: - nejdetkadir.550@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rspec" - ".rubocop.yml" - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - lib/safe_poller.rb - lib/safe_poller/base.rb - lib/safe_poller/version.rb - sig/safe_poller.rbs homepage: https://github.com/nejdetkadir/safe_poller licenses: - MIT metadata: homepage_uri: https://github.com/nejdetkadir/safe_poller source_code_uri: https://github.com/nejdetkadir/safe_poller 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.4.10 signing_key: specification_version: 4 summary: SafePoller is a thread-safe Ruby gem that simplifies the process of periodic polling. It provides a reliable and efficient way to run a block of code at a set interval without the need for complex threading logic. With SafePoller, developers can ensure their polling operations are safe and reliable in multi-threaded environments. test_files: []