--- !ruby/object:Gem::Specification name: sinatra_more version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Nathan Esquenazi autorequire: bindir: bin cert_chain: [] date: 2009-10-28 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: sinatra type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.2 version: - !ruby/object:Gem::Dependency name: activesupport type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.2 version: - !ruby/object:Gem::Dependency name: warden type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.4.0 version: - !ruby/object:Gem::Dependency name: haml type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.1 version: - !ruby/object:Gem::Dependency name: shoulda type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.10.2 version: - !ruby/object:Gem::Dependency name: mocha type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.9.7 version: - !ruby/object:Gem::Dependency name: rack-test type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.5.0 version: - !ruby/object:Gem::Dependency name: webrat type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.5.1 version: description: Expands sinatra with standard helpers and tools to allow for complex applications email: nesquena@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - TODO - VERSION - lib/sinatra_more.rb - lib/sinatra_more/markup_plugin.rb - lib/sinatra_more/markup_plugin/asset_tag_helpers.rb - lib/sinatra_more/markup_plugin/form_builder/abstract_form_builder.rb - lib/sinatra_more/markup_plugin/form_builder/standard_form_builder.rb - lib/sinatra_more/markup_plugin/form_helpers.rb - lib/sinatra_more/markup_plugin/format_helpers.rb - lib/sinatra_more/markup_plugin/output_helpers.rb - lib/sinatra_more/markup_plugin/tag_helpers.rb - lib/sinatra_more/render_plugin.rb - lib/sinatra_more/render_plugin/render_helpers.rb - lib/sinatra_more/support_lite.rb - lib/sinatra_more/warden_plugin.rb - lib/sinatra_more/warden_plugin/warden_helpers.rb - sinatra_more.gemspec - test/active_support_helpers.rb - test/fixtures/markup_app/app.rb - test/fixtures/markup_app/views/capture_concat.erb - test/fixtures/markup_app/views/capture_concat.haml - test/fixtures/markup_app/views/content_tag.erb - test/fixtures/markup_app/views/content_tag.haml - test/fixtures/markup_app/views/form_for.erb - test/fixtures/markup_app/views/form_for.haml - test/fixtures/markup_app/views/form_tag.erb - test/fixtures/markup_app/views/form_tag.haml - test/fixtures/markup_app/views/link_to.erb - test/fixtures/markup_app/views/link_to.haml - test/fixtures/render_app/app.rb - test/fixtures/render_app/views/erb/test.erb - test/fixtures/render_app/views/haml/test.haml - test/fixtures/render_app/views/template/_user.haml - test/fixtures/render_app/views/template/haml_template.haml - test/fixtures/render_app/views/template/some_template.haml - test/fixtures/warden_app/app.rb - test/fixtures/warden_app/views/dashboard.haml - test/helper.rb - test/markup_plugin/test_asset_tag_helpers.rb - test/markup_plugin/test_form_builder.rb - test/markup_plugin/test_form_helpers.rb - test/markup_plugin/test_format_helpers.rb - test/markup_plugin/test_output_helpers.rb - test/markup_plugin/test_tag_helpers.rb - test/test_render_plugin.rb - test/test_warden_plugin.rb has_rdoc: true homepage: http://github.com/nesquena/sinatra_more licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Expands sinatra to allow for complex applications test_files: - test/active_support_helpers.rb - test/fixtures/markup_app/app.rb - test/fixtures/render_app/app.rb - test/fixtures/warden_app/app.rb - test/helper.rb - test/markup_plugin/test_asset_tag_helpers.rb - test/markup_plugin/test_form_builder.rb - test/markup_plugin/test_form_helpers.rb - test/markup_plugin/test_format_helpers.rb - test/markup_plugin/test_output_helpers.rb - test/markup_plugin/test_tag_helpers.rb - test/test_render_plugin.rb - test/test_warden_plugin.rb