--- !ruby/object:Gem::Specification name: nyara version: !ruby/object:Gem::Version version: 0.1.pre.0 platform: ruby authors: - Zete Lui autorequire: bindir: bin cert_chain: [] date: 2013-07-17 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: tilt requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: listen requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.1.3 description: Fast and fuzzy ruby web framework + server email: nobody@example.com executables: - nyara extensions: - ext/extconf.rb extra_rdoc_files: [] files: - rakefile - nyara.gemspec - readme.md - copying - changes - ext/extconf.rb - lib/nyara.rb - lib/nyara/config.rb - lib/nyara/command.rb - lib/nyara/controller.rb - lib/nyara/cookie.rb - lib/nyara/cpu_counter.rb - lib/nyara/flash.rb - lib/nyara/mime_types.rb - lib/nyara/nyara.rb - lib/nyara/hashes/config_hash.rb - lib/nyara/hashes/header_hash.rb - lib/nyara/hashes/param_hash.rb - lib/nyara/request.rb - lib/nyara/route.rb - lib/nyara/part.rb - lib/nyara/session.rb - lib/nyara/view.rb - lib/nyara/patches/array.rb - lib/nyara/patches/blank.rb - lib/nyara/patches/json.rb - lib/nyara/patches/mini_support.rb - lib/nyara/patches/string.rb - lib/nyara/patches/tcp_socket.rb - lib/nyara/patches/to_query.rb - lib/nyara/reload.rb - lib/nyara/templates/app/controllers/application_controller.rb - lib/nyara/templates/app/controllers/welcome_controller.rb - lib/nyara/templates/config/application.rb - lib/nyara/templates/config/boot.rb - lib/nyara/templates/config/development.rb - lib/nyara/templates/config/production.rb - lib/nyara/templates/config/test.rb - lib/nyara/templates/spec/spec_helper.rb - lib/nyara/test.rb - lib/nyara/view_handlers/erb.rb - lib/nyara/view_handlers/erubis.rb - lib/nyara/view_handlers/haml.rb - lib/nyara/view_handlers/slim.rb - spec/ext_mime_match_spec.rb - spec/ext_parse_accept_value_spec.rb - spec/apps/connect.rb - spec/dummy/app/controllers/dummy_controller.rb - spec/dummy/app/models/dmmy_model.rb - spec/ext_route_spec.rb - spec/hashes_spec.rb - spec/path_helper_spec.rb - spec/request_delegate_spec.rb - spec/request_spec.rb - spec/command_spec.rb - spec/route_spec.rb - spec/session_spec.rb - spec/spec_helper.rb - spec/view_spec.rb - spec/config_spec.rb - spec/controller_spec.rb - spec/cpu_counter_spec.rb - spec/evented_io_spec.rb - spec/flash_spec.rb - spec/integration_spec.rb - spec/mini_support_spec.rb - spec/multipart_spec.rb - spec/performance/escape.rb - spec/performance/layout_render.rb - spec/performance/parse_accept_value.rb - spec/performance/parse_param.rb - spec/performance/performance_helper.rb - spec/performance_spec.rb - spec/url_encoded_spec.rb - ext/http-parser/http_parser.h - ext/inc/epoll.h - ext/inc/kqueue.h - ext/inc/str_intern.h - ext/inc/rdtsc.h - ext/inc/status_codes.h - ext/multipart-parser-c/multipart_parser.h - ext/nyara.h - ext/request.h - ext/accept.c - ext/event.c - ext/hashes.c - ext/http-parser/contrib/parsertrace.c - ext/http-parser/contrib/url_parser.c - ext/http-parser/http_parser.c - ext/http-parser/test.c - ext/http_parser.c - ext/mime.c - ext/multipart-parser-c/multipart_parser.c - ext/multipart_parser.c - ext/nyara.c - ext/request.c - ext/url_encoded.c - ext/request_parse.c - ext/test_response.c - ext/route.cc - ext/inc/status_codes.inc - ext/inc/version.inc - spec/views/edit.haml - spec/views/edit.slim - spec/views/index.liquid - spec/views/invalid_layout.liquid - spec/views/layout.erb - spec/views/show.slim - spec/views/_partial.slim - spec/views/_partial_with_yield.erb - spec/performance/layout.slim - spec/performance/page.slim - spec/public/empty file.html - spec/public/index.html - spec/raw_requests/multipart - ext/http-parser/AUTHORS - ext/http-parser/CONTRIBUTIONS - ext/http-parser/LICENSE-MIT - ext/multipart-parser-c/README.md - lib/nyara/templates/Gemfile - lib/nyara/templates/Rakefile - lib/nyara/templates/app/views/layouts/application.erb - lib/nyara/templates/app/views/welcome/index.erb - lib/nyara/templates/config/database.yml - lib/nyara/templates/public/css/app.css - lib/nyara/templates/public/js/app.js - lib/nyara/templates/public/robot.txt - bin/nyara homepage: https://github.com/luikore/nyara licenses: - BSD 3-Clause metadata: {} post_install_message: rdoc_options: - -v - --markup=markdown - --main - readme.md - --line-numbers - -x - ext/http-parser/.* - -x - ext/multipart-parser-c/.* - -x - ext/inc/.* - -x - .*\.o - -x - .*\.bundle require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>' - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Fast and fuzzy ruby web framework + server test_files: []