# -*- encoding: utf-8 -*- # stub: nyara 0.1.pre.2 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "nyara".freeze s.version = "0.1.pre.2".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-08-19" 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/ary_intern.h".freeze, "ext/inc/epoll.h".freeze, "ext/inc/kqueue.h".freeze, "ext/inc/rdtsc.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/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/optional_templates/activerecord.yml.erb".freeze, "lib/nyara/optional_templates/mongoid.yml.erb".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/reload.rb".freeze, "lib/nyara/request.rb".freeze, "lib/nyara/route.rb".freeze, "lib/nyara/session.rb".freeze, "lib/nyara/templates/%gitignore%".freeze, "lib/nyara/templates/Gemfile.tt".freeze, "lib/nyara/templates/Linnerfile".freeze, "lib/nyara/templates/Rakefile".freeze, "lib/nyara/templates/app/assets/files/favicon.ico".freeze, "lib/nyara/templates/app/assets/files/robots.txt".freeze, "lib/nyara/templates/app/assets/scripts/app.coffee".freeze, "lib/nyara/templates/app/assets/scripts/module-example.coffee".freeze, "lib/nyara/templates/app/assets/styles/app.scss".freeze, "lib/nyara/templates/app/controllers/application_controller.rb".freeze, "lib/nyara/templates/app/controllers/home_controller.rb".freeze, "lib/nyara/templates/app/views/home/index.%template_ext%.tt".freeze, "lib/nyara/templates/app/views/layouts/application.%template_ext%.tt".freeze, "lib/nyara/templates/config/application.rb.tt".freeze, "lib/nyara/templates/config/boot.rb".freeze, "lib/nyara/templates/config/development.rb".freeze, "lib/nyara/templates/config/production.rb".freeze, "lib/nyara/templates/config/test.rb".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/apps/reload.rb".freeze, "spec/command_spec.rb".freeze, "spec/config_spec.rb".freeze, "spec/controller_spec.rb".freeze, "spec/cpu_counter_spec.rb".freeze, "spec/dummy/app/controllers/dummy_controller.rb".freeze, "spec/dummy/app/models/dmmy_model.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/nyara_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/public/test.css".freeze, "spec/public/test.jpg".freeze, "spec/public/test.js".freeze, "spec/raw_requests/multipart".freeze, "spec/reload_spec.rb".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/_partial.slim".freeze, "spec/views/_partial_with_yield.erb".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/hello.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, "-x".freeze, ".*\\.so".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 s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.18".freeze]) end