# -*- encoding: utf-8 -*- # stub: dejavu 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "dejavu".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Roger Campos".freeze] s.date = "2012-08-28" s.description = "Remember your object after a redirect".freeze s.email = ["roger@itnig.net".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "dejavu.gemspec".freeze, "lib/dejavu.rb".freeze, "lib/dejavu/version.rb".freeze, "spec/integration/dejavu_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fields.rb".freeze, "test_app/.gitignore".freeze, "test_app/Gemfile".freeze, "test_app/README".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/rails.png".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/javascripts/products.js.coffee".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/assets/stylesheets/products.css.scss".freeze, "test_app/app/assets/stylesheets/scaffolds.css.scss".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/products_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/helpers/products_helper.rb".freeze, "test_app/app/mailers/.gitkeep".freeze, "test_app/app/models/.gitkeep".freeze, "test_app/app/models/category.rb".freeze, "test_app/app/models/color.rb".freeze, "test_app/app/models/product.rb".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/app/views/products/_form.html.erb".freeze, "test_app/app/views/products/edit.html.erb".freeze, "test_app/app/views/products/index.html.erb".freeze, "test_app/app/views/products/new.html.erb".freeze, "test_app/app/views/products/new_only_name.html.erb".freeze, "test_app/app/views/products/show.html.erb".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/migrate/20111227135944_create_products.rb".freeze, "test_app/db/migrate/20120211125006_create_categories.rb".freeze, "test_app/db/migrate/20120211132313_create_colors.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/assets/.gitkeep".freeze, "test_app/lib/tasks/.gitkeep".freeze, "test_app/log/.gitkeep".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/script/rails".freeze, "test_app/test/fixtures/.gitkeep".freeze, "test_app/test/fixtures/categories.yml".freeze, "test_app/test/fixtures/colors.yml".freeze, "test_app/test/fixtures/products.yml".freeze, "test_app/test/functional/.gitkeep".freeze, "test_app/test/functional/products_controller_test.rb".freeze, "test_app/test/integration/.gitkeep".freeze, "test_app/test/performance/browsing_test.rb".freeze, "test_app/test/test_helper.rb".freeze, "test_app/test/unit/.gitkeep".freeze, "test_app/test/unit/category_test.rb".freeze, "test_app/test/unit/color_test.rb".freeze, "test_app/test/unit/helpers/products_helper_test.rb".freeze, "test_app/test/unit/product_test.rb".freeze, "test_app/vendor/assets/stylesheets/.gitkeep".freeze, "test_app/vendor/plugins/.gitkeep".freeze] s.homepage = "https://github.com/rogercampos/dejavu".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Remember your object after a redirect".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.7".freeze]) s.add_development_dependency(%q.freeze, [">= 1.1.1".freeze]) end