# -*- encoding: utf-8 -*- # stub: high_voltage 3.1.0 ruby lib Gem::Specification.new do |s| s.name = "high_voltage".freeze s.version = "3.1.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 = ["Matt Jankowski".freeze, "Dan Croak".freeze, "Nick Quaranto".freeze, "Chad Pytel".freeze, "Joe Ferris".freeze, "J. Edward Dewyea".freeze, "Tammer Saleh".freeze, "Mike Burns".freeze, "Tristan Dunn".freeze] s.date = "2018-05-04" s.description = "Fire in the disco. Fire in the ... taco bell.".freeze s.email = ["support@thoughtbot.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "NEWS.md".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/concerns/high_voltage/static_page.rb".freeze, "app/controllers/high_voltage/pages_controller.rb".freeze, "config/routes.rb".freeze, "gemfiles/rails4.2.gemfile".freeze, "gemfiles/rails5.0.gemfile".freeze, "gemfiles/rails5.1.gemfile".freeze, "gemfiles/rails5.2.gemfile".freeze, "high_voltage.gemspec".freeze, "lib/high_voltage.rb".freeze, "lib/high_voltage/configuration.rb".freeze, "lib/high_voltage/constraints/root_route.rb".freeze, "lib/high_voltage/engine.rb".freeze, "lib/high_voltage/page.rb".freeze, "lib/high_voltage/page_collector.rb".freeze, "lib/high_voltage/page_finder.rb".freeze, "lib/high_voltage/route_drawers/default.rb".freeze, "lib/high_voltage/route_drawers/root.rb".freeze, "lib/high_voltage/version.rb".freeze, "spec/constraints/root_route_spec.rb".freeze, "spec/controllers/alternative_finder_controller_spec.rb".freeze, "spec/controllers/pages_controller_spec.rb".freeze, "spec/controllers/subclassed_pages_controller_spec.rb".freeze, "spec/fake_app.rb".freeze, "spec/features/current_page_helper_spec.rb".freeze, "spec/features/view_page_spec.rb".freeze, "spec/fixtures/app/views/layouts/alternate.html.erb".freeze, "spec/fixtures/app/views/layouts/application.html.erb".freeze, "spec/fixtures/app/views/other/wrong.html.erb".freeze, "spec/fixtures/app/views/other_pages/also_dir/also_nested.html.erb".freeze, "spec/fixtures/app/views/other_pages/also_exists.html.erb".freeze, "spec/fixtures/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb".freeze, "spec/fixtures/app/views/pages/_partial.html.erb".freeze, "spec/fixtures/app/views/pages/about.html.erb".freeze, "spec/fixtures/app/views/pages/also_dir/also_nested.html.erb".freeze, "spec/fixtures/app/views/pages/also_exists.html.erb".freeze, "spec/fixtures/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb".freeze, "spec/fixtures/app/views/pages/current_page_helper.html.erb".freeze, "spec/fixtures/app/views/pages/dir/nested.html.erb".freeze, "spec/fixtures/app/views/pages/exists.html.erb".freeze, "spec/fixtures/app/views/pages/exists_but_references_nonexistent_partial.html.erb".freeze, "spec/fixtures/app/views/pages/exists_without_html_extension.erb".freeze, "spec/fixtures/app/views/pages/rot13.html.erb".freeze, "spec/fixtures/app/views/pages/text.txt.erb".freeze, "spec/fixtures/config/database.yml".freeze, "spec/fixtures/config/routes.rb".freeze, "spec/fixtures/public/pages/exists.html".freeze, "spec/high_voltage/configuration_spec.rb".freeze, "spec/high_voltage/page_collector_spec.rb".freeze, "spec/high_voltage/page_finder_spec.rb".freeze, "spec/high_voltage/page_spec.rb".freeze, "spec/high_voltage_spec.rb".freeze, "spec/integration/navigation_spec.rb".freeze, "spec/minimal_spec_helper.rb".freeze, "spec/requests/home_page_spec.rb".freeze, "spec/routing/routes_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/app/controllers/alternative_finder_controller.rb".freeze, "spec/support/app/controllers/subclassed_pages_controller.rb".freeze, "spec/support/http_method_shim.rb".freeze] s.homepage = "http://github.com/thoughtbot/high_voltage".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple static page rendering controller".freeze s.test_files = ["spec/constraints/root_route_spec.rb".freeze, "spec/controllers/alternative_finder_controller_spec.rb".freeze, "spec/controllers/pages_controller_spec.rb".freeze, "spec/controllers/subclassed_pages_controller_spec.rb".freeze, "spec/fake_app.rb".freeze, "spec/features/current_page_helper_spec.rb".freeze, "spec/features/view_page_spec.rb".freeze, "spec/fixtures/app/views/layouts/alternate.html.erb".freeze, "spec/fixtures/app/views/layouts/application.html.erb".freeze, "spec/fixtures/app/views/other/wrong.html.erb".freeze, "spec/fixtures/app/views/other_pages/also_dir/also_nested.html.erb".freeze, "spec/fixtures/app/views/other_pages/also_exists.html.erb".freeze, "spec/fixtures/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb".freeze, "spec/fixtures/app/views/pages/_partial.html.erb".freeze, "spec/fixtures/app/views/pages/about.html.erb".freeze, "spec/fixtures/app/views/pages/also_dir/also_nested.html.erb".freeze, "spec/fixtures/app/views/pages/also_exists.html.erb".freeze, "spec/fixtures/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb".freeze, "spec/fixtures/app/views/pages/current_page_helper.html.erb".freeze, "spec/fixtures/app/views/pages/dir/nested.html.erb".freeze, "spec/fixtures/app/views/pages/exists.html.erb".freeze, "spec/fixtures/app/views/pages/exists_but_references_nonexistent_partial.html.erb".freeze, "spec/fixtures/app/views/pages/exists_without_html_extension.erb".freeze, "spec/fixtures/app/views/pages/rot13.html.erb".freeze, "spec/fixtures/app/views/pages/text.txt.erb".freeze, "spec/fixtures/config/database.yml".freeze, "spec/fixtures/config/routes.rb".freeze, "spec/fixtures/public/pages/exists.html".freeze, "spec/high_voltage/configuration_spec.rb".freeze, "spec/high_voltage/page_collector_spec.rb".freeze, "spec/high_voltage/page_finder_spec.rb".freeze, "spec/high_voltage/page_spec.rb".freeze, "spec/high_voltage_spec.rb".freeze, "spec/integration/navigation_spec.rb".freeze, "spec/minimal_spec_helper.rb".freeze, "spec/requests/home_page_spec.rb".freeze, "spec/routing/routes_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/app/controllers/alternative_finder_controller.rb".freeze, "spec/support/app/controllers/subclassed_pages_controller.rb".freeze, "spec/support/http_method_shim.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 3.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze]) end