# -*- encoding: utf-8 -*- # stub: dry-system 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "dry-system".freeze s.version = "0.6.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 = ["Piotr Solnica".freeze] s.date = "2017-02-02" s.email = ["piotr.solnica@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "dry-system.gemspec".freeze, "examples/standalone/Gemfile".freeze, "examples/standalone/lib/user_repo.rb".freeze, "examples/standalone/run.rb".freeze, "examples/standalone/system/boot/persistence.rb".freeze, "examples/standalone/system/container.rb".freeze, "examples/standalone/system/import.rb".freeze, "lib/dry-system.rb".freeze, "lib/dry/system.rb".freeze, "lib/dry/system/auto_registrar.rb".freeze, "lib/dry/system/booter.rb".freeze, "lib/dry/system/component.rb".freeze, "lib/dry/system/constants.rb".freeze, "lib/dry/system/container.rb".freeze, "lib/dry/system/errors.rb".freeze, "lib/dry/system/importer.rb".freeze, "lib/dry/system/lifecycle.rb".freeze, "lib/dry/system/loader.rb".freeze, "lib/dry/system/version.rb".freeze, "spec/fixtures/components/bar.rb".freeze, "spec/fixtures/components/bar/baz.rb".freeze, "spec/fixtures/components/foo.rb".freeze, "spec/fixtures/import_test/config/application.yml".freeze, "spec/fixtures/import_test/lib/test/bar.rb".freeze, "spec/fixtures/import_test/lib/test/foo.rb".freeze, "spec/fixtures/import_test/system/boot/bar.rb".freeze, "spec/fixtures/lazytest/config/application.yml".freeze, "spec/fixtures/lazytest/lib/test/dep.rb".freeze, "spec/fixtures/lazytest/lib/test/foo.rb".freeze, "spec/fixtures/lazytest/lib/test/models.rb".freeze, "spec/fixtures/lazytest/lib/test/models/book.rb".freeze, "spec/fixtures/lazytest/lib/test/models/user.rb".freeze, "spec/fixtures/lazytest/system/boot/bar.rb".freeze, "spec/fixtures/namespaced_components/namespaced/bar.rb".freeze, "spec/fixtures/namespaced_components/namespaced/foo.rb".freeze, "spec/fixtures/other/config/boot/bar.rb".freeze, "spec/fixtures/other/lib/test/dep.rb".freeze, "spec/fixtures/other/lib/test/foo.rb".freeze, "spec/fixtures/other/lib/test/models.rb".freeze, "spec/fixtures/other/lib/test/models/book.rb".freeze, "spec/fixtures/other/lib/test/models/user.rb".freeze, "spec/fixtures/test/config/application.yml".freeze, "spec/fixtures/test/config/subapp.yml".freeze, "spec/fixtures/test/lib/test/dep.rb".freeze, "spec/fixtures/test/lib/test/foo.rb".freeze, "spec/fixtures/test/lib/test/models.rb".freeze, "spec/fixtures/test/lib/test/models/book.rb".freeze, "spec/fixtures/test/lib/test/models/user.rb".freeze, "spec/fixtures/test/lib/test/singleton_dep.rb".freeze, "spec/fixtures/test/log/.gitkeep".freeze, "spec/fixtures/test/system/boot/bar.rb".freeze, "spec/fixtures/test/system/boot/client.rb".freeze, "spec/fixtures/test/system/boot/db.rb".freeze, "spec/fixtures/test/system/boot/logger.rb".freeze, "spec/fixtures/umbrella/system/boot/db.rb".freeze, "spec/integration/boot_spec.rb".freeze, "spec/integration/import_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/component_spec.rb".freeze, "spec/unit/container/auto_register_spec.rb".freeze, "spec/unit/container/finalize_spec.rb".freeze, "spec/unit/container/import_spec.rb".freeze, "spec/unit/container/injector_spec.rb".freeze, "spec/unit/container_spec.rb".freeze, "spec/unit/loader_spec.rb".freeze] s.homepage = "http://dry-rb.org/gems/dry-system".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Organize your code into reusable components".freeze s.test_files = ["spec/fixtures/components/bar.rb".freeze, "spec/fixtures/components/bar/baz.rb".freeze, "spec/fixtures/components/foo.rb".freeze, "spec/fixtures/import_test/config/application.yml".freeze, "spec/fixtures/import_test/lib/test/bar.rb".freeze, "spec/fixtures/import_test/lib/test/foo.rb".freeze, "spec/fixtures/import_test/system/boot/bar.rb".freeze, "spec/fixtures/lazytest/config/application.yml".freeze, "spec/fixtures/lazytest/lib/test/dep.rb".freeze, "spec/fixtures/lazytest/lib/test/foo.rb".freeze, "spec/fixtures/lazytest/lib/test/models.rb".freeze, "spec/fixtures/lazytest/lib/test/models/book.rb".freeze, "spec/fixtures/lazytest/lib/test/models/user.rb".freeze, "spec/fixtures/lazytest/system/boot/bar.rb".freeze, "spec/fixtures/namespaced_components/namespaced/bar.rb".freeze, "spec/fixtures/namespaced_components/namespaced/foo.rb".freeze, "spec/fixtures/other/config/boot/bar.rb".freeze, "spec/fixtures/other/lib/test/dep.rb".freeze, "spec/fixtures/other/lib/test/foo.rb".freeze, "spec/fixtures/other/lib/test/models.rb".freeze, "spec/fixtures/other/lib/test/models/book.rb".freeze, "spec/fixtures/other/lib/test/models/user.rb".freeze, "spec/fixtures/test/config/application.yml".freeze, "spec/fixtures/test/config/subapp.yml".freeze, "spec/fixtures/test/lib/test/dep.rb".freeze, "spec/fixtures/test/lib/test/foo.rb".freeze, "spec/fixtures/test/lib/test/models.rb".freeze, "spec/fixtures/test/lib/test/models/book.rb".freeze, "spec/fixtures/test/lib/test/models/user.rb".freeze, "spec/fixtures/test/lib/test/singleton_dep.rb".freeze, "spec/fixtures/test/log/.gitkeep".freeze, "spec/fixtures/test/system/boot/bar.rb".freeze, "spec/fixtures/test/system/boot/client.rb".freeze, "spec/fixtures/test/system/boot/db.rb".freeze, "spec/fixtures/test/system/boot/logger.rb".freeze, "spec/fixtures/umbrella/system/boot/db.rb".freeze, "spec/integration/boot_spec.rb".freeze, "spec/integration/import_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/component_spec.rb".freeze, "spec/unit/container/auto_register_spec.rb".freeze, "spec/unit/container/finalize_spec.rb".freeze, "spec/unit/container/import_spec.rb".freeze, "spec/unit/container/injector_spec.rb".freeze, "spec/unit/container_spec.rb".freeze, "spec/unit/loader_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".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