--- !ruby/object:Gem::Specification name: always version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - Yegor Bugayenko autorequire: bindir: bin cert_chain: [] date: 2024-05-31 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: concurrent-ruby requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' description: You may need this framework if you have a routine task that must be performed every once in a while, but may raise exceptions which you don't want to cause a termination of the entire routine cycle. email: yegor256@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md - LICENSE.txt files: - ".0pdd.yml" - ".gitattributes" - ".github/workflows/actionlint.yml" - ".github/workflows/codecov.yml" - ".github/workflows/license.yml" - ".github/workflows/markdown-lint.yml" - ".github/workflows/pdd.yml" - ".github/workflows/rake.yml" - ".github/workflows/xcop.yml" - ".github/workflows/yamllint.yml" - ".gitignore" - ".pdd" - ".rubocop.yml" - ".rultor.yml" - ".simplecov" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - always.gemspec - lib/always.rb - renovate.json - test/test__helper.rb - test/test_always.rb homepage: http://github.com/yegor256/always licenses: - MIT metadata: rubygems_mfa_required: 'true' post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' 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: A simple Ruby framework that spins a loop forever, in a background thread test_files: []