# -*- encoding: utf-8 -*- # stub: nyara 0.0.1.pre.5 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "nyara".freeze s.version = "0.0.1.pre.5".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Zete Lui".freeze] s.date = "2013-06-27" s.description = "Fast, slim and fuzzy ruby web framework + server, based on preforked event queue and Fiber. NO rack NOR eventmachine are used.".freeze s.email = "nobody@example.com".freeze s.extensions = ["ext/extconf.rb".freeze] s.files = ["example/design.rb".freeze, "example/fib.rb".freeze, "example/hello.rb".freeze, "example/stream.rb".freeze, "ext/accept.c".freeze, "ext/event.c".freeze, "ext/extconf.rb".freeze, "ext/hashes.c".freeze, "ext/http-parser/AUTHORS".freeze, "ext/http-parser/CONTRIBUTIONS".freeze, "ext/http-parser/LICENSE-MIT".freeze, "ext/http-parser/contrib/parsertrace.c".freeze, "ext/http-parser/contrib/url_parser.c".freeze, "ext/http-parser/http_parser.c".freeze, "ext/http-parser/http_parser.h".freeze, "ext/http-parser/test.c".freeze, "ext/http_parser.c".freeze, "ext/inc/epoll.h".freeze, "ext/inc/kqueue.h".freeze, "ext/inc/status_codes.inc".freeze, "ext/inc/str_intern.h".freeze, "ext/inc/version.inc".freeze, "ext/mime.c".freeze, "ext/multipart-parser-c/README.md".freeze, "ext/multipart-parser-c/multipart_parser.c".freeze, "ext/multipart-parser-c/multipart_parser.h".freeze, "ext/multipart_parser.c".freeze, "ext/nyara.c".freeze, "ext/nyara.h".freeze, "ext/request.c".freeze, "ext/request.h".freeze, "ext/request_parse.c".freeze, "ext/route.cc".freeze, "ext/url_encoded.c".freeze, "lib/nyara.rb".freeze, "lib/nyara/config.rb".freeze, "lib/nyara/controller.rb".freeze, "lib/nyara/cookie.rb".freeze, "lib/nyara/cpu_counter.rb".freeze, "lib/nyara/hashes/config_hash.rb".freeze, "lib/nyara/hashes/header_hash.rb".freeze, "lib/nyara/hashes/param_hash.rb".freeze, "lib/nyara/mime_types.rb".freeze, "lib/nyara/nyara.rb".freeze, "lib/nyara/patches/tcp_socket.rb".freeze, "lib/nyara/request.rb".freeze, "lib/nyara/route.rb".freeze, "lib/nyara/route_entry.rb".freeze, "lib/nyara/session.rb".freeze, "lib/nyara/view.rb".freeze, "nyara.gemspec".freeze, "rakefile".freeze, "readme.md".freeze, "spec/apps/connect.rb".freeze, "spec/evented_io_spec.rb".freeze, "spec/ext_mime_match_spec.rb".freeze, "spec/ext_parse_accept_value_spec.rb".freeze, "spec/ext_parse_spec.rb".freeze, "spec/ext_route_spec.rb".freeze, "spec/hashes_spec.rb".freeze, "spec/path_helper_spec.rb".freeze, "spec/performance/layout_render.rb".freeze, "spec/performance/parse_accept_value.rb".freeze, "spec/performance/parse_param.rb".freeze, "spec/performance/performance_helper.rb".freeze, "spec/performance_spec.rb".freeze, "spec/request_delegate_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/route_entry_spec.rb".freeze, "spec/route_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/view_spec.rb".freeze, "tools/bench-cookie.rb".freeze, "tools/hello.rb".freeze] s.homepage = "https://github.com/luikore/nyara".freeze s.licenses = ["BSD".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fast, slim and fuzzy ruby web framework + server".freeze end