Sha256: 8c8919070add78bc4aae7ad4e611fc2ccdf5f1aa720257235a999d027b7311f5
Contents?: true
Size: 1.49 KB
Versions: 0
Compression: gzip
Compressed size: 711 Bytes
Stored size: 711 Bytes
Contents
--- !ruby/object:Gem::Specification name: take2 version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Anton Magids autorequire: bindir: bin cert_chain: [] date: 2020-08-14 00:00:00.000000000 Z dependencies: [] description: Retry failed API calls, methods or blocks of code. Define take2 retry behavior on a class or method level and you good to go. email: - evnomadx@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".circleci/config.yml" - ".github/ISSUE_TEMPLATE/bug_report.md" - ".github/ISSUE_TEMPLATE/feature_request.md" - ".gitignore" - ".hound.yml" - ".rubocop.yml" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - lib/take2.rb - lib/take2/backoff.rb - lib/take2/configuration.rb - lib/take2/version.rb - spec/spec_helper.rb - spec/take2/configuration_spec.rb - spec/take2_spec.rb - take2.gemspec homepage: https://github.com/restaurant-cheetah/take2 licenses: - MIT metadata: {} post_install_message: Getting Take2 is dead easy! rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.8 signing_key: specification_version: 4 summary: Provides Take2 for your APIs calls test_files: - spec/spec_helper.rb - spec/take2/configuration_spec.rb - spec/take2_spec.rb