# -*- encoding: utf-8 -*- # stub: smart_core 0.8.1 ruby lib Gem::Specification.new do |s| s.name = "smart_core".freeze s.version = "0.8.1".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-11-14" 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, "docs/SmartCore.pdf".freeze, "lib/smart_core.rb".freeze, "lib/smart_core/container.rb".freeze, "lib/smart_core/container/arbitary_lock.rb".freeze, "lib/smart_core/container/definition_dsl.rb".freeze, "lib/smart_core/container/definition_dsl/command_set.rb".freeze, "lib/smart_core/container/definition_dsl/commands.rb".freeze, "lib/smart_core/container/definition_dsl/commands/base.rb".freeze, "lib/smart_core/container/definition_dsl/commands/definition/compose.rb".freeze, "lib/smart_core/container/definition_dsl/commands/definition/namespace.rb".freeze, "lib/smart_core/container/definition_dsl/commands/definition/register.rb".freeze, "lib/smart_core/container/definition_dsl/commands/instantiation/compose.rb".freeze, "lib/smart_core/container/definition_dsl/commands/instantiation/freeze_state.rb".freeze, "lib/smart_core/container/dependency_compatability.rb".freeze, "lib/smart_core/container/dependency_compatability/definition.rb".freeze, "lib/smart_core/container/dependency_compatability/general.rb".freeze, "lib/smart_core/container/dependency_compatability/registry.rb".freeze, "lib/smart_core/container/dependency_resolver.rb".freeze, "lib/smart_core/container/dependency_resolver/route.rb".freeze, "lib/smart_core/container/dependency_resolver/route/cursor.rb".freeze, "lib/smart_core/container/entities.rb".freeze, "lib/smart_core/container/entities/base.rb".freeze, "lib/smart_core/container/entities/dependency.rb".freeze, "lib/smart_core/container/entities/dependency_builder.rb".freeze, "lib/smart_core/container/entities/namespace.rb".freeze, "lib/smart_core/container/entities/namespace_builder.rb".freeze, "lib/smart_core/container/errors.rb".freeze, "lib/smart_core/container/key_guard.rb".freeze, "lib/smart_core/container/mixin.rb".freeze, "lib/smart_core/container/registry.rb".freeze, "lib/smart_core/container/registry_builder.rb".freeze, "lib/smart_core/errors.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/callback.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/result_interface.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.17".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.76".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".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