# -*- encoding: utf-8 -*-
# stub: toto-haml 0.3.3 ruby lib

Gem::Specification.new do |s|
  s.name = "toto-haml".freeze
  s.version = "0.3.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["cloudhead".freeze, "Amos King".freeze]
  s.date = "2010-02-09"
  s.description = "the tiniest blog-engine in Oz.".freeze
  s.email = "amos.l.king@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/ext/ext.rb".freeze, "lib/toto-haml.rb".freeze, "test/articles/1900-05-17-the-wonderful-wizard-of-oz.txt".freeze, "test/articles/2001-01-01-two-thousand-and-one.txt".freeze, "test/articles/2009-04-01-tilt-factor.txt".freeze, "test/articles/2009-12-04-some-random-article.txt".freeze, "test/articles/2009-12-11-the-dichotomy-of-design.txt".freeze, "test/autotest.rb".freeze, "test/templates/about.haml".freeze, "test/templates/about.rhtml".freeze, "test/templates/archives.haml".freeze, "test/templates/archives.rhtml".freeze, "test/templates/article.haml".freeze, "test/templates/article.rhtml".freeze, "test/templates/feed.builder".freeze, "test/templates/index.haml".freeze, "test/templates/index.rhtml".freeze, "test/templates/layout.haml".freeze, "test/templates/layout.rhtml".freeze, "test/templates/repo.haml".freeze, "test/templates/repo.rhtml".freeze, "test/test_helper.rb".freeze, "test/toto_test.rb".freeze, "toto-haml.gemspec".freeze, "toto.gemspec".freeze]
  s.homepage = "http://github.com/adkron/toto".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "the tiniest blog-engine in Oz".freeze
  s.test_files = ["test/autotest.rb".freeze, "test/test_helper.rb".freeze, "test/toto_test.rb".freeze]

  s.specification_version = 3

  s.add_development_dependency(%q<riot>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<builder>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rack>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rdiscount>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<haml>.freeze, [">= 0".freeze])
end