--- !ruby/object:Gem::Specification name: jellyfish version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Lin Jen-Shin (godfat) autorequire: bindir: bin cert_chain: [] date: 2014-11-07 00:00:00.000000000 Z dependencies: [] description: |- Pico web framework for building API-centric web applications. For Rack applications or Rack middlewares. Around 250 lines of code. email: - godfat (XD) godfat.org executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".gitmodules" - ".travis.yml" - CHANGES.md - Gemfile - LICENSE - README.md - Rakefile - TODO.md - config.ru - jellyfish.gemspec - jellyfish.png - lib/jellyfish.rb - lib/jellyfish/chunked_body.rb - lib/jellyfish/json.rb - lib/jellyfish/multi_actions.rb - lib/jellyfish/newrelic.rb - lib/jellyfish/normalized_params.rb - lib/jellyfish/normalized_path.rb - lib/jellyfish/public/302.html - lib/jellyfish/public/404.html - lib/jellyfish/public/500.html - lib/jellyfish/sinatra.rb - lib/jellyfish/swagger.rb - lib/jellyfish/test.rb - lib/jellyfish/version.rb - lib/jellyfish/websocket.rb - public/css/screen.css - public/index.html - public/js/shred.bundle.js - public/js/shred/content.js - public/js/swagger-ui.js - public/js/swagger.js - task/README.md - task/gemgem.rb - test/sinatra/test_base.rb - test/sinatra/test_chunked_body.rb - test/sinatra/test_error.rb - test/sinatra/test_multi_actions.rb - test/sinatra/test_routing.rb - test/test_from_readme.rb - test/test_inheritance.rb - test/test_log.rb - test/test_misc.rb - test/test_swagger.rb - test/test_threads.rb - test/test_websocket.rb homepage: https://github.com/godfat/jellyfish licenses: - Apache License 2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.2 signing_key: specification_version: 4 summary: Pico web framework for building API-centric web applications. test_files: - test/sinatra/test_base.rb - test/sinatra/test_chunked_body.rb - test/sinatra/test_error.rb - test/sinatra/test_multi_actions.rb - test/sinatra/test_routing.rb - test/test_from_readme.rb - test/test_inheritance.rb - test/test_log.rb - test/test_misc.rb - test/test_swagger.rb - test/test_threads.rb - test/test_websocket.rb