# -*- encoding: utf-8 -*- # stub: nyara 0.0.1.pre.9 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "nyara".freeze s.version = "0.0.1.pre.9".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-07-13" s.description = "Fast and fuzzy ruby web framework + server".freeze s.email = "nobody@example.com".freeze s.executables = ["nyara".freeze] s.extensions = ["ext/extconf.rb".freeze] s.files = ["bin/nyara".freeze, "changes".freeze, "copying".freeze, "example/factorial.rb".freeze, "example/hello.rb".freeze, "example/project.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.h".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/test_response.c".freeze, "ext/url_encoded.c".freeze, "lib/nyara.rb".freeze, "lib/nyara/command.rb".freeze, "lib/nyara/config.rb".freeze, "lib/nyara/controller.rb".freeze, "lib/nyara/controllers/public_controller.rb".freeze, "lib/nyara/cookie.rb".freeze, "lib/nyara/cpu_counter.rb".freeze, "lib/nyara/flash.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/part.rb".freeze, "lib/nyara/patches/array.rb".freeze, "lib/nyara/patches/blank.rb".freeze, "lib/nyara/patches/json.rb".freeze, "lib/nyara/patches/mini_support.rb".freeze, "lib/nyara/patches/string.rb".freeze, "lib/nyara/patches/tcp_socket.rb".freeze, "lib/nyara/patches/to_query.rb".freeze, "lib/nyara/request.rb".freeze, "lib/nyara/route.rb".freeze, "lib/nyara/session.rb".freeze, "lib/nyara/templates/Gemfile".freeze, "lib/nyara/templates/Rakefile".freeze, "lib/nyara/templates/config/boot.rb".freeze, "lib/nyara/templates/config/database.yml".freeze, "lib/nyara/templates/config/development.rb".freeze, "lib/nyara/templates/config/production.rb".freeze, "lib/nyara/templates/config/session.key".freeze, "lib/nyara/templates/config/test.rb".freeze, "lib/nyara/templates/public/robot.txt".freeze, "lib/nyara/templates/spec/spec_helper.rb".freeze, "lib/nyara/test.rb".freeze, "lib/nyara/view.rb".freeze, "lib/nyara/view_handlers/erb.rb".freeze, "lib/nyara/view_handlers/erubis.rb".freeze, "lib/nyara/view_handlers/haml.rb".freeze, "lib/nyara/view_handlers/slim.rb".freeze, "nyara.gemspec".freeze, "rakefile".freeze, "readme.md".freeze, "spec/apps/connect.rb".freeze, "spec/command_spec.rb".freeze, "spec/config_spec.rb".freeze, "spec/controller_spec.rb".freeze, "spec/cpu_counter_spec.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_route_spec.rb".freeze, "spec/flash_spec.rb".freeze, "spec/hashes_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/mini_support_spec.rb".freeze, "spec/multipart_spec.rb".freeze, "spec/path_helper_spec.rb".freeze, "spec/performance/escape.rb".freeze, "spec/performance/layout.slim".freeze, "spec/performance/layout_render.rb".freeze, "spec/performance/page.slim".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/public/empty file.html".freeze, "spec/public/index.html".freeze, "spec/raw_requests/multipart".freeze, "spec/request_delegate_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/route_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/url_encoded_spec.rb".freeze, "spec/view_spec.rb".freeze, "spec/views/edit.haml".freeze, "spec/views/edit.slim".freeze, "spec/views/index.liquid".freeze, "spec/views/invalid_layout.liquid".freeze, "spec/views/layout.erb".freeze, "spec/views/show.slim".freeze, "tools/bench-cookie.rb".freeze, "tools/foo.rb".freeze, "tools/hello.rb".freeze, "tools/memcheck.rb".freeze, "tools/s.rb".freeze] s.homepage = "https://github.com/luikore/nyara".freeze s.licenses = ["BSD 3-Clause".freeze] s.rdoc_options = ["-v".freeze, "--markup=markdown".freeze, "--main".freeze, "readme.md".freeze, "--line-numbers".freeze, "-x".freeze, "ext/http-parser/.*".freeze, "-x".freeze, "ext/multipart-parser-c/.*".freeze, "-x".freeze, "ext/inc/.*".freeze, "-x".freeze, ".*\\.o".freeze, "-x".freeze, ".*\\.bundle".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fast and fuzzy ruby web framework + server".freeze end