--- !ruby/object:Gem::Specification 
name: sinatra_more
version: !ruby/object:Gem::Version 
  version: 0.0.10
platform: ruby
authors: 
- Nathan Esquenazi
autorequire: 
bindir: bin
cert_chain: []

date: 2009-10-25 00:00:00 -07:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: thoughtbot-shoulda
  type: :development
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: "0"
    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/warden_plugin.rb
- lib/sinatra_more/warden_plugin/warden_helpers.rb
- sinatra_more.gemspec
- test/fixtures/render_app/app.rb
- test/fixtures/render_app/views/bar/test.erb
- test/fixtures/render_app/views/foo/test.haml
- test/fixtures/warden_app/app.rb
- test/helper.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/fixtures/render_app/app.rb
- test/fixtures/warden_app/app.rb
- test/helper.rb
- test/test_render_plugin.rb
- test/test_warden_plugin.rb