# -*- encoding: utf-8 -*- # stub: snusnu-dm-accepts_nested_attributes 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "snusnu-dm-accepts_nested_attributes".freeze s.version = "0.0.5".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-04-29" 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, "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/association_proxies.rb".freeze, "lib/dm-accepts_nested_attributes/association_validation.rb".freeze, "lib/dm-accepts_nested_attributes/nested_attributes.rb".freeze, "lib/dm-accepts_nested_attributes/resource.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/shared/rspec_tmbundle_support.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/unit/accepts_nested_attributes_for_spec.rb".freeze, "spec/unit/resource_spec.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 = 2 s.add_runtime_dependency(%q.freeze, [">= 0.9.11".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.2".freeze]) end