--- !ruby/object:Gem::Specification name: dejavu version: !ruby/object:Gem::Version version: 0.2.0 prerelease: platform: ruby authors: - Roger Campos autorequire: bindir: bin cert_chain: [] date: 2012-02-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: &75307960 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: *75307960 - !ruby/object:Gem::Dependency name: rspec-rails requirement: &75307000 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '2.7' type: :development prerelease: false version_requirements: *75307000 - !ruby/object:Gem::Dependency name: capybara requirement: &75306270 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.1.1 type: :development prerelease: false version_requirements: *75306270 description: Remember your object after a redirect email: - roger@itnig.net executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yml - Gemfile - README.md - Rakefile - dejavu.gemspec - lib/dejavu.rb - lib/dejavu/version.rb - spec/integration/dejavu_spec.rb - spec/spec_helper.rb - spec/support/fields.rb - test_app/.gitignore - test_app/Gemfile - test_app/README - test_app/Rakefile - test_app/app/assets/images/rails.png - test_app/app/assets/javascripts/application.js - test_app/app/assets/javascripts/products.js.coffee - test_app/app/assets/stylesheets/application.css - test_app/app/assets/stylesheets/products.css.scss - test_app/app/assets/stylesheets/scaffolds.css.scss - test_app/app/controllers/application_controller.rb - test_app/app/controllers/products_controller.rb - test_app/app/helpers/application_helper.rb - test_app/app/helpers/products_helper.rb - test_app/app/mailers/.gitkeep - test_app/app/models/.gitkeep - test_app/app/models/category.rb - test_app/app/models/color.rb - test_app/app/models/product.rb - test_app/app/views/layouts/application.html.erb - test_app/app/views/products/_form.html.erb - test_app/app/views/products/edit.html.erb - test_app/app/views/products/index.html.erb - test_app/app/views/products/new.html.erb - test_app/app/views/products/show.html.erb - test_app/config.ru - test_app/config/application.rb - test_app/config/boot.rb - test_app/config/database.yml - test_app/config/environment.rb - test_app/config/environments/development.rb - test_app/config/environments/production.rb - test_app/config/environments/test.rb - test_app/config/initializers/backtrace_silencers.rb - test_app/config/initializers/inflections.rb - test_app/config/initializers/mime_types.rb - test_app/config/initializers/secret_token.rb - test_app/config/initializers/session_store.rb - test_app/config/initializers/wrap_parameters.rb - test_app/config/locales/en.yml - test_app/config/routes.rb - test_app/db/migrate/20111227135944_create_products.rb - test_app/db/migrate/20120211125006_create_categories.rb - test_app/db/migrate/20120211132313_create_colors.rb - test_app/db/schema.rb - test_app/db/seeds.rb - test_app/lib/assets/.gitkeep - test_app/lib/tasks/.gitkeep - test_app/log/.gitkeep - test_app/public/404.html - test_app/public/422.html - test_app/public/500.html - test_app/public/favicon.ico - test_app/public/robots.txt - test_app/script/rails - test_app/test/fixtures/.gitkeep - test_app/test/fixtures/categories.yml - test_app/test/fixtures/colors.yml - test_app/test/fixtures/products.yml - test_app/test/functional/.gitkeep - test_app/test/functional/products_controller_test.rb - test_app/test/integration/.gitkeep - test_app/test/performance/browsing_test.rb - test_app/test/test_helper.rb - test_app/test/unit/.gitkeep - test_app/test/unit/category_test.rb - test_app/test/unit/color_test.rb - test_app/test/unit/helpers/products_helper_test.rb - test_app/test/unit/product_test.rb - test_app/vendor/assets/stylesheets/.gitkeep - test_app/vendor/plugins/.gitkeep homepage: https://github.com/rogercampos/dejavu 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' segments: - 0 hash: 848035681 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 848035681 requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Remember your object after a redirect test_files: []