--- !ruby/object:Gem::Specification name: rango version: !ruby/object:Gem::Version version: 0.1.1.2.6 platform: ruby authors: - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus" autorequire: bindir: bin cert_chain: date: 2009-12-11 00:00:00 +00:00 default_executable: rango dependencies: - !ruby/object:Gem::Dependency name: rack type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.1 version: - !ruby/object:Gem::Dependency name: tilt type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0.3" version: - !ruby/object:Gem::Dependency name: rubyexts type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.2.1 version: - !ruby/object:Gem::Dependency name: media-path type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.1 version: - !ruby/object:Gem::Dependency name: simple-templater type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.1.2 version: - !ruby/object:Gem::Dependency name: bundler type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0.7" version: description: "" email: knava.bestvinensis@gmail.com executables: - rango extensions: [] extra_rdoc_files: [] files: - bin/rango - lib/rango/contrib/pagination/_pagination.html.haml - lib/rango/contrib/pagination/adapters/datamapper.rb - lib/rango/contrib/pagination/helpers.rb - lib/rango/contrib/pagination/page.rb - lib/rango/contrib/pagination/README.textile - lib/rango/contrib/pagination/strategies.rb - lib/rango/contrib/pagination/TODO - lib/rango/contrib/pagination.rb - lib/rango/contrib/syndication.rb - lib/rango/controller.rb - lib/rango/environments.rb - lib/rango/exceptions.rb - lib/rango/forms/form.rb - lib/rango/gv/static.rb - lib/rango/gv.rb - lib/rango/helpers/assets.rb - lib/rango/helpers/general.rb - lib/rango/helpers/syntax.rb - lib/rango/helpers.rb - lib/rango/loggers/fireruby.rb - lib/rango/mini.rb - lib/rango/mixins/application.rb - lib/rango/mixins/configurable.rb - lib/rango/mixins/filters.rb - lib/rango/mixins/http_caching.rb - lib/rango/mixins/message.rb - lib/rango/mixins/render.rb - lib/rango/mixins/rendering.rb - lib/rango/orm/adapter.rb - lib/rango/orm/adapters/datamapper.rb - lib/rango/orm/adapters/sequel.rb - lib/rango/orm/orm.txt - lib/rango/orm/support/datamapper/fields.rb - lib/rango/orm/support/datamapper/support.rb - lib/rango/orm/tasks/datamapper.rake - lib/rango/orm/tasks/sequel.rake - lib/rango/project.rb - lib/rango/rack/middlewares/basic.rb - lib/rango/rack/middlewares/email_obfuscator.rb - lib/rango/rack/middlewares/encoding.rb - lib/rango/rack/middlewares/static.rb - lib/rango/rack/request.rb - lib/rango/router/adapters/rack_mount.rb - lib/rango/router/adapters/rack_router.rb - lib/rango/router/adapters/urlmap.rb - lib/rango/router/adapters/usher.rb - lib/rango/router.rb - lib/rango/settings/erubis.rb - lib/rango/settings/framework.rb - lib/rango/settings/haml.rb - lib/rango/settings/template.rb - lib/rango/settings.rb - lib/rango/support/cucumber/steps/given_steps.rb - lib/rango/support/cucumber/steps/then_steps.rb - lib/rango/support/cucumber/steps/when_steps.rb - lib/rango/tasks/spec.rake - lib/rango/templates/exts/erubis.rb - lib/rango/templates/exts/haml.rb - lib/rango/templates/exts/tilt.rb - lib/rango/templates/helpers.rb - lib/rango/templates/template.rb - lib/rango/utils.rb - lib/rango/version.rb - lib/rango.rb - spec/rango/contrib/pagination/adapters/datamapper_spec.rb - spec/rango/contrib/pagination/helpers_spec.rb - spec/rango/contrib/pagination/page_spec.rb - spec/rango/contrib/pagination/strategies_spec.rb - spec/rango/contrib/pagination_spec.rb - spec/rango/contrib/syndication_spec.rb - spec/rango/controller_spec.rb - spec/rango/environments_spec.rb - spec/rango/exceptions_spec.rb - spec/rango/forms/form_spec.rb - spec/rango/gv/static_spec.rb - spec/rango/gv_spec.rb - spec/rango/helpers/assets_spec.rb - spec/rango/helpers/general_spec.rb - spec/rango/helpers/syntax_spec.rb - spec/rango/helpers_spec.rb - spec/rango/loggers/fireruby_spec.rb - spec/rango/mini_spec.rb - spec/rango/mixins/application_spec.rb - spec/rango/mixins/configurable_spec.rb - spec/rango/mixins/filters_spec.rb - spec/rango/mixins/http_caching_spec.rb - spec/rango/mixins/message_spec.rb - spec/rango/mixins/render_spec.rb - spec/rango/mixins/rendering_spec.rb - spec/rango/orm/adapter_spec.rb - spec/rango/orm/adapters/datamapper_spec.rb - spec/rango/orm/adapters/sequel_spec.rb - spec/rango/orm/support/datamapper/fields_spec.rb - spec/rango/orm/support/datamapper/support_spec.rb - spec/rango/project_spec.rb - spec/rango/rack/middlewares/basic_spec.rb - spec/rango/rack/middlewares/email_obfuscator_spec.rb - spec/rango/rack/middlewares/encoding_spec.rb - spec/rango/rack/middlewares/static_spec.rb - spec/rango/rack/request_spec.rb - spec/rango/router/adapters/rack_mount_spec.rb - spec/rango/router/adapters/rack_router_spec.rb - spec/rango/router/adapters/urlmap_spec.rb - spec/rango/router/adapters/usher_spec.rb - spec/rango/router_spec.rb - spec/rango/settings/erubis_spec.rb - spec/rango/settings/framework_spec.rb - spec/rango/settings/haml_spec.rb - spec/rango/settings/template_spec.rb - spec/rango/settings_spec.rb - spec/rango/support/cucumber/steps/given_steps_spec.rb - spec/rango/support/cucumber/steps/then_steps_spec.rb - spec/rango/support/cucumber/steps/when_steps_spec.rb - spec/rango/templates/exts/erubis_spec.rb - spec/rango/templates/exts/haml_spec.rb - spec/rango/templates/exts/tilt_spec.rb - spec/rango/templates/helpers_spec.rb - spec/rango/templates/template_spec.rb - spec/rango/utils_spec.rb - spec/rango_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/stubs/acqs/dir/lib.rb - spec/stubs/acqs/dir/lib_spec.rb - spec/stubs/acqs/lib.rb - spec/stubs/acqs/tasks.thor - spec/stubs/config.ru - spec/stubs/flat.rb - spec/stubs/templates/basic.html.erb - spec/stubs/templates/capture.html.erb - spec/stubs/templates/context.html.erb - spec/stubs/templates/context_id.html.haml - spec/stubs/templates/erubis.html.erubis - spec/stubs/templates/exception.html.erb - spec/stubs/templates/index.html.haml - spec/stubs/templates/inheritance/basic/base.html.haml - spec/stubs/templates/inheritance/basic/index.html.haml - spec/stubs/templates/inheritance/capture/erb/base.html.erb - spec/stubs/templates/inheritance/capture/erb/index.html.erb - spec/stubs/templates/inheritance/capture/erubis/base.html.erubis - spec/stubs/templates/inheritance/capture/erubis/index.html.erubis - spec/stubs/templates/inheritance/capture/haml/base.html.haml - spec/stubs/templates/inheritance/capture/haml/index.html.haml - spec/stubs/templates/test.html.haml - spec/stubs/templates/variables.html.haml - stubs/app/content/init.rb.rbt - stubs/app/content/models.rb.rbt - stubs/app/content/views.rb.rbt - stubs/app/metadata.yml - stubs/app/setup.rb - stubs/bigapp/content/init.rb - stubs/bigapp/content/models/%model%.rb.rbt - stubs/bigapp/content/views/%controller%.rb.rbt - stubs/bigapp/content/views/application.rb - stubs/bigapp/metadata.yml - stubs/bigapp/setup.rb - stubs/features/content/env.rb - stubs/features/metadata.yml - stubs/flat/content/flat.ru - stubs/flat/content/flat.ru.rbt - stubs/flat/metadata.yml - stubs/flat/postprocess.rb - stubs/flat/setup.rb - stubs/project/content/config.ru.rbt - stubs/project/content/Gemfile.rbt - stubs/project/content/init.rb.rbt - stubs/project/content/Rakefile.rbt - stubs/project/content/settings.rb - stubs/project/content/settings_local.rb.rbt - stubs/project/content/spec/%name%/init_spec.rb.rbt - stubs/project/content/spec/%name%/models_spec.rb.rbt - stubs/project/content/spec/%name%/views_spec.rb.rbt - stubs/project/content/spec/spec.opts - stubs/project/content/spec/spec_helper.rb - stubs/project/content/templates/base.html.haml.rbt - stubs/project/content/templates/index.html.haml - stubs/project/content/TODO.txt - stubs/project/metadata.yml - stubs/project/postprocess.rb - stubs/project/setup.rb - CHANGELOG - CONTRIBUTORS - LICENSE - Rakefile - README.textile - simple-templater.scope has_rdoc: true homepage: http://github.com/botanicus/rango licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: "1.9" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rango rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Rango is ultralightweight, ultracustomizable, ultracool web framework deeply inspired by Django. test_files: []