# -*- encoding: utf-8 -*- # stub: focused_controller 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "focused_controller".freeze s.version = "1.0.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 = ["Jon Leighton".freeze] s.date = "2012-09-20" s.description = "Write Rails controllers with one class per action".freeze s.email = ["j@jonathanleighton.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Appraisals".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "focused_controller.gemspec".freeze, "gemfiles/rails-3-0.gemfile".freeze, "gemfiles/rails-3-1.gemfile".freeze, "gemfiles/rails-3-2.gemfile".freeze, "lib/focused_controller.rb".freeze, "lib/focused_controller/action_name.rb".freeze, "lib/focused_controller/functional_test_helper.rb".freeze, "lib/focused_controller/mixin.rb".freeze, "lib/focused_controller/route.rb".freeze, "lib/focused_controller/route_mapper.rb".freeze, "lib/focused_controller/rspec_controller_class.rb".freeze, "lib/focused_controller/rspec_functional_helper.rb".freeze, "lib/focused_controller/rspec_helper.rb".freeze, "lib/focused_controller/test_helper.rb".freeze, "lib/focused_controller/version.rb".freeze, "test/acceptance/app_test.rb".freeze, "test/app/.gitignore".freeze, "test/app/Gemfile".freeze, "test/app/README.rdoc".freeze, "test/app/Rakefile".freeze, "test/app/app/controllers/application_controller.rb".freeze, "test/app/app/controllers/posts_controller.rb".freeze, "test/app/app/models/.gitkeep".freeze, "test/app/app/models/post.rb".freeze, "test/app/app/views/layouts/application.html.erb".freeze, "test/app/app/views/posts/_form.html.erb".freeze, "test/app/app/views/posts/edit.html.erb".freeze, "test/app/app/views/posts/index.html.erb".freeze, "test/app/app/views/posts/new.html.erb".freeze, "test/app/app/views/posts/show.html.erb".freeze, "test/app/config.ru".freeze, "test/app/config/application.rb".freeze, "test/app/config/boot.rb".freeze, "test/app/config/environment.rb".freeze, "test/app/config/environments/development.rb".freeze, "test/app/config/environments/test.rb".freeze, "test/app/config/initializers/backtrace_silencers.rb".freeze, "test/app/config/initializers/inflections.rb".freeze, "test/app/config/initializers/mime_types.rb".freeze, "test/app/config/initializers/secret_token.rb".freeze, "test/app/config/initializers/session_store.rb".freeze, "test/app/config/locales/en.yml".freeze, "test/app/config/routes.rb".freeze, "test/app/db/seeds.rb".freeze, "test/app/doc/README_FOR_APP".freeze, "test/app/lib/assets/.gitkeep".freeze, "test/app/lib/tasks/.gitkeep".freeze, "test/app/log/.gitkeep".freeze, "test/app/public/404.html".freeze, "test/app/public/422.html".freeze, "test/app/public/500.html".freeze, "test/app/public/favicon.ico".freeze, "test/app/public/index.html".freeze, "test/app/public/javascripts/application.js".freeze, "test/app/public/robots.txt".freeze, "test/app/public/stylesheets/application.css".freeze, "test/app/script/rails".freeze, "test/app/spec/controllers/posts_controller_spec.rb".freeze, "test/app/spec/isolated_spec_helper.rb".freeze, "test/app/spec/spec_helper.rb".freeze, "test/app/spec/unit/controllers/posts_controller_isolated_spec.rb".freeze, "test/app/spec/unit/controllers/posts_controller_spec.rb".freeze, "test/app/test/functional/.gitkeep".freeze, "test/app/test/functional/posts_controller_test.rb".freeze, "test/app/test/isolated_test_helper.rb".freeze, "test/app/test/test_helper.rb".freeze, "test/app/test/unit/.gitkeep".freeze, "test/app/test/unit/controllers/posts_controller_isolated_test.rb".freeze, "test/app/test/unit/controllers/posts_controller_test.rb".freeze, "test/app/vendor/assets/javascripts/.gitkeep".freeze, "test/app/vendor/assets/stylesheets/.gitkeep".freeze, "test/app/vendor/plugins/.gitkeep".freeze, "test/helper.rb".freeze, "test/unit/functional_test_helper_test.rb".freeze, "test/unit/mixin_test.rb".freeze, "test/unit/route_mapper_test.rb".freeze, "test/unit/route_test.rb".freeze, "test/unit/rspec_functional_helper.rb".freeze, "test/unit/rspec_helper_test.rb".freeze, "test/unit/test_helper_test.rb".freeze] s.homepage = "http://github.com/jonleighton/focused_controller".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Write Rails controllers with one class per action".freeze s.test_files = ["test/acceptance/app_test.rb".freeze, "test/app/.gitignore".freeze, "test/app/Gemfile".freeze, "test/app/README.rdoc".freeze, "test/app/Rakefile".freeze, "test/app/app/controllers/application_controller.rb".freeze, "test/app/app/controllers/posts_controller.rb".freeze, "test/app/app/models/.gitkeep".freeze, "test/app/app/models/post.rb".freeze, "test/app/app/views/layouts/application.html.erb".freeze, "test/app/app/views/posts/_form.html.erb".freeze, "test/app/app/views/posts/edit.html.erb".freeze, "test/app/app/views/posts/index.html.erb".freeze, "test/app/app/views/posts/new.html.erb".freeze, "test/app/app/views/posts/show.html.erb".freeze, "test/app/config.ru".freeze, "test/app/config/application.rb".freeze, "test/app/config/boot.rb".freeze, "test/app/config/environment.rb".freeze, "test/app/config/environments/development.rb".freeze, "test/app/config/environments/test.rb".freeze, "test/app/config/initializers/backtrace_silencers.rb".freeze, "test/app/config/initializers/inflections.rb".freeze, "test/app/config/initializers/mime_types.rb".freeze, "test/app/config/initializers/secret_token.rb".freeze, "test/app/config/initializers/session_store.rb".freeze, "test/app/config/locales/en.yml".freeze, "test/app/config/routes.rb".freeze, "test/app/db/seeds.rb".freeze, "test/app/doc/README_FOR_APP".freeze, "test/app/lib/assets/.gitkeep".freeze, "test/app/lib/tasks/.gitkeep".freeze, "test/app/log/.gitkeep".freeze, "test/app/public/404.html".freeze, "test/app/public/422.html".freeze, "test/app/public/500.html".freeze, "test/app/public/favicon.ico".freeze, "test/app/public/index.html".freeze, "test/app/public/javascripts/application.js".freeze, "test/app/public/robots.txt".freeze, "test/app/public/stylesheets/application.css".freeze, "test/app/script/rails".freeze, "test/app/spec/controllers/posts_controller_spec.rb".freeze, "test/app/spec/isolated_spec_helper.rb".freeze, "test/app/spec/spec_helper.rb".freeze, "test/app/spec/unit/controllers/posts_controller_isolated_spec.rb".freeze, "test/app/spec/unit/controllers/posts_controller_spec.rb".freeze, "test/app/test/functional/.gitkeep".freeze, "test/app/test/functional/posts_controller_test.rb".freeze, "test/app/test/isolated_test_helper.rb".freeze, "test/app/test/test_helper.rb".freeze, "test/app/test/unit/.gitkeep".freeze, "test/app/test/unit/controllers/posts_controller_isolated_test.rb".freeze, "test/app/test/unit/controllers/posts_controller_test.rb".freeze, "test/app/vendor/assets/javascripts/.gitkeep".freeze, "test/app/vendor/assets/stylesheets/.gitkeep".freeze, "test/app/vendor/plugins/.gitkeep".freeze, "test/helper.rb".freeze, "test/unit/functional_test_helper_test.rb".freeze, "test/unit/mixin_test.rb".freeze, "test/unit/route_mapper_test.rb".freeze, "test/unit/route_test.rb".freeze, "test/unit/rspec_functional_helper.rb".freeze, "test/unit/rspec_helper_test.rb".freeze, "test/unit/test_helper_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.4".freeze]) end