# -*- encoding: utf-8 -*- # stub: smart_operation 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "smart_operation".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/smart-rb/smart_operation/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/smart-rb/smart_operation", "source_code_uri" => "https://github.com/smart-rb/smart_operation" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rustam Ibragimov".freeze] s.bindir = "exe".freeze s.date = "2020-07-10" s.description = "Smart implementation of the most-used programming pattern - Service Object".freeze s.email = ["iamdaiver@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/smart_core/operation.rb".freeze, "lib/smart_core/operation/class_constructor.rb".freeze, "lib/smart_core/operation/class_constructor/parameters.rb".freeze, "lib/smart_core/operation/errors.rb".freeze, "lib/smart_core/operation/instance_builder.rb".freeze, "lib/smart_core/operation/interface.rb".freeze, "lib/smart_core/operation/interface/callable.rb".freeze, "lib/smart_core/operation/interface/di.rb".freeze, "lib/smart_core/operation/interface/result.rb".freeze, "lib/smart_core/operation/result.rb".freeze, "lib/smart_core/operation/result/basic.rb".freeze, "lib/smart_core/operation/result/callback.rb".freeze, "lib/smart_core/operation/result/error.rb".freeze, "lib/smart_core/operation/result/error/case.rb".freeze, "lib/smart_core/operation/result/error/code.rb".freeze, "lib/smart_core/operation/result/error/context.rb".freeze, "lib/smart_core/operation/result/error/set.rb".freeze, "lib/smart_core/operation/result/failure.rb".freeze, "lib/smart_core/operation/result/fatal.rb".freeze, "lib/smart_core/operation/result/success.rb".freeze, "lib/smart_core/operation/version.rb".freeze, "smart_operation.gemspec".freeze] s.homepage = "https://github.com/smart-rb/smart_operation".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.10".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Service Object (Operation, Functional Object, Domain Service)".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.87".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18".freeze]) end