# -*- encoding: utf-8 -*- # stub: smart_core 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "smart_core".freeze s.version = "0.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rustam Ibragimov".freeze] s.date = "2019-06-02" s.description = "(in active development) A set of common abstractions".freeze s.email = ["iamdaiver@icloud.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/smart_core.rb".freeze, "lib/smart_core/container.rb".freeze, "lib/smart_core/container/command_definer.rb".freeze, "lib/smart_core/container/command_set.rb".freeze, "lib/smart_core/container/commands.rb".freeze, "lib/smart_core/container/commands/base.rb".freeze, "lib/smart_core/container/commands/namespace.rb".freeze, "lib/smart_core/container/commands/register.rb".freeze, "lib/smart_core/container/definition_dsl.rb".freeze, "lib/smart_core/container/dependency.rb".freeze, "lib/smart_core/container/dependency_builder.rb".freeze, "lib/smart_core/container/dependency_compatability.rb".freeze, "lib/smart_core/container/dependency_compatability/abstract.rb".freeze, "lib/smart_core/container/dependency_compatability/command_set.rb".freeze, "lib/smart_core/container/dependency_compatability/registry.rb".freeze, "lib/smart_core/container/dependency_resolver.rb".freeze, "lib/smart_core/container/entity.rb".freeze, "lib/smart_core/container/exceptions.rb".freeze, "lib/smart_core/container/key_guard.rb".freeze, "lib/smart_core/container/memoized_dependency.rb".freeze, "lib/smart_core/container/mixin.rb".freeze, "lib/smart_core/container/namespace.rb".freeze, "lib/smart_core/container/registry.rb".freeze, "lib/smart_core/container/registry_builder.rb".freeze, "lib/smart_core/exceptions.rb".freeze, "lib/smart_core/initializer.rb".freeze, "lib/smart_core/initializer/attribute.rb".freeze, "lib/smart_core/initializer/attribute/builder.rb".freeze, "lib/smart_core/initializer/attribute/value_finalizer.rb".freeze, "lib/smart_core/initializer/attribute/value_finalizer/lambda.rb".freeze, "lib/smart_core/initializer/attribute/value_finalizer/method.rb".freeze, "lib/smart_core/initializer/attribute_definer.rb".freeze, "lib/smart_core/initializer/attribute_set.rb".freeze, "lib/smart_core/initializer/exceptions.rb".freeze, "lib/smart_core/initializer/extension.rb".freeze, "lib/smart_core/initializer/extension_definer.rb".freeze, "lib/smart_core/initializer/extension_set.rb".freeze, "lib/smart_core/initializer/initialization_dsl.rb".freeze, "lib/smart_core/initializer/instance_attribute_accessing.rb".freeze, "lib/smart_core/initializer/instance_builder.rb".freeze, "lib/smart_core/initializer/type.rb".freeze, "lib/smart_core/initializer/type_set.rb".freeze, "lib/smart_core/injector.rb".freeze, "lib/smart_core/operation.rb".freeze, "lib/smart_core/operation/exceptions.rb".freeze, "lib/smart_core/operation/failure.rb".freeze, "lib/smart_core/operation/fatal.rb".freeze, "lib/smart_core/operation/instance_builder.rb".freeze, "lib/smart_core/operation/result.rb".freeze, "lib/smart_core/operation/state.rb".freeze, "lib/smart_core/operation/step.rb".freeze, "lib/smart_core/operation/step_set.rb".freeze, "lib/smart_core/operation/success.rb".freeze, "lib/smart_core/schema.rb".freeze, "lib/smart_core/validator.rb".freeze, "lib/smart_core/validator/attribute.rb".freeze, "lib/smart_core/validator/attribute_set.rb".freeze, "lib/smart_core/validator/command_set.rb".freeze, "lib/smart_core/validator/commands.rb".freeze, "lib/smart_core/validator/commands/add_nested_validations.rb".freeze, "lib/smart_core/validator/commands/add_validation.rb".freeze, "lib/smart_core/validator/commands/base.rb".freeze, "lib/smart_core/validator/commands/validate_with.rb".freeze, "lib/smart_core/validator/commands/work_with_nesteds_mixin.rb".freeze, "lib/smart_core/validator/dsl.rb".freeze, "lib/smart_core/validator/error_set.rb".freeze, "lib/smart_core/validator/exceptions.rb".freeze, "lib/smart_core/validator/instance_builder.rb".freeze, "lib/smart_core/validator/invoker.rb".freeze, "lib/smart_core/version.rb".freeze, "smart_core.gemspec".freeze] s.homepage = "https://github.com/0exp/smart_core".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.8".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "(in active development) A set of common abstractions".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.70".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end