--- !ruby/object:Gem::Specification name: rack-environmental version: !ruby/object:Gem::Version version: 1.3.0 prerelease: platform: ruby authors: - Wyatt Greene autorequire: bindir: bin cert_chain: [] date: 2013-08-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rack-plastic requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.1.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.1.1 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 - test/rackapp/app.rb - test/rackapp/config.ru - test/railsapp/README - test/railsapp/Rakefile - 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/app/views/layouts/application.html.erb - test/railsapp/app/views/tommy_boy/index.html.erb - test/railsapp/app/views/tommy_boy/more.html.erb - test/railsapp/config/boot.rb - test/railsapp/config/database.yml - 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/locales/en.yml - test/railsapp/config/routes.rb - test/railsapp/db/development.sqlite3 - test/railsapp/db/seeds.rb - test/railsapp/doc/README_FOR_APP - test/railsapp/log/development.log - test/railsapp/log/production.log - test/railsapp/log/server.log - test/railsapp/log/test.log - test/railsapp/public/404.html - test/railsapp/public/422.html - test/railsapp/public/500.html - test/railsapp/public/favicon.ico - test/railsapp/public/images/rails.png - test/railsapp/public/javascripts/application.js - test/railsapp/public/javascripts/controls.js - test/railsapp/public/javascripts/dragdrop.js - test/railsapp/public/javascripts/effects.js - test/railsapp/public/javascripts/prototype.js - test/railsapp/public/robots.txt - test/railsapp/script/about - test/railsapp/script/console - test/railsapp/script/dbconsole - test/railsapp/script/destroy - test/railsapp/script/generate - test/railsapp/script/performance/benchmarker - test/railsapp/script/performance/profiler - test/railsapp/script/plugin - test/railsapp/script/runner - test/railsapp/script/server - 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 homepage: http://github.com/techiferous/rack-environmental 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' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: - none rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Rack middleware that adds an indicator of your application environment test_files: []