Manifest.txt in snusnu-dm-accepts_nested_attributes-0.0.6 vs Manifest.txt in snusnu-dm-accepts_nested_attributes-0.10.0
- old
+ new
@@ -5,28 +5,33 @@
README.textile
Rakefile
TODO
CHANGELOG
lib/dm-accepts_nested_attributes.rb
-lib/dm-accepts_nested_attributes/association_proxies.rb
-lib/dm-accepts_nested_attributes/association_validation.rb
-lib/dm-accepts_nested_attributes/nested_attributes.rb
+lib/dm-accepts_nested_attributes/error_collecting.rb
+lib/dm-accepts_nested_attributes/model.rb
lib/dm-accepts_nested_attributes/resource.rb
+lib/dm-accepts_nested_attributes/save.rb
+lib/dm-accepts_nested_attributes/transactional_save.rb
lib/dm-accepts_nested_attributes/version.rb
+spec/spec.opts
+spec/spec_helper.rb
+spec/lib/rspec_tmbundle_support.rb
spec/fixtures/person.rb
spec/fixtures/profile.rb
spec/fixtures/project.rb
spec/fixtures/project_membership.rb
spec/fixtures/task.rb
+spec/shared/belongs_to_spec.rb
+spec/shared/has_1_spec.rb
+spec/shared/has_n_spec.rb
+spec/shared/has_n_through_spec.rb
+spec/unit/accepts_nested_attributes_for_spec.rb
spec/integration/belongs_to_spec.rb
spec/integration/has_1_spec.rb
spec/integration/has_n_spec.rb
spec/integration/has_n_through_spec.rb
-spec/shared/rspec_tmbundle_support.rb
-spec/spec.opts
-spec/spec_helper.rb
-spec/unit/accepts_nested_attributes_for_spec.rb
-spec/unit/resource_spec.rb
+tasks/changelog.rb
tasks/gemspec.rb
tasks/hoe.rb
tasks/install.rb
tasks/spec.rb