# -*- encoding: utf-8 -*- # stub: sinatra_more 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "sinatra_more".freeze s.version = "0.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Esquenazi".freeze] s.date = "2009-10-29" s.description = "Expands sinatra with standard helpers and tools to allow for complex applications".freeze s.email = "nesquena@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "lib/sinatra_more.rb".freeze, "lib/sinatra_more/markup_plugin.rb".freeze, "lib/sinatra_more/markup_plugin/asset_tag_helpers.rb".freeze, "lib/sinatra_more/markup_plugin/form_builder/abstract_form_builder.rb".freeze, "lib/sinatra_more/markup_plugin/form_builder/standard_form_builder.rb".freeze, "lib/sinatra_more/markup_plugin/form_helpers.rb".freeze, "lib/sinatra_more/markup_plugin/format_helpers.rb".freeze, "lib/sinatra_more/markup_plugin/output_helpers.rb".freeze, "lib/sinatra_more/markup_plugin/tag_helpers.rb".freeze, "lib/sinatra_more/render_plugin.rb".freeze, "lib/sinatra_more/render_plugin/render_helpers.rb".freeze, "lib/sinatra_more/support_lite.rb".freeze, "lib/sinatra_more/warden_plugin.rb".freeze, "lib/sinatra_more/warden_plugin/warden_helpers.rb".freeze, "sinatra_more.gemspec".freeze, "test/active_support_helpers.rb".freeze, "test/fixtures/markup_app/app.rb".freeze, "test/fixtures/markup_app/views/capture_concat.erb".freeze, "test/fixtures/markup_app/views/capture_concat.haml".freeze, "test/fixtures/markup_app/views/content_tag.erb".freeze, "test/fixtures/markup_app/views/content_tag.haml".freeze, "test/fixtures/markup_app/views/form_for.erb".freeze, "test/fixtures/markup_app/views/form_for.haml".freeze, "test/fixtures/markup_app/views/form_tag.erb".freeze, "test/fixtures/markup_app/views/form_tag.haml".freeze, "test/fixtures/markup_app/views/link_to.erb".freeze, "test/fixtures/markup_app/views/link_to.haml".freeze, "test/fixtures/render_app/app.rb".freeze, "test/fixtures/render_app/views/erb/test.erb".freeze, "test/fixtures/render_app/views/haml/test.haml".freeze, "test/fixtures/render_app/views/template/_user.haml".freeze, "test/fixtures/render_app/views/template/haml_template.haml".freeze, "test/fixtures/render_app/views/template/some_template.haml".freeze, "test/fixtures/warden_app/app.rb".freeze, "test/fixtures/warden_app/views/dashboard.haml".freeze, "test/helper.rb".freeze, "test/markup_plugin/test_asset_tag_helpers.rb".freeze, "test/markup_plugin/test_form_builder.rb".freeze, "test/markup_plugin/test_form_helpers.rb".freeze, "test/markup_plugin/test_format_helpers.rb".freeze, "test/markup_plugin/test_output_helpers.rb".freeze, "test/markup_plugin/test_tag_helpers.rb".freeze, "test/test_render_plugin.rb".freeze, "test/test_warden_plugin.rb".freeze] s.homepage = "http://github.com/nesquena/sinatra_more".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Expands sinatra to allow for complex applications".freeze s.test_files = ["test/active_support_helpers.rb".freeze, "test/fixtures/markup_app/app.rb".freeze, "test/fixtures/render_app/app.rb".freeze, "test/fixtures/warden_app/app.rb".freeze, "test/helper.rb".freeze, "test/markup_plugin/test_asset_tag_helpers.rb".freeze, "test/markup_plugin/test_form_builder.rb".freeze, "test/markup_plugin/test_form_helpers.rb".freeze, "test/markup_plugin/test_format_helpers.rb".freeze, "test/markup_plugin/test_output_helpers.rb".freeze, "test/markup_plugin/test_tag_helpers.rb".freeze, "test/test_render_plugin.rb".freeze, "test/test_warden_plugin.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.9.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.2".freeze]) s.add_development_dependency(%q.freeze, [">= 2.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 2.10.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.1".freeze]) end