# -*- encoding: utf-8 -*-
# stub: wbzyl-sinatra-rdiscount 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "wbzyl-sinatra-rdiscount".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["W\u00C5\u0082odek Bzyl".freeze]
  s.date = "2009-05-11"
  s.description = "An extension providing RDiscount templates for Sinatra applications.".freeze
  s.email = "matwb@univ.gda.pl".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze]
  s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "examples/app.rb".freeze, "examples/config.ru".freeze, "examples/mapp.rb".freeze, "examples/public/stylesheets/application.css".freeze, "examples/views/hello.rdiscount".freeze, "examples/views/hello2.rdiscount".freeze, "examples/views/layout2.rdiscount".freeze, "lib/sinatra/rdiscount.rb".freeze, "test/sinatra_rdiscount_test.rb".freeze, "test/test_helper.rb".freeze, "test/views/hello.rdiscount".freeze, "test/views/layout2.rdiscount".freeze]
  s.homepage = "http://github.com/wbzyl/sinatra-rdiscount".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "An extension providing RDiscount templates for Sinatra applications.".freeze
  s.test_files = ["test/test_helper.rb".freeze, "test/sinatra_rdiscount_test.rb".freeze, "examples/mapp.rb".freeze, "examples/app.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<erubis>.freeze, [">= 2.6.4".freeze])
end