# -*- encoding: utf-8 -*- # stub: easy_command 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "easy_command".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "github_repo" => "ssh://github.com/Swile/easy-command", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/Swile/easy-command" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Swile".freeze] s.date = "2024-06-20" s.description = "Easy way to build and manage commands (service objects)".freeze s.email = ["ruby-maintainers@swile.co".freeze] s.files = [".github/CODEOWNERS".freeze, ".github/workflows/ci.yaml".freeze, ".github/workflows/lint.yaml".freeze, ".github/workflows/release.yml".freeze, ".gitignore".freeze, ".release-please-manifest.json".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_maintainer_style.yml".freeze, ".rubocop_style.yml".freeze, ".rubocop_todo.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "easy_command.gemspec".freeze, "lib/easy_command.rb".freeze, "lib/easy_command/as_command.rb".freeze, "lib/easy_command/chainable.rb".freeze, "lib/easy_command/errors.rb".freeze, "lib/easy_command/result.rb".freeze, "lib/easy_command/ruby-2-7-specific.rb".freeze, "lib/easy_command/ruby-2-specific.rb".freeze, "lib/easy_command/ruby-3-specific.rb".freeze, "lib/easy_command/spec_helpers.rb".freeze, "lib/easy_command/spec_helpers/command_matchers.rb".freeze, "lib/easy_command/spec_helpers/mock_command_helper.rb".freeze, "lib/easy_command/version.rb".freeze, "locales/en.yml".freeze, "release-please-config.json".freeze, "spec/easy_command/errors_spec.rb".freeze, "spec/easy_command/result_spec.rb".freeze, "spec/easy_command_spec.rb".freeze, "spec/factories/addition_command.rb".freeze, "spec/factories/callback_command.rb".freeze, "spec/factories/failure_command.rb".freeze, "spec/factories/missed_call_command.rb".freeze, "spec/factories/multiplication_command.rb".freeze, "spec/factories/sub_command.rb".freeze, "spec/factories/subcommand_command.rb".freeze, "spec/factories/success_command.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/Swile/easy-command".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Easy way to build and manage commands (service objects)".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) end