# -*- encoding: utf-8 -*- # stub: smart_ioc 0.1.19 ruby lib Gem::Specification.new do |s| s.name = "smart_ioc".freeze s.version = "0.1.19".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ruslan Gatiyatov".freeze] s.date = "2017-01-11" s.description = "Inversion of Control Container".freeze s.email = ["ruslan@droidlabs.pro".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardops".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "docs/_config.yml".freeze, "docs/index.md".freeze, "lib/smart_ioc.rb".freeze, "lib/smart_ioc/bean_definition.rb".freeze, "lib/smart_ioc/bean_definitions_storage.rb".freeze, "lib/smart_ioc/bean_dependency.rb".freeze, "lib/smart_ioc/bean_factory.rb".freeze, "lib/smart_ioc/bean_file_loader.rb".freeze, "lib/smart_ioc/bean_locations.rb".freeze, "lib/smart_ioc/bean_locator.rb".freeze, "lib/smart_ioc/container.rb".freeze, "lib/smart_ioc/extra_package_contexts.rb".freeze, "lib/smart_ioc/inject_metadata.rb".freeze, "lib/smart_ioc/iocify.rb".freeze, "lib/smart_ioc/scopes.rb".freeze, "lib/smart_ioc/scopes/prototype.rb".freeze, "lib/smart_ioc/scopes/request.rb".freeze, "lib/smart_ioc/scopes/singleton.rb".freeze, "lib/smart_ioc/version.rb".freeze, "smart_ioc.gemspec".freeze, "spec/smart_ioc/bean_definition_spec.rb".freeze, "spec/smart_ioc/bean_factory_spec.rb".freeze, "spec/smart_ioc/bean_file_loader_spec.rb".freeze, "spec/smart_ioc/bean_locator_spec.rb".freeze, "spec/smart_ioc/example/admins/repository/admins_dao.rb".freeze, "spec/smart_ioc/example/admins/repository/admins_repository.rb".freeze, "spec/smart_ioc/example/admins/repository/test/admins_repository.rb".freeze, "spec/smart_ioc/example/users/repository/users_dao.rb".freeze, "spec/smart_ioc/example/users/repository/users_repository.rb".freeze, "spec/smart_ioc/example/users/services/users_creator.rb".freeze, "spec/smart_ioc/example/users/user.rb".freeze, "spec/smart_ioc/example/utils/config.rb".freeze, "spec/smart_ioc/example/utils/logger.rb".freeze, "spec/smart_ioc/object_spec.rb".freeze, "spec/smart_ioc/smart_ioc_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/droidlabs/smart_ioc".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Inversion of Control Container".freeze s.test_files = ["spec/smart_ioc/bean_definition_spec.rb".freeze, "spec/smart_ioc/bean_factory_spec.rb".freeze, "spec/smart_ioc/bean_file_loader_spec.rb".freeze, "spec/smart_ioc/bean_locator_spec.rb".freeze, "spec/smart_ioc/example/admins/repository/admins_dao.rb".freeze, "spec/smart_ioc/example/admins/repository/admins_repository.rb".freeze, "spec/smart_ioc/example/admins/repository/test/admins_repository.rb".freeze, "spec/smart_ioc/example/users/repository/users_dao.rb".freeze, "spec/smart_ioc/example/users/repository/users_repository.rb".freeze, "spec/smart_ioc/example/users/services/users_creator.rb".freeze, "spec/smart_ioc/example/users/user.rb".freeze, "spec/smart_ioc/example/utils/config.rb".freeze, "spec/smart_ioc/example/utils/logger.rb".freeze, "spec/smart_ioc/object_spec.rb".freeze, "spec/smart_ioc/smart_ioc_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end