# -*- encoding: utf-8 -*- # stub: snusnu-dm-accepts_nested_attributes 0.11.0 ruby lib Gem::Specification.new do |s| s.name = "snusnu-dm-accepts_nested_attributes".freeze s.version = "0.11.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 = ["Martin Gamsj\u00C3\u00A4ger".freeze] s.date = "2009-06-25" s.description = "A DataMapper plugin that adds the possibility to perform nested model attribute assignment".freeze s.email = ["gamsnjaga [a] gmail [d] com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "History.txt".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "README.textile".freeze, "Rakefile".freeze, "TODO".freeze, "lib/dm-accepts_nested_attributes.rb".freeze, "lib/dm-accepts_nested_attributes/error_collecting.rb".freeze, "lib/dm-accepts_nested_attributes/model.rb".freeze, "lib/dm-accepts_nested_attributes/resource.rb".freeze, "lib/dm-accepts_nested_attributes/transactional_save.rb".freeze, "lib/dm-accepts_nested_attributes/version.rb".freeze, "spec/fixtures/person.rb".freeze, "spec/fixtures/profile.rb".freeze, "spec/fixtures/project.rb".freeze, "spec/fixtures/project_membership.rb".freeze, "spec/fixtures/task.rb".freeze, "spec/integration/belongs_to_spec.rb".freeze, "spec/integration/has_1_spec.rb".freeze, "spec/integration/has_n_spec.rb".freeze, "spec/integration/has_n_through_spec.rb".freeze, "spec/lib/constraint_support.rb".freeze, "spec/shared/belongs_to_spec.rb".freeze, "spec/shared/has_1_spec.rb".freeze, "spec/shared/has_n_spec.rb".freeze, "spec/shared/has_n_through_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/unit/accepts_nested_attributes_for_spec.rb".freeze, "tasks/changelog.rb".freeze, "tasks/gemspec.rb".freeze, "tasks/hoe.rb".freeze, "tasks/install.rb".freeze, "tasks/spec.rb".freeze] s.homepage = "http://github.com/snusnu/dm-accepts_nested_attributes/tree/master".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A DataMapper plugin that adds the possibility to perform nested model attribute assignment".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.10.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.10.0".freeze]) end