--- !ruby/object:Gem::Specification name: invoca-utils version: !ruby/object:Gem::Version version: 0.5.0 platform: ruby authors: - Invoca development autorequire: bindir: bin cert_chain: [] date: 2023-02-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.0' description: A public collection of helpers used in multiple projects email: - development@invoca.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/pipeline.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".ruby-version" - ".tool-versions" - Appraisals - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - gemfiles/activesupport_5.gemfile - gemfiles/activesupport_5.gemfile.lock - gemfiles/activesupport_6.gemfile - gemfiles/activesupport_6.gemfile.lock - gemfiles/activesupport_7.gemfile - gemfiles/activesupport_7.gemfile.lock - invoca-utils.gemspec - lib/invoca/utils.rb - lib/invoca/utils/array.rb - lib/invoca/utils/diff.rb - lib/invoca/utils/enumerable.rb - lib/invoca/utils/exceptions.rb - lib/invoca/utils/guaranteed_utf8_string.rb - lib/invoca/utils/hash.rb - lib/invoca/utils/hash_with_indifferent_access.rb - lib/invoca/utils/http.rb - lib/invoca/utils/map_compact.rb - lib/invoca/utils/min_max.rb - lib/invoca/utils/module.rb - lib/invoca/utils/multi_sender.rb - lib/invoca/utils/stable_sort.rb - lib/invoca/utils/time.rb - lib/invoca/utils/version.rb - spec/helpers/constant_overrides.rb - spec/spec_helper.rb - spec/unit/array_spec.rb - spec/unit/enumerable_spec.rb - spec/unit/exceptions_spec.rb - spec/unit/guaranteed_utf8_string_spec.rb - spec/unit/hash_spec.rb - spec/unit/hash_with_indifferent_access_spec.rb - spec/unit/map_compact_spec.rb - spec/unit/module_spec.rb - spec/unit/multi_sender_spec.rb - spec/unit/stable_sort_spec.rb - spec/unit/time_calculations_spec.rb - spec/unit/utils_spec.rb homepage: https://github.com/Invoca/invoca-utils licenses: - MIT metadata: allowed_push_host: https://rubygems.org post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: A public collection of helpers used in multiple projects test_files: - spec/helpers/constant_overrides.rb - spec/spec_helper.rb - spec/unit/array_spec.rb - spec/unit/enumerable_spec.rb - spec/unit/exceptions_spec.rb - spec/unit/guaranteed_utf8_string_spec.rb - spec/unit/hash_spec.rb - spec/unit/hash_with_indifferent_access_spec.rb - spec/unit/map_compact_spec.rb - spec/unit/module_spec.rb - spec/unit/multi_sender_spec.rb - spec/unit/stable_sort_spec.rb - spec/unit/time_calculations_spec.rb - spec/unit/utils_spec.rb