--- !ruby/object:Gem::Specification name: rack-environmental version: !ruby/object:Gem::Version version: 1.0.4 platform: ruby authors: - Wyatt Greene autorequire: bindir: bin cert_chain: [] date: 2009-12-03 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rack-plastic type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.0 version: description: "\n Rack::Environmental indicates which environment your web application is running\n in (staging, test, etc.).\n " email: techiferous@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - CHANGELOG - LICENSE - README.rdoc - Rakefile - lib/rack-environmental.rb has_rdoc: true homepage: http://github.com/techiferous/rack-environmental licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: - none rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Rack middleware that adds an indicator of your application environment test_files: - test/rackapp/app.rb - test/railsapp/app/controllers/application_controller.rb - test/railsapp/app/controllers/tommy_boy_controller.rb - test/railsapp/app/helpers/application_helper.rb - test/railsapp/app/helpers/tommy_boy_helper.rb - test/railsapp/config/boot.rb - test/railsapp/config/environment.rb - test/railsapp/config/environments/development.rb - test/railsapp/config/environments/production.rb - test/railsapp/config/environments/test.rb - test/railsapp/config/initializers/backtrace_silencers.rb - test/railsapp/config/initializers/inflections.rb - test/railsapp/config/initializers/mime_types.rb - test/railsapp/config/initializers/new_rails_defaults.rb - test/railsapp/config/initializers/session_store.rb - test/railsapp/config/routes.rb - test/railsapp/db/seeds.rb - test/railsapp/test/functional/tommy_boy_controller_test.rb - test/railsapp/test/performance/browsing_test.rb - test/railsapp/test/test_helper.rb - test/railsapp/test/unit/helpers/tommy_boy_helper_test.rb - test/sinatraapp/app.rb