# -*- encoding: utf-8 -*- # stub: diy 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "diy".freeze s.version = "1.1.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 = ["Atomic Object".freeze] s.date = "2009-11-01" s.description = "DIY (Dependency Injection in YAML) is a simple dependency injection library\nwhich focuses on declarative composition of objects through constructor injection.".freeze s.email = "dev@atomicobject.com".freeze s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "TODO.txt".freeze, "homepage/Notes.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "TODO.txt".freeze, "homepage/Notes.txt".freeze, "homepage/Rakefile".freeze, "homepage/diy_example.png".freeze, "homepage/index.erb".freeze, "homepage/index.html".freeze, "homepage/objects_yml.png".freeze, "homepage/page_header.graffle".freeze, "homepage/page_header.html".freeze, "homepage/page_header.png".freeze, "lib/diy.rb".freeze, "sample_code/car.rb".freeze, "sample_code/chassis.rb".freeze, "sample_code/diy_example.rb".freeze, "sample_code/engine.rb".freeze, "sample_code/objects.yml".freeze, "test/constructor.rb".freeze, "test/diy_test.rb".freeze, "test/factory_test.rb".freeze, "test/files/broken_construction.yml".freeze, "test/files/cat/cat.rb".freeze, "test/files/cat/extra_conflict.yml".freeze, "test/files/cat/heritage.rb".freeze, "test/files/cat/needs_input.yml".freeze, "test/files/cat/the_cat_lineage.rb".freeze, "test/files/dog/dog_model.rb".freeze, "test/files/dog/dog_presenter.rb".freeze, "test/files/dog/dog_view.rb".freeze, "test/files/dog/file_resolver.rb".freeze, "test/files/dog/other_thing.rb".freeze, "test/files/dog/simple.yml".freeze, "test/files/donkey/foo.rb".freeze, "test/files/donkey/foo/bar/qux.rb".freeze, "test/files/fud/objects.yml".freeze, "test/files/fud/toy.rb".freeze, "test/files/functions/attached_things_builder.rb".freeze, "test/files/functions/invalid_method.yml".freeze, "test/files/functions/method_extractor.rb".freeze, "test/files/functions/nonsingleton_objects.yml".freeze, "test/files/functions/objects.yml".freeze, "test/files/functions/thing.rb".freeze, "test/files/functions/thing_builder.rb".freeze, "test/files/functions/things_builder.rb".freeze, "test/files/gnu/objects.yml".freeze, "test/files/gnu/thinger.rb".freeze, "test/files/goat/base.rb".freeze, "test/files/goat/can.rb".freeze, "test/files/goat/goat.rb".freeze, "test/files/goat/objects.yml".freeze, "test/files/goat/paper.rb".freeze, "test/files/goat/plane.rb".freeze, "test/files/goat/shirt.rb".freeze, "test/files/goat/wings.rb".freeze, "test/files/horse/holder_thing.rb".freeze, "test/files/horse/objects.yml".freeze, "test/files/namespace/animal/bird.rb".freeze, "test/files/namespace/animal/cat.rb".freeze, "test/files/namespace/animal/reptile/hardshell/turtle.rb".freeze, "test/files/namespace/animal/reptile/lizard.rb".freeze, "test/files/namespace/bad_module_specified.yml".freeze, "test/files/namespace/class_name_combine.yml".freeze, "test/files/namespace/hello.txt".freeze, "test/files/namespace/no_module_specified.yml".freeze, "test/files/namespace/objects.yml".freeze, "test/files/namespace/road.rb".freeze, "test/files/namespace/sky.rb".freeze, "test/files/namespace/subcontext.yml".freeze, "test/files/non_singleton/air.rb".freeze, "test/files/non_singleton/fat_cat.rb".freeze, "test/files/non_singleton/objects.yml".freeze, "test/files/non_singleton/pig.rb".freeze, "test/files/non_singleton/thread_spinner.rb".freeze, "test/files/non_singleton/tick.rb".freeze, "test/files/non_singleton/yard.rb".freeze, "test/files/yak/core_model.rb".freeze, "test/files/yak/core_presenter.rb".freeze, "test/files/yak/core_view.rb".freeze, "test/files/yak/data_source.rb".freeze, "test/files/yak/fringe_model.rb".freeze, "test/files/yak/fringe_presenter.rb".freeze, "test/files/yak/fringe_view.rb".freeze, "test/files/yak/giant_squid.rb".freeze, "test/files/yak/krill.rb".freeze, "test/files/yak/my_objects.yml".freeze, "test/files/yak/sub_sub_context_test.yml".freeze, "test/test_helper.rb".freeze] s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Constructor-based dependency injection container using YAML input.".freeze s.test_files = ["test/diy_test.rb".freeze, "test/factory_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.3.3".freeze]) end