# -*- encoding: utf-8 -*- # stub: roda-cj 0.9.5 ruby lib Gem::Specification.new do |s| s.name = "roda-cj".freeze s.version = "0.9.5".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-08-16" 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/backtracking_array.rb".freeze, "lib/roda/plugins/content_for.rb".freeze, "lib/roda/plugins/csrf.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/head.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/json.rb".freeze, "lib/roda/plugins/middleware.rb".freeze, "lib/roda/plugins/multi_route.rb".freeze, "lib/roda/plugins/not_allowed.rb".freeze, "lib/roda/plugins/not_found.rb".freeze, "lib/roda/plugins/pass.rb".freeze, "lib/roda/plugins/per_thread_caching.rb".freeze, "lib/roda/plugins/render.rb".freeze, "lib/roda/plugins/render_each.rb".freeze, "lib/roda/plugins/streaming.rb".freeze, "lib/roda/plugins/symbol_matchers.rb".freeze, "lib/roda/plugins/symbol_views.rb".freeze, "lib/roda/plugins/view_subdirs.rb".freeze, "lib/roda/version.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/backtracking_array_spec.rb".freeze, "spec/plugin/content_for_spec.rb".freeze, "spec/plugin/csrf_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/head_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/json_spec.rb".freeze, "spec/plugin/middleware_spec.rb".freeze, "spec/plugin/multi_route_spec.rb".freeze, "spec/plugin/not_allowed_spec.rb".freeze, "spec/plugin/not_found_spec.rb".freeze, "spec/plugin/pass_spec.rb".freeze, "spec/plugin/per_thread_caching_spec.rb".freeze, "spec/plugin/render_each_spec.rb".freeze, "spec/plugin/render_spec.rb".freeze, "spec/plugin/streaming_spec.rb".freeze, "spec/plugin/symbol_matchers_spec.rb".freeze, "spec/plugin/symbol_views_spec.rb".freeze, "spec/plugin/view_subdirs_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