--- !ruby/object:Gem::Specification name: embedded_associations version: !ruby/object:Gem::Version version: 0.0.4 prerelease: platform: ruby authors: - Gordon L. Hempton autorequire: bindir: bin cert_chain: [] date: 2013-03-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: railties requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 3.0.0 description: ActiveRecord controller-level support for embedded associations email: - ghempton@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE.txt - README.md - Rakefile - embedded_associations.gemspec - lib/embedded_associations.rb - lib/embedded_associations/rails.rb - lib/embedded_associations/version.rb - spec/embedded_associations_spec.rb - spec/spec_helper.rb - spec/support/app/.gitignore - spec/support/app/Rakefile - spec/support/app/app/controllers/application_controller.rb - spec/support/app/app/controllers/posts_controller.rb - spec/support/app/app/models/account.rb - spec/support/app/app/models/category.rb - spec/support/app/app/models/comment.rb - spec/support/app/app/models/post.rb - spec/support/app/app/models/tag.rb - spec/support/app/app/models/user.rb - spec/support/app/app/serializers/account_serializer.rb - spec/support/app/app/serializers/category_serializer.rb - spec/support/app/app/serializers/comment_serializer.rb - spec/support/app/app/serializers/post_serializer.rb - spec/support/app/app/serializers/tag_serializer.rb - spec/support/app/app/serializers/user_serializer.rb - spec/support/app/config.ru - spec/support/app/config/application.rb - spec/support/app/config/boot.rb - spec/support/app/config/database.yml - spec/support/app/config/environment.rb - spec/support/app/config/environments/development.rb - spec/support/app/config/environments/production.rb - spec/support/app/config/environments/test.rb - spec/support/app/config/initializers/backtrace_silencers.rb - spec/support/app/config/initializers/inflections.rb - spec/support/app/config/initializers/mime_types.rb - spec/support/app/config/initializers/secret_token.rb - spec/support/app/config/initializers/session_store.rb - spec/support/app/config/initializers/wrap_parameters.rb - spec/support/app/config/locales/en.yml - spec/support/app/config/routes.rb - spec/support/app/db/migrate/20130225045501_create_posts.rb - spec/support/app/db/migrate/20130225045512_create_comments.rb - spec/support/app/db/migrate/20130225173707_create_users.rb - spec/support/app/db/migrate/20130225173717_create_accounts.rb - spec/support/app/db/migrate/20130226001629_create_tags.rb - spec/support/app/db/migrate/20130226001639_create_categories.rb - spec/support/app/db/schema.rb - spec/support/app/db/seeds.rb - spec/support/app/lib/assets/.gitkeep - spec/support/app/lib/tasks/.gitkeep - spec/support/app/log/.gitkeep - spec/support/app/script/rails - spec/support/serialization_helpers.rb homepage: https://github.com/GroupTalent/embedded_associations licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: ActiveRecord controller-level support for embedded associations test_files: - spec/embedded_associations_spec.rb - spec/spec_helper.rb - spec/support/app/.gitignore - spec/support/app/Rakefile - spec/support/app/app/controllers/application_controller.rb - spec/support/app/app/controllers/posts_controller.rb - spec/support/app/app/models/account.rb - spec/support/app/app/models/category.rb - spec/support/app/app/models/comment.rb - spec/support/app/app/models/post.rb - spec/support/app/app/models/tag.rb - spec/support/app/app/models/user.rb - spec/support/app/app/serializers/account_serializer.rb - spec/support/app/app/serializers/category_serializer.rb - spec/support/app/app/serializers/comment_serializer.rb - spec/support/app/app/serializers/post_serializer.rb - spec/support/app/app/serializers/tag_serializer.rb - spec/support/app/app/serializers/user_serializer.rb - spec/support/app/config.ru - spec/support/app/config/application.rb - spec/support/app/config/boot.rb - spec/support/app/config/database.yml - spec/support/app/config/environment.rb - spec/support/app/config/environments/development.rb - spec/support/app/config/environments/production.rb - spec/support/app/config/environments/test.rb - spec/support/app/config/initializers/backtrace_silencers.rb - spec/support/app/config/initializers/inflections.rb - spec/support/app/config/initializers/mime_types.rb - spec/support/app/config/initializers/secret_token.rb - spec/support/app/config/initializers/session_store.rb - spec/support/app/config/initializers/wrap_parameters.rb - spec/support/app/config/locales/en.yml - spec/support/app/config/routes.rb - spec/support/app/db/migrate/20130225045501_create_posts.rb - spec/support/app/db/migrate/20130225045512_create_comments.rb - spec/support/app/db/migrate/20130225173707_create_users.rb - spec/support/app/db/migrate/20130225173717_create_accounts.rb - spec/support/app/db/migrate/20130226001629_create_tags.rb - spec/support/app/db/migrate/20130226001639_create_categories.rb - spec/support/app/db/schema.rb - spec/support/app/db/seeds.rb - spec/support/app/lib/assets/.gitkeep - spec/support/app/lib/tasks/.gitkeep - spec/support/app/log/.gitkeep - spec/support/app/script/rails - spec/support/serialization_helpers.rb has_rdoc: