# -*- encoding: utf-8 -*- # stub: rack-environmental 1.3.2 ruby lib Gem::Specification.new do |s| s.name = "rack-environmental".freeze s.version = "1.3.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Wyatt Greene".freeze] s.date = "2015-11-22" s.description = "\n Rack::Environmental indicates which environment your web application is running\n in (staging, test, etc.).\n ".freeze s.email = "techiferous@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/rack-environmental.rb".freeze, "test/rackapp/app.rb".freeze, "test/rackapp/config.ru".freeze, "test/railsapp/README".freeze, "test/railsapp/Rakefile".freeze, "test/railsapp/app/controllers/application_controller.rb".freeze, "test/railsapp/app/controllers/tommy_boy_controller.rb".freeze, "test/railsapp/app/helpers/application_helper.rb".freeze, "test/railsapp/app/helpers/tommy_boy_helper.rb".freeze, "test/railsapp/app/views/layouts/application.html.erb".freeze, "test/railsapp/app/views/tommy_boy/index.html.erb".freeze, "test/railsapp/app/views/tommy_boy/more.html.erb".freeze, "test/railsapp/config/boot.rb".freeze, "test/railsapp/config/database.yml".freeze, "test/railsapp/config/environment.rb".freeze, "test/railsapp/config/environments/development.rb".freeze, "test/railsapp/config/environments/production.rb".freeze, "test/railsapp/config/environments/test.rb".freeze, "test/railsapp/config/initializers/backtrace_silencers.rb".freeze, "test/railsapp/config/initializers/inflections.rb".freeze, "test/railsapp/config/initializers/mime_types.rb".freeze, "test/railsapp/config/initializers/new_rails_defaults.rb".freeze, "test/railsapp/config/initializers/session_store.rb".freeze, "test/railsapp/config/locales/en.yml".freeze, "test/railsapp/config/routes.rb".freeze, "test/railsapp/db/development.sqlite3".freeze, "test/railsapp/db/seeds.rb".freeze, "test/railsapp/doc/README_FOR_APP".freeze, "test/railsapp/log/development.log".freeze, "test/railsapp/log/production.log".freeze, "test/railsapp/log/server.log".freeze, "test/railsapp/log/test.log".freeze, "test/railsapp/public/404.html".freeze, "test/railsapp/public/422.html".freeze, "test/railsapp/public/500.html".freeze, "test/railsapp/public/favicon.ico".freeze, "test/railsapp/public/images/rails.png".freeze, "test/railsapp/public/javascripts/application.js".freeze, "test/railsapp/public/javascripts/controls.js".freeze, "test/railsapp/public/javascripts/dragdrop.js".freeze, "test/railsapp/public/javascripts/effects.js".freeze, "test/railsapp/public/javascripts/prototype.js".freeze, "test/railsapp/public/robots.txt".freeze, "test/railsapp/script/about".freeze, "test/railsapp/script/console".freeze, "test/railsapp/script/dbconsole".freeze, "test/railsapp/script/destroy".freeze, "test/railsapp/script/generate".freeze, "test/railsapp/script/performance/benchmarker".freeze, "test/railsapp/script/performance/profiler".freeze, "test/railsapp/script/plugin".freeze, "test/railsapp/script/runner".freeze, "test/railsapp/script/server".freeze, "test/railsapp/test/functional/tommy_boy_controller_test.rb".freeze, "test/railsapp/test/performance/browsing_test.rb".freeze, "test/railsapp/test/test_helper.rb".freeze, "test/railsapp/test/unit/helpers/tommy_boy_helper_test.rb".freeze, "test/sinatraapp/app.rb".freeze] s.homepage = "http://github.com/techiferous/rack-environmental".freeze s.requirements = ["none".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rack middleware that adds an indicator of your application environment".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.1.1".freeze]) end