# -*- encoding: utf-8 -*- # stub: dry-component 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "dry-component".freeze s.version = "0.1.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 = "2016-06-07" s.email = ["piotr.solnica@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "dry-component.gemspec".freeze, "lib/dry-component.rb".freeze, "lib/dry/component.rb".freeze, "lib/dry/component/config.rb".freeze, "lib/dry/component/container.rb".freeze, "lib/dry/component/injector.rb".freeze, "lib/dry/component/loader.rb".freeze, "lib/dry/component/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/core/boot/bar.rb".freeze, "spec/fixtures/import_test/lib/test/bar.rb".freeze, "spec/fixtures/import_test/lib/test/foo.rb".freeze, "spec/fixtures/lazytest/config/application.yml".freeze, "spec/fixtures/lazytest/core/boot/bar.rb".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/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/core/boot/bar.rb".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/spec_helper.rb".freeze, "spec/unit/config_spec.rb".freeze, "spec/unit/container/auto_register_spec.rb".freeze, "spec/unit/container/import_spec.rb".freeze, "spec/unit/container_spec.rb".freeze, "spec/unit/injector_spec.rb".freeze, "spec/unit/loader_spec.rb".freeze] s.homepage = "https://github.com/dryrb/dry-component".freeze s.licenses = ["MIT".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/core/boot/bar.rb".freeze, "spec/fixtures/import_test/lib/test/bar.rb".freeze, "spec/fixtures/import_test/lib/test/foo.rb".freeze, "spec/fixtures/lazytest/config/application.yml".freeze, "spec/fixtures/lazytest/core/boot/bar.rb".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/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/core/boot/bar.rb".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/spec_helper.rb".freeze, "spec/unit/config_spec.rb".freeze, "spec/unit/container/auto_register_spec.rb".freeze, "spec/unit/container/import_spec.rb".freeze, "spec/unit/container_spec.rb".freeze, "spec/unit/injector_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, ["~> 0.3".freeze, ">= 0.3.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".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