# -*- encoding: utf-8 -*- # stub: layout 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "layout".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nando Vieira".freeze] s.date = "2017-07-28" s.description = "Specify which layout will be rendered on Rails apps".freeze s.email = ["fnando.vieira@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "layout.gemspec".freeze, "lib/layout.rb".freeze, "lib/layout/base.rb".freeze, "lib/layout/railtie.rb".freeze, "lib/layout/version.rb".freeze, "spec/.DS_Store".freeze, "spec/controllers/inherited_controller_spec.rb".freeze, "spec/controllers/no_layout_file_controller_spec.rb".freeze, "spec/controllers/samples_controller_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/.DS_Store".freeze, "spec/support/app/.DS_Store".freeze, "spec/support/app/controllers/application_controller.rb".freeze, "spec/support/app/controllers/inherited_controller.rb".freeze, "spec/support/app/controllers/no_layout_file_controller.rb".freeze, "spec/support/app/controllers/samples_controller.rb".freeze, "spec/support/app/views/action.html.erb".freeze, "spec/support/app/views/layouts/application.html.erb".freeze, "spec/support/app/views/layouts/modal.html.erb".freeze, "spec/support/app/views/layouts/samples.html.erb".freeze, "spec/support/app/views/layouts/site.html.erb".freeze, "spec/support/config/boot.rb".freeze, "spec/support/config/routes.rb".freeze, "spec/support/custom_layout_shared.rb".freeze, "spec/support/log/.gitkeep".freeze, "spec/support/tmp/.gitkeep".freeze, "spec/support/tmp/pagseguro-test.yml".freeze] s.homepage = "http://rubygems.org/gems/layout".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Specify which layout will be rendered on Rails apps".freeze s.test_files = ["spec/controllers/inherited_controller_spec.rb".freeze, "spec/controllers/no_layout_file_controller_spec.rb".freeze, "spec/controllers/samples_controller_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/.DS_Store".freeze, "spec/support/app/.DS_Store".freeze, "spec/support/app/controllers/application_controller.rb".freeze, "spec/support/app/controllers/inherited_controller.rb".freeze, "spec/support/app/controllers/no_layout_file_controller.rb".freeze, "spec/support/app/controllers/samples_controller.rb".freeze, "spec/support/app/views/action.html.erb".freeze, "spec/support/app/views/layouts/application.html.erb".freeze, "spec/support/app/views/layouts/modal.html.erb".freeze, "spec/support/app/views/layouts/samples.html.erb".freeze, "spec/support/app/views/layouts/site.html.erb".freeze, "spec/support/config/boot.rb".freeze, "spec/support/config/routes.rb".freeze, "spec/support/custom_layout_shared.rb".freeze, "spec/support/log/.gitkeep".freeze, "spec/support/tmp/.gitkeep".freeze, "spec/support/tmp/pagseguro-test.yml".freeze] s.specification_version = 4 s.add_runtime_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]) end