--- !ruby/object:Gem::Specification name: easy_command version: !ruby/object:Gem::Version version: 1.0.0.pre.rc3 platform: ruby authors: - Swile autorequire: bindir: bin cert_chain: [] date: 2024-06-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' description: Easy way to build and manage commands (service objects) email: - ruby-maintainers@swile.co executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/CODEOWNERS" - ".github/workflows/ci.yaml" - ".github/workflows/lint.yaml" - ".github/workflows/release.yml" - ".gitignore" - ".release-please-manifest.json" - ".rspec" - ".rubocop.yml" - ".rubocop_maintainer_style.yml" - ".rubocop_style.yml" - ".rubocop_todo.yml" - ".ruby-version" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - easy_command.gemspec - lib/easy_command.rb - lib/easy_command/as_command.rb - lib/easy_command/chainable.rb - lib/easy_command/errors.rb - lib/easy_command/result.rb - lib/easy_command/ruby-2-7-specific.rb - lib/easy_command/ruby-2-specific.rb - lib/easy_command/ruby-3-specific.rb - lib/easy_command/spec_helpers.rb - lib/easy_command/spec_helpers/command_matchers.rb - lib/easy_command/spec_helpers/mock_command_helper.rb - lib/easy_command/version.rb - locales/en.yml - release-please-config.json - spec/easy_command/errors_spec.rb - spec/easy_command/result_spec.rb - spec/easy_command_spec.rb - spec/factories/addition_command.rb - spec/factories/callback_command.rb - spec/factories/failure_command.rb - spec/factories/missed_call_command.rb - spec/factories/multiplication_command.rb - spec/factories/sub_command.rb - spec/factories/subcommand_command.rb - spec/factories/success_command.rb - spec/spec_helper.rb homepage: http://github.com/Swile/easy-command licenses: - MIT metadata: rubygems_mfa_required: 'true' source_code_uri: https://github.com/Swile/easy-command github_repo: ssh://github.com/Swile/easy-command post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.7' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Easy way to build and manage commands (service objects) test_files: []