# -*- encoding: utf-8 -*- # stub: cuba 4.0.1 ruby lib Gem::Specification.new do |s| s.name = "cuba".freeze s.version = "4.0.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 = ["Michel Martens".freeze] s.date = "2023-02-19" s.description = "Cuba is a microframework for web applications.".freeze s.email = ["michel@soveran.com".freeze] s.files = [".gems".freeze, ".gitignore".freeze, "CHANGELOG".freeze, "CONTRIBUTING".freeze, "LICENSE".freeze, "README.md".freeze, "cuba.gemspec".freeze, "examples/config.ru".freeze, "examples/measure.rb".freeze, "examples/rack-response.ru".freeze, "examples/views/home.mote".freeze, "examples/views/layout.mote".freeze, "lib/cuba.rb".freeze, "lib/cuba/capybara.rb".freeze, "lib/cuba/render.rb".freeze, "lib/cuba/safe.rb".freeze, "lib/cuba/safe/csrf.rb".freeze, "lib/cuba/safe/secure_headers.rb".freeze, "lib/cuba/test.rb".freeze, "makefile".freeze, "test/accept.rb".freeze, "test/captures.rb".freeze, "test/composition.rb".freeze, "test/cookie.rb".freeze, "test/csrf.rb".freeze, "test/extension.rb".freeze, "test/helper.rb".freeze, "test/host.rb".freeze, "test/integration.rb".freeze, "test/match.rb".freeze, "test/middleware.rb".freeze, "test/number.rb".freeze, "test/on.rb".freeze, "test/param.rb".freeze, "test/path.rb".freeze, "test/plugin.rb".freeze, "test/rack.rb".freeze, "test/redirect.rb".freeze, "test/render.rb".freeze, "test/root.rb".freeze, "test/run.rb".freeze, "test/safe.rb".freeze, "test/segment.rb".freeze, "test/session.rb".freeze, "test/settings.rb".freeze, "test/views/about.erb".freeze, "test/views/about.str".freeze, "test/views/content-yield.erb".freeze, "test/views/custom/abs_path.mote".freeze, "test/views/frag.mote".freeze, "test/views/home.erb".freeze, "test/views/home.mote".freeze, "test/views/home.str".freeze, "test/views/layout-alternative.erb".freeze, "test/views/layout-yield.erb".freeze, "test/views/layout.erb".freeze, "test/views/layout.mote".freeze, "test/views/layout.str".freeze, "test/views/test.erb".freeze, "test/with.rb".freeze] s.homepage = "https://github.com/soveran/cuba".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Microframework for web applications.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.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