--- !ruby/object:Gem::Specification name: session_countdown version: !ruby/object:Gem::Version hash: 15 prerelease: false segments: - 0 - 4 - 0 version: 0.4.0 platform: ruby authors: - Kevin Swope autorequire: bindir: bin cert_chain: [] date: 2010-08-06 00:00:00 -04:00 default_executable: dependencies: [] description: A Ruby on Rails plugin that puts a countdown timer on the session object email: gems-kevdev@snkmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.html - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - created.rid - lib/session_countdown.rb - session_countdown.gemspec - test/common/test_controller_test.rb - test/rails2x_root/Rakefile - test/rails2x_root/app/controllers/application_controller.rb - test/rails2x_root/app/controllers/test_controller.rb - test/rails2x_root/app/helpers/application_helper.rb - test/rails2x_root/app/helpers/test_helper.rb - test/rails2x_root/config/boot.rb - test/rails2x_root/config/database.yml - test/rails2x_root/config/environment.rb - test/rails2x_root/config/environments/development.rb - test/rails2x_root/config/environments/production.rb - test/rails2x_root/config/environments/test.rb - test/rails2x_root/config/initializers/backtrace_silencers.rb - test/rails2x_root/config/initializers/cookie_verification_secret.rb - test/rails2x_root/config/initializers/inflections.rb - test/rails2x_root/config/initializers/mime_types.rb - test/rails2x_root/config/initializers/new_rails_defaults.rb - test/rails2x_root/config/initializers/session_store.rb - test/rails2x_root/config/locales/en.yml - test/rails2x_root/config/routes.rb - test/rails2x_root/script/about - test/rails2x_root/script/console - test/rails2x_root/script/dbconsole - test/rails2x_root/script/destroy - test/rails2x_root/script/generate - test/rails2x_root/script/performance/benchmarker - test/rails2x_root/script/performance/profiler - test/rails2x_root/script/plugin - test/rails2x_root/script/runner - test/rails2x_root/script/server - test/rails2x_root/test/functional/test_controller_test.rb - test/rails2x_root/test/test_helper.rb - test/rails3x_root/Gemfile - test/rails3x_root/Gemfile.lock - test/rails3x_root/Rakefile - test/rails3x_root/app/controllers/application_controller.rb - test/rails3x_root/app/controllers/test_controller.rb - test/rails3x_root/app/helpers/application_helper.rb - test/rails3x_root/app/helpers/test_helper.rb - test/rails3x_root/app/views/layouts/application.html.erb - test/rails3x_root/config.ru - test/rails3x_root/config/application.rb - test/rails3x_root/config/boot.rb - test/rails3x_root/config/environment.rb - test/rails3x_root/config/environments/development.rb - test/rails3x_root/config/environments/production.rb - test/rails3x_root/config/environments/test.rb - test/rails3x_root/config/initializers/backtrace_silencers.rb - test/rails3x_root/config/initializers/inflections.rb - test/rails3x_root/config/initializers/mime_types.rb - test/rails3x_root/config/initializers/secret_token.rb - test/rails3x_root/config/initializers/session_store.rb - test/rails3x_root/config/locales/en.yml - test/rails3x_root/config/routes.rb - test/rails3x_root/script/rails - test/rails3x_root/test/functional/test_controller_test.rb - test/rails3x_root/test/test_helper.rb - README.html has_rdoc: true homepage: http://github.com/kswope/session_countdown licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A Ruby on Rails plugin that puts a countdown timer on the session object test_files: - test/common/test_controller_test.rb - test/rails2x_root/app/controllers/application_controller.rb - test/rails2x_root/app/controllers/test_controller.rb - test/rails2x_root/app/helpers/application_helper.rb - test/rails2x_root/app/helpers/test_helper.rb - test/rails2x_root/config/boot.rb - test/rails2x_root/config/environment.rb - test/rails2x_root/config/environments/development.rb - test/rails2x_root/config/environments/production.rb - test/rails2x_root/config/environments/test.rb - test/rails2x_root/config/initializers/backtrace_silencers.rb - test/rails2x_root/config/initializers/cookie_verification_secret.rb - test/rails2x_root/config/initializers/inflections.rb - test/rails2x_root/config/initializers/mime_types.rb - test/rails2x_root/config/initializers/new_rails_defaults.rb - test/rails2x_root/config/initializers/session_store.rb - test/rails2x_root/config/routes.rb - test/rails2x_root/test/functional/test_controller_test.rb - test/rails2x_root/test/test_helper.rb - test/rails3x_root/app/controllers/application_controller.rb - test/rails3x_root/app/controllers/test_controller.rb - test/rails3x_root/app/helpers/application_helper.rb - test/rails3x_root/app/helpers/test_helper.rb - test/rails3x_root/config/application.rb - test/rails3x_root/config/boot.rb - test/rails3x_root/config/environment.rb - test/rails3x_root/config/environments/development.rb - test/rails3x_root/config/environments/production.rb - test/rails3x_root/config/environments/test.rb - test/rails3x_root/config/initializers/backtrace_silencers.rb - test/rails3x_root/config/initializers/inflections.rb - test/rails3x_root/config/initializers/mime_types.rb - test/rails3x_root/config/initializers/secret_token.rb - test/rails3x_root/config/initializers/session_store.rb - test/rails3x_root/config/routes.rb - test/rails3x_root/test/functional/test_controller_test.rb - test/rails3x_root/test/test_helper.rb