--- !ruby/object:Gem::Specification rubygems_version: 0.9.3 specification_version: 1 name: ramaze version: !ruby/object:Gem::Version version: 0.1.1 date: 2007-05-27 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.1.1/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/view.rb - examples/blog/template - examples/blog/template/new.xhtml - examples/blog/template/edit.xhtml - examples/blog/template/index.xhtml - examples/blog/main.rb - examples/blog/public - examples/blog/public/styles - examples/blog/public/styles/blog.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/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/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_remarkably.rb - examples/templates/template_liquid.rb - examples/templates/template - examples/templates/template/external.mab - examples/templates/template/external.rem - 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/meta - doc/meta/internals.txt - doc/meta/configuration.txt - doc/meta/announcement.txt - doc/migrate - doc/migrate/1110_to_1111.txt - 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.mkd - doc/AUTHORS - doc/INSTALL - doc/COPYING - doc/ProjectInfo - spec/helper - spec/helper/context.rb - spec/helper/simple_http.rb - spec/helper/mock_http.rb - spec/helper/layout.rb - spec/helper/requester.rb - spec/helper/wrap.rb - spec/helper/minimal.rb - spec/ramaze - spec/ramaze/request - spec/ramaze/request/mongrel.rb - spec/ramaze/request/webrick.rb - spec/ramaze/store - spec/ramaze/store/yaml.rb - spec/ramaze/store/default.rb - spec/ramaze/error.rb - spec/ramaze/template - spec/ramaze/template/haml - spec/ramaze/template/haml/index.haml - spec/ramaze/template/haml/with_vars.haml - spec/ramaze/template/markaby.rb - spec/ramaze/template/ezamar.rb - spec/ramaze/template/erubis.rb - spec/ramaze/template/markaby - spec/ramaze/template/markaby/external.mab - spec/ramaze/template/markaby/sum.mab - spec/ramaze/template/remarkably - spec/ramaze/template/remarkably/external.rem - spec/ramaze/template/remarkably/sum.rem - spec/ramaze/template/liquid.rb - spec/ramaze/template/remarkably.rb - spec/ramaze/template/erubis - spec/ramaze/template/erubis/sum.rhtml - spec/ramaze/template/ezamar - spec/ramaze/template/ezamar/sum.zmr - spec/ramaze/template/ezamar/nested.zmr - spec/ramaze/template/ezamar/combined.zmr - spec/ramaze/template/ezamar/index.zmr - spec/ramaze/template/ezamar/some__long__action.zmr - spec/ramaze/template/ezamar/file_only.zmr - spec/ramaze/template/ezamar/another - spec/ramaze/template/ezamar/another/long - spec/ramaze/template/ezamar/another/long/action.zmr - spec/ramaze/template/liquid - spec/ramaze/template/liquid/index.liquid - spec/ramaze/template/liquid/products.liquid - spec/ramaze/template/haml.rb - spec/ramaze/template/ramaze - spec/ramaze/template/ramaze/external.test - spec/ramaze/template/amrita2 - spec/ramaze/template/amrita2/sum.amrita - spec/ramaze/template/amrita2/index.amrita - spec/ramaze/template/amrita2/data.amrita - spec/ramaze/template/amrita2.rb - spec/ramaze/cache.rb - spec/ramaze/template.rb - spec/ramaze/tidy.rb - spec/ramaze/helper - spec/ramaze/helper/link.rb - spec/ramaze/helper/cache.rb - spec/ramaze/helper/feed.rb - spec/ramaze/helper/file.rb - spec/ramaze/helper/redirect.rb - spec/ramaze/helper/form.rb - spec/ramaze/helper/flash.rb - spec/ramaze/helper/stack.rb - spec/ramaze/helper/auth.rb - spec/ramaze/helper/aspect.rb - spec/ramaze/adapter.rb - spec/ramaze/localize.rb - spec/ramaze/inform - spec/ramaze/inform/informer.rb - spec/ramaze/inform/syslog.rb - spec/ramaze/adapter - spec/ramaze/adapter/mongrel.rb - spec/ramaze/adapter/webrick.rb - spec/ramaze/adapter/record.rb - spec/ramaze/request.rb - spec/ramaze/controller - spec/ramaze/controller/template_resolving.rb - spec/ramaze/controller/template - spec/ramaze/controller/template/other - spec/ramaze/controller/template/other/greet - spec/ramaze/controller/template/other/greet/other.xhtml - spec/ramaze/controller/template/greet.xhtml - spec/ramaze/controller/template/list.xhtml - spec/ramaze/controller.rb - spec/ramaze/public - spec/ramaze/public/favicon.ico - spec/ramaze/public/ramaze.png - spec/ramaze/public/test_download.css - spec/ramaze/public/error404.xhtml - spec/ramaze/gestalt.rb - spec/ramaze/session.rb - spec/ramaze/element.rb - spec/ramaze/morpher.rb - spec/ramaze/params.rb - spec/examples - spec/examples/caching.rb - spec/examples/todolist.rb - spec/examples/element.rb - spec/examples/simple.rb - spec/examples/hello.rb - spec/examples/templates - spec/examples/templates/template_ezamar.rb - spec/examples/templates/template_erubis.rb - spec/examples/templates/template_remarkably.rb - spec/examples/templates/template_liquid.rb - spec/examples/templates/template_amrita2.rb - spec/examples/templates/template_haml.rb - spec/examples/templates/template_markaby.rb - spec/helper.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/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/favicon.ico - lib/proto/public/ramaze.png - lib/proto/public/error.zmr - lib/ramaze.rb - lib/ramaze - lib/ramaze/tool - lib/ramaze/tool/mime_types.yaml - lib/ramaze/tool/record.rb - lib/ramaze/tool/mime.rb - lib/ramaze/tool/tidy.rb - lib/ramaze/tool/localize.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/remarkably.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/global - lib/ramaze/global/globalstruct.rb - lib/ramaze/global/dsl.rb - lib/ramaze/helper - lib/ramaze/helper/markaby.rb - lib/ramaze/helper/link.rb - lib/ramaze/helper/cache.rb - lib/ramaze/helper/feed.rb - lib/ramaze/helper/file.rb - lib/ramaze/helper/cgi.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/helper/inform.rb - lib/ramaze/adapter.rb - lib/ramaze/inform - lib/ramaze/inform/informer.rb - lib/ramaze/inform/xosd.rb - lib/ramaze/inform/syslog.rb - lib/ramaze/inform/growl.rb - lib/ramaze/inform/hub.rb - lib/ramaze/inform/informing.rb - lib/ramaze/inform/analogger.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/adapter/base.rb - lib/ramaze/controller - lib/ramaze/controller/resolve.rb - lib/ramaze/controller/error.rb - lib/ramaze/controller/render.rb - lib/ramaze/controller.rb - lib/ramaze/sourcereload.rb - lib/ramaze/dispatcher.rb - lib/ramaze/dispatcher - lib/ramaze/dispatcher/error.rb - lib/ramaze/dispatcher/file.rb - lib/ramaze/dispatcher/action.rb - lib/ramaze/trinity.rb - lib/ramaze/gestalt.rb - lib/ramaze/global.rb - lib/ramaze/action.rb - lib/ramaze/helper.rb - lib/ramaze/snippets - lib/ramaze/snippets/openstruct - lib/ramaze/snippets/openstruct/temp.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/object - lib/ramaze/snippets/object/traits.rb - lib/ramaze/snippets/ramaze - lib/ramaze/snippets/ramaze/caller_lines.rb - lib/ramaze/snippets/ramaze/caller_info.rb - lib/ramaze/snippets/string - lib/ramaze/snippets/string/each.rb - lib/ramaze/snippets/string/color.rb - lib/ramaze/snippets/string/DIVIDE.rb - lib/ramaze/snippets/string/camel_case.rb - lib/ramaze/snippets/string/snake_case.rb - lib/ramaze/snippets/struct - lib/ramaze/snippets/struct/fill.rb - lib/ramaze/snippets/struct/values_at.rb - lib/ramaze/snippets/symbol - lib/ramaze/snippets/symbol/to_proc.rb - lib/ramaze/version.rb - lib/ramaze/inform.rb - rake_tasks/conf.rake - rake_tasks/gem.rake - rake_tasks/spec.rake - rake_tasks/maintaince.rake 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.3 version: - !ruby/object:Gem::Dependency name: rspec version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.2 version: - !ruby/object:Gem::Dependency name: rack version_requirement: version_requirements: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.0 version: