--- !ruby/object:Gem::Specification rubygems_version: 0.9.2 specification_version: 1 name: ramaze version: !ruby/object:Gem::Version version: 0.0.9 date: 2007-04-02 00:00:00 +09:00 summary: Ramaze tries to be a very simple Webframework without the voodoo require_paths: - lib email: m.fellinger@gmail.com homepage: http://ramaze.rubyforge.org rubyforge_project: description: Ramaze tries to be a very simple Webframework without the voodoo autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: |- ============================================================ Thank you for installing Ramaze! You can now do following: * Create a new project using the `ramaze' command: ramaze --create yourproject * Browse and try the Examples in /usr/lib/ruby/gems/1.8/gems/ramaze-0.0.9/examples ============================================================ authors: - manveru files: - lib - doc - doc/README - doc/FAQ - doc/CHANGELOG - Rakefile - examples/blog - examples/blog/src - examples/blog/src/model.rb - examples/blog/src/controller.rb - examples/blog/src/element.rb - examples/blog/test - examples/blog/test/tc_entry.rb - examples/blog/template - examples/blog/template/new.xhtml - examples/blog/template/view.xhtml - examples/blog/template/edit.xhtml - examples/blog/template/index.xhtml - examples/blog/main.rb - examples/blog/public - examples/blog/public/screen.css - examples/nitro_form.rb - examples/caching.rb - examples/todolist - examples/todolist/src - examples/todolist/src/element - examples/todolist/src/element/page.rb - examples/todolist/src/model.rb - examples/todolist/src/controller - examples/todolist/src/controller/main.rb - examples/todolist/conf - examples/todolist/conf/stage.yaml - examples/todolist/conf/benchmark.yaml - examples/todolist/conf/live.yaml - examples/todolist/conf/silent.yaml - examples/todolist/conf/debug.yaml - examples/todolist/todolist.db - examples/todolist/template - examples/todolist/template/new.xhtml - examples/todolist/template/index.xhtml - examples/todolist/main.rb - examples/todolist/public - examples/todolist/public/js - examples/todolist/public/js/jquery.js - examples/todolist/public/css - examples/todolist/public/css/ramaze_error.css - examples/todolist/public/css/coderay.css - examples/todolist/public/favicon.ico - examples/todolist/public/ramaze.png - examples/todolist/public/error.xhtml - examples/todolist/public/404.jpg - examples/identity.rb - examples/element.rb - examples/simple.rb - examples/whywiki - examples/whywiki/template - examples/whywiki/template/show.xhtml - examples/whywiki/template/edit.xhtml - examples/whywiki/main.rb - examples/hello.rb - examples/templates - examples/templates/template_ezamar.rb - examples/templates/template_erubis.rb - examples/templates/template_liquid.rb - examples/templates/template - examples/templates/template/external.mab - examples/templates/template/external.zmr - examples/templates/template/external.amrita - examples/templates/template/external.liquid - examples/templates/template/external.rhtml - examples/templates/template/external.haml - examples/templates/template_amrita2.rb - examples/templates/template_haml.rb - examples/templates/template_markaby.rb - bin/ramaze - doc/GPL - doc/TODO - doc/readme_chunks - doc/readme_chunks/appendix.txt - doc/readme_chunks/thanks.txt - doc/readme_chunks/principles.txt - doc/readme_chunks/introduction.txt - doc/readme_chunks/getting_started.txt - doc/readme_chunks/examples.txt - doc/readme_chunks/installing.txt - doc/readme_chunks/features.txt - doc/readme_chunks/getting_help.txt - doc/COPYING.ja - doc/tutorial - doc/tutorial/todolist.html - doc/tutorial/todolist.txt - doc/allison - doc/allison/LICENSE - doc/allison/cache - doc/allison/cache/URL - doc/allison/cache/BODY - doc/allison/cache/SRC_PAGE - doc/allison/cache/CLASS_PAGE - doc/allison/cache/FONTS - doc/allison/cache/INDEX - doc/allison/cache/STYLE - doc/allison/cache/FILE_PAGE - doc/allison/cache/METHOD_INDEX - doc/allison/cache/FR_INDEX_BODY - doc/allison/cache/JAVASCRIPT - doc/allison/cache/IMGPATH - doc/allison/cache/FILE_INDEX - doc/allison/cache/METHOD_LIST - doc/allison/cache/CLASS_INDEX - doc/allison/README - doc/allison/allison.js - doc/allison/allison.rb - doc/allison/allison.css - doc/allison/allison.gif - doc/INSTALL - doc/COPYING - doc/ProjectInfo - spec/tc_helper_cache.rb - spec/tc_store.rb - spec/tc_template_markaby.rb - spec/request_tc_helper.rb - spec/tc_helper_link.rb - spec/tc_dependencies.rb - spec/tc_helper_feed.rb - spec/tc_request_webrick.rb - spec/tc_gestalt.rb - spec/spec_all.rb - spec/tc_session.rb - spec/tc_element.rb - spec/tc_morpher.rb - spec/template - spec/template/haml - spec/template/haml/index.haml - spec/template/haml/with_vars.haml - spec/template/markaby - spec/template/markaby/external.mab - spec/template/markaby/sum.mab - spec/template/erubis - spec/template/erubis/sum.rhtml - spec/template/ezamar - spec/template/ezamar/sum.zmr - spec/template/ezamar/nested.zmr - spec/template/ezamar/combined.zmr - spec/template/ezamar/index.zmr - spec/template/ezamar/some__long__action.zmr - spec/template/ezamar/file_only.zmr - spec/template/ezamar/another - spec/template/ezamar/another/long - spec/template/ezamar/another/long/action.zmr - spec/template/liquid - spec/template/liquid/index.liquid - spec/template/liquid/products.liquid - spec/template/amrita2 - spec/template/amrita2/sum.amrita - spec/template/amrita2/index.amrita - spec/template/amrita2/data.amrita - spec/tc_helper_form.rb - spec/tc_global.rb - spec/tc_adapter_mongrel.rb - spec/spec_helper.rb - spec/tc_error.rb - spec/spec_helper_simple_http.rb - spec/tc_store_yaml.rb - spec/spec_helper_context.rb - spec/tc_params.rb - spec/tc_helper_flash.rb - spec/tc_helper_stack.rb - spec/tc_cache.rb - spec/tc_adapter_webrick.rb - spec/adapter_spec.rb - spec/tc_controller.rb - spec/tc_template_haml.rb - spec/tc_helper_auth.rb - spec/public - spec/public/favicon.ico - spec/public/ramaze.png - spec/public/test_download.css - spec/public/error404.xhtml - spec/tc_helper_aspect.rb - spec/spec_helper_requester.rb - spec/tc_template_ezamar.rb - spec/tc_template_erubis.rb - spec/tc_template_amrita2.rb - spec/tc_helper_redirect.rb - spec/tc_tidy.rb - spec/tc_template_liquid.rb - spec/tc_request_mongrel.rb - lib/proto - lib/proto/doc - lib/proto/log - lib/proto/src - lib/proto/src/element - lib/proto/src/element/page.rb - lib/proto/src/model.rb - lib/proto/src/controller - lib/proto/src/controller/main.rb - lib/proto/conf - lib/proto/conf/stage.yaml - lib/proto/conf/benchmark.yaml - lib/proto/conf/live.yaml - lib/proto/conf/silent.yaml - lib/proto/conf/debug.yaml - lib/proto/test - lib/proto/template - lib/proto/template/index.xhtml - lib/proto/main.rb - lib/proto/public - lib/proto/public/js - lib/proto/public/js/jquery.js - lib/proto/public/css - lib/proto/public/css/ramaze_error.css - lib/proto/public/css/coderay.css - lib/proto/public/favicon.ico - lib/proto/public/ramaze.png - lib/proto/public/404.jpg - lib/proto/public/error.zmr - lib/ramaze.rb - lib/ramaze - lib/ramaze/tool - lib/ramaze/tool/mime_types.yaml - lib/ramaze/tool/mime.rb - lib/ramaze/tool/tidy.rb - lib/ramaze/tool/create.rb - lib/ramaze/cache - lib/ramaze/cache/yaml_store.rb - lib/ramaze/cache/memcached.rb - lib/ramaze/cache/memory.rb - lib/ramaze/store - lib/ramaze/store/yaml.rb - lib/ramaze/store/default.rb - lib/ramaze/error.rb - lib/ramaze/template - lib/ramaze/template/markaby.rb - lib/ramaze/template/ezamar.rb - lib/ramaze/template/erubis.rb - lib/ramaze/template/liquid.rb - lib/ramaze/template/ezamar - lib/ramaze/template/ezamar/engine.rb - lib/ramaze/template/ezamar/element.rb - lib/ramaze/template/ezamar/morpher.rb - lib/ramaze/template/haml.rb - lib/ramaze/template/amrita2.rb - lib/ramaze/cache.rb - lib/ramaze/snippets.rb - lib/ramaze/template.rb - lib/ramaze/helper - lib/ramaze/helper/link.rb - lib/ramaze/helper/cache.rb - lib/ramaze/helper/feed.rb - lib/ramaze/helper/redirect.rb - lib/ramaze/helper/form.rb - lib/ramaze/helper/identity.rb - lib/ramaze/helper/flash.rb - lib/ramaze/helper/stack.rb - lib/ramaze/helper/auth.rb - lib/ramaze/helper/aspect.rb - lib/ramaze/helper/nitroform.rb - lib/ramaze/adapter.rb - lib/ramaze/trinity - lib/ramaze/trinity/response.rb - lib/ramaze/trinity/request.rb - lib/ramaze/trinity/session.rb - lib/ramaze/adapter - lib/ramaze/adapter/mongrel.rb - lib/ramaze/adapter/fcgi.rb - lib/ramaze/adapter/webrick.rb - lib/ramaze/adapter/cgi.rb - lib/ramaze/controller.rb - lib/ramaze/dispatcher.rb - lib/ramaze/trinity.rb - lib/ramaze/gestalt.rb - lib/ramaze/global.rb - lib/ramaze/http_status.rb - lib/ramaze/helper.rb - lib/ramaze/snippets - lib/ramaze/snippets/hash - lib/ramaze/snippets/hash/keys_to_sym.rb - lib/ramaze/snippets/openstruct - lib/ramaze/snippets/openstruct/temp.rb - lib/ramaze/snippets/rdoc - lib/ramaze/snippets/rdoc/usage_no_exit.rb - lib/ramaze/snippets/kernel - lib/ramaze/snippets/kernel/constant.rb - lib/ramaze/snippets/kernel/aquire.rb - lib/ramaze/snippets/kernel/pretty_inspect.rb - lib/ramaze/snippets/kernel/method.rb - lib/ramaze/snippets/method - lib/ramaze/snippets/method/name.rb - lib/ramaze/snippets/object - lib/ramaze/snippets/object/traits.rb - lib/ramaze/snippets/ramaze - lib/ramaze/snippets/ramaze/autoreload.rb - lib/ramaze/snippets/ramaze/caller_lines.rb - lib/ramaze/snippets/ramaze/caller_info.rb - lib/ramaze/snippets/string - lib/ramaze/snippets/string/DIVIDE.rb - lib/ramaze/snippets/string/camel_case.rb - lib/ramaze/snippets/string/snake_case.rb - lib/ramaze/snippets/symbol - lib/ramaze/snippets/symbol/to_proc.rb - lib/ramaze/version.rb - lib/ramaze/inform.rb test_files: [] rdoc_options: - --all - --quiet - --op - rdoc - --line-numbers - --inline-source - --main - doc/README - --opname - index.html - --title - "\"Ramaze documentation\"" - --exclude - "\"^(_darcs|spec|examples|bin|pkg)/\"" - --exclude - "\"lib/proto\"" - --include - "\"doc\"" - --accessor - "\"trait\"" extra_rdoc_files: - lib - doc - doc/README - doc/FAQ - doc/CHANGELOG executables: - ramaze extensions: [] requirements: [] dependencies: - !ruby/object:Gem::Dependency name: rake version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.7.1 version: - !ruby/object:Gem::Dependency name: rspec version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.7.5.1 version: - !ruby/object:Gem::Dependency name: rack version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.0 version: