# -*- encoding: utf-8 -*- # stub: roda 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "roda".freeze s.version = "0.9.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 = ["Jeremy Evans".freeze] s.date = "2014-07-30" s.description = "Routing tree web framework, inspired by Sinatra and Cuba".freeze s.email = ["code@jeremyevans.net".freeze] s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/roda.rb".freeze, "lib/roda/plugins/all_verbs.rb".freeze, "lib/roda/plugins/default_headers.rb".freeze, "lib/roda/plugins/error_handler.rb".freeze, "lib/roda/plugins/flash.rb".freeze, "lib/roda/plugins/h.rb".freeze, "lib/roda/plugins/halt.rb".freeze, "lib/roda/plugins/header_matchers.rb".freeze, "lib/roda/plugins/hooks.rb".freeze, "lib/roda/plugins/indifferent_params.rb".freeze, "lib/roda/plugins/middleware.rb".freeze, "lib/roda/plugins/multi_route.rb".freeze, "lib/roda/plugins/not_found.rb".freeze, "lib/roda/plugins/pass.rb".freeze, "lib/roda/plugins/render.rb".freeze, "lib/roda/plugins/streaming.rb".freeze, "spec/composition_spec.rb".freeze, "spec/env_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/matchers_spec.rb".freeze, "spec/module_spec.rb".freeze, "spec/opts_spec.rb".freeze, "spec/plugin/all_verbs_spec.rb".freeze, "spec/plugin/default_headers_spec.rb".freeze, "spec/plugin/error_handler_spec.rb".freeze, "spec/plugin/flash_spec.rb".freeze, "spec/plugin/h_spec.rb".freeze, "spec/plugin/halt_spec.rb".freeze, "spec/plugin/header_matchers_spec.rb".freeze, "spec/plugin/hooks_spec.rb".freeze, "spec/plugin/indifferent_params_spec.rb".freeze, "spec/plugin/middleware_spec.rb".freeze, "spec/plugin/multi_route_spec.rb".freeze, "spec/plugin/not_found_spec.rb".freeze, "spec/plugin/pass_spec.rb".freeze, "spec/plugin/render_spec.rb".freeze, "spec/plugin/streaming_spec.rb".freeze, "spec/plugin_spec.rb".freeze, "spec/redirect_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/response_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/version_spec.rb".freeze] s.homepage = "https://github.com/jeremyevans/roda".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Routing tree web framework".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