--- !ruby/object:Gem::Specification name: serializer version: !ruby/object:Gem::Version version: 1.0.2 platform: ruby authors: - Kevin Sylvestre autorequire: bindir: bin cert_chain: [] date: 2013-11-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 3.0.0 - !ruby/object:Gem::Dependency name: appraisal requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Serializer is a Ruby on Rails tool for adding accessor to serialized attributes with support for types and defaults. email: - kevin@ksylvest.com executables: [] extensions: [] extra_rdoc_files: [] files: - lib/serializer/initializer.rb - lib/serializer/railtie.rb - lib/serializer/version.rb - lib/serializer.rb - README.rdoc - LICENSE - Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/main_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/account.rb - test/dummy/app/models/subscription.rb - test/dummy/app/models/user.rb - test/dummy/app/views/layouts/application.html.haml - test/dummy/app/views/main/index.html.haml - test/dummy/app/views/users/_fields.html.haml - test/dummy/app/views/users/_form.html.haml - test/dummy/app/views/users/_user.html.haml - test/dummy/app/views/users/edit.html.haml - test/dummy/app/views/users/index.html.haml - test/dummy/app/views/users/new.html.haml - test/dummy/app/views/users/show.html.haml - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/other.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20110927222742_create_users.rb - test/dummy/db/migrate/20120731074843_create_accounts.rb - test/dummy/db/migrate/20130207030140_create_subscriptions.rb - test/dummy/db/production.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/test/fixtures/accounts.yml - test/dummy/test/fixtures/users.yml - test/dummy/test/functional/main_controller_test.rb - test/dummy/test/functional/users_controller_test.rb - test/dummy/test/integration/user_create_test.rb - test/dummy/test/integration/user_update_test.rb - test/dummy/test/unit/account_test.rb - test/dummy/test/unit/helpers/main_helper_test.rb - test/dummy/test/unit/helpers/users_helper_test.rb - test/dummy/test/unit/subscription_test.rb - test/dummy/test/unit/user_test.rb - test/dummy/tmp/cache/assets/development/sprockets/08ccbef19db178234499204fd36c0915 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/7682e37e0736cf2b209545cf7af4dc29 - test/dummy/tmp/cache/assets/development/sprockets/88e88b185ff5a542c97cbb3b475e608d - test/dummy/tmp/cache/assets/development/sprockets/b5282f83ab7001db941907c89cbdebe2 - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/e27d2ca07f775a17ecaec5e004a62a56 - test/dummy/tmp/cache/assets/development/sprockets/eacda4f935d5f480cb099f85f49a65b2 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/30465d6ec3d7c977f30a3a297e7f57c1 - test/dummy/tmp/cache/assets/test/sprockets/306c1607f0ffbc40bac368573862cf58 - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/59e56a009695d42ebc54fb7f0b4f948d - test/dummy/tmp/cache/assets/test/sprockets/736bfbe6fcafc58b47f016154a407ffc - test/dummy/tmp/cache/assets/test/sprockets/7682e37e0736cf2b209545cf7af4dc29 - test/dummy/tmp/cache/assets/test/sprockets/88e88b185ff5a542c97cbb3b475e608d - test/dummy/tmp/cache/assets/test/sprockets/b5282f83ab7001db941907c89cbdebe2 - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/e27d2ca07f775a17ecaec5e004a62a56 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/serializer_test.rb - test/test_helper.rb homepage: http://github.com/ksylvest/serializer licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: A serialized attribute accessor gem with support for types and defaults test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/main_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/models/account.rb - test/dummy/app/models/subscription.rb - test/dummy/app/models/user.rb - test/dummy/app/views/layouts/application.html.haml - test/dummy/app/views/main/index.html.haml - test/dummy/app/views/users/_fields.html.haml - test/dummy/app/views/users/_form.html.haml - test/dummy/app/views/users/_user.html.haml - test/dummy/app/views/users/edit.html.haml - test/dummy/app/views/users/index.html.haml - test/dummy/app/views/users/new.html.haml - test/dummy/app/views/users/show.html.haml - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/other.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/db/development.sqlite3 - test/dummy/db/migrate/20110927222742_create_users.rb - test/dummy/db/migrate/20120731074843_create_accounts.rb - test/dummy/db/migrate/20130207030140_create_subscriptions.rb - test/dummy/db/production.sqlite3 - test/dummy/db/schema.rb - test/dummy/db/test.sqlite3 - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/test/fixtures/accounts.yml - test/dummy/test/fixtures/users.yml - test/dummy/test/functional/main_controller_test.rb - test/dummy/test/functional/users_controller_test.rb - test/dummy/test/integration/user_create_test.rb - test/dummy/test/integration/user_update_test.rb - test/dummy/test/unit/account_test.rb - test/dummy/test/unit/helpers/main_helper_test.rb - test/dummy/test/unit/helpers/users_helper_test.rb - test/dummy/test/unit/subscription_test.rb - test/dummy/test/unit/user_test.rb - test/dummy/tmp/cache/assets/development/sprockets/08ccbef19db178234499204fd36c0915 - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/7682e37e0736cf2b209545cf7af4dc29 - test/dummy/tmp/cache/assets/development/sprockets/88e88b185ff5a542c97cbb3b475e608d - test/dummy/tmp/cache/assets/development/sprockets/b5282f83ab7001db941907c89cbdebe2 - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/e27d2ca07f775a17ecaec5e004a62a56 - test/dummy/tmp/cache/assets/development/sprockets/eacda4f935d5f480cb099f85f49a65b2 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/30465d6ec3d7c977f30a3a297e7f57c1 - test/dummy/tmp/cache/assets/test/sprockets/306c1607f0ffbc40bac368573862cf58 - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/59e56a009695d42ebc54fb7f0b4f948d - test/dummy/tmp/cache/assets/test/sprockets/736bfbe6fcafc58b47f016154a407ffc - test/dummy/tmp/cache/assets/test/sprockets/7682e37e0736cf2b209545cf7af4dc29 - test/dummy/tmp/cache/assets/test/sprockets/88e88b185ff5a542c97cbb3b475e608d - test/dummy/tmp/cache/assets/test/sprockets/b5282f83ab7001db941907c89cbdebe2 - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/e27d2ca07f775a17ecaec5e004a62a56 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/serializer_test.rb - test/test_helper.rb