# -*- encoding: utf-8 -*- # stub: dry-view 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "dry-view".freeze s.version = "0.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Piotr Solnica".freeze, "Tim Riley".freeze] s.bindir = "exe".freeze s.date = "2018-10-21" s.description = "Functional view rendering system".freeze s.email = ["piotr.solnica@gmail.com".freeze, "tim@icelab.com.au".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "benchmarks/templates/button.html.erb".freeze, "benchmarks/view.rb".freeze, "bin/console".freeze, "dry-view.gemspec".freeze, "lib/dry-view.rb".freeze, "lib/dry/view.rb".freeze, "lib/dry/view/controller.rb".freeze, "lib/dry/view/decorator.rb".freeze, "lib/dry/view/exposure.rb".freeze, "lib/dry/view/exposures.rb".freeze, "lib/dry/view/missing_renderer.rb".freeze, "lib/dry/view/part.rb".freeze, "lib/dry/view/path.rb".freeze, "lib/dry/view/renderer.rb".freeze, "lib/dry/view/scope.rb".freeze, "lib/dry/view/version.rb".freeze, "spec/fixtures/templates/_hello.html.slim".freeze, "spec/fixtures/templates/controller_renderer_options.html.erb".freeze, "spec/fixtures/templates/decorated_parts.html.slim".freeze, "spec/fixtures/templates/edit.html.slim".freeze, "spec/fixtures/templates/empty.html.slim".freeze, "spec/fixtures/templates/greeting.html.slim".freeze, "spec/fixtures/templates/hello.html.slim".freeze, "spec/fixtures/templates/layouts/app.html.slim".freeze, "spec/fixtures/templates/layouts/app.txt.erb".freeze, "spec/fixtures/templates/parts_with_args.html.slim".freeze, "spec/fixtures/templates/parts_with_args/_box.html.slim".freeze, "spec/fixtures/templates/shared/_index_table.html.slim".freeze, "spec/fixtures/templates/shared/_shared_hello.html.slim".freeze, "spec/fixtures/templates/tasks.html.slim".freeze, "spec/fixtures/templates/user.html.slim".freeze, "spec/fixtures/templates/users.html.slim".freeze, "spec/fixtures/templates/users.txt.erb".freeze, "spec/fixtures/templates/users/_row.html.slim".freeze, "spec/fixtures/templates/users/_tbody.html.slim".freeze, "spec/fixtures/templates/users_with_count.html.slim".freeze, "spec/fixtures/templates/users_with_count_inherit.html.slim".freeze, "spec/fixtures/templates_override/_hello.html.slim".freeze, "spec/fixtures/templates_override/users.html.slim".freeze, "spec/integration/decorator_spec.rb".freeze, "spec/integration/exposures_spec.rb".freeze, "spec/integration/part/decorated_attributes_spec.rb".freeze, "spec/integration/view_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/controller_spec.rb".freeze, "spec/unit/decorator_spec.rb".freeze, "spec/unit/exposure_spec.rb".freeze, "spec/unit/exposures_spec.rb".freeze, "spec/unit/part_spec.rb".freeze, "spec/unit/renderer_spec.rb".freeze, "spec/unit/scope_spec.rb".freeze] s.homepage = "https://github.com/dry-rb/dry-view".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Functional view rendering system".freeze s.test_files = ["spec/fixtures/templates/_hello.html.slim".freeze, "spec/fixtures/templates/controller_renderer_options.html.erb".freeze, "spec/fixtures/templates/decorated_parts.html.slim".freeze, "spec/fixtures/templates/edit.html.slim".freeze, "spec/fixtures/templates/empty.html.slim".freeze, "spec/fixtures/templates/greeting.html.slim".freeze, "spec/fixtures/templates/hello.html.slim".freeze, "spec/fixtures/templates/layouts/app.html.slim".freeze, "spec/fixtures/templates/layouts/app.txt.erb".freeze, "spec/fixtures/templates/parts_with_args.html.slim".freeze, "spec/fixtures/templates/parts_with_args/_box.html.slim".freeze, "spec/fixtures/templates/shared/_index_table.html.slim".freeze, "spec/fixtures/templates/shared/_shared_hello.html.slim".freeze, "spec/fixtures/templates/tasks.html.slim".freeze, "spec/fixtures/templates/user.html.slim".freeze, "spec/fixtures/templates/users.html.slim".freeze, "spec/fixtures/templates/users.txt.erb".freeze, "spec/fixtures/templates/users/_row.html.slim".freeze, "spec/fixtures/templates/users/_tbody.html.slim".freeze, "spec/fixtures/templates/users_with_count.html.slim".freeze, "spec/fixtures/templates/users_with_count_inherit.html.slim".freeze, "spec/fixtures/templates_override/_hello.html.slim".freeze, "spec/fixtures/templates_override/users.html.slim".freeze, "spec/integration/decorator_spec.rb".freeze, "spec/integration/exposures_spec.rb".freeze, "spec/integration/part/decorated_attributes_spec.rb".freeze, "spec/integration/view_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/controller_spec.rb".freeze, "spec/unit/decorator_spec.rb".freeze, "spec/unit/exposure_spec.rb".freeze, "spec/unit/exposures_spec.rb".freeze, "spec/unit/part_spec.rb".freeze, "spec/unit/renderer_spec.rb".freeze, "spec/unit/scope_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) end