# -*- encoding: utf-8 -*- # stub: smart_container 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "smart_container".freeze s.version = "0.7.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-container/CHANGELOG.md", "homepage_uri" => "https://github.com/smart-rb/smart-container", "source_code_uri" => "https://github.com/smart-rb/smart-container" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rustam Ibragimov".freeze] s.bindir = "exe".freeze s.date = "2020-06-20" s.description = "Thread-safe semanticaly-defined IoC/DI Container".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/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.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.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/definition_dsl/inheritance.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/memoized_dependency.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/container/version.rb".freeze, "smart_container.gemspec".freeze] s.homepage = "https://github.com/smart-rb/smart-container".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 = "IoC/DI Container".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5".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.81".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) end