# -*- encoding: utf-8 -*-
# stub: toto 0.4.2 ruby lib

Gem::Specification.new do |s|
  s.name = "toto".freeze
  s.version = "0.4.2".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]
  s.date = "2010-02-26"
  s.description = "the tiniest blog-engine in Oz.".freeze
  s.email = "self@cloudhead.net".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.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.rhtml".freeze, "test/templates/archives.rhtml".freeze, "test/templates/article.rhtml".freeze, "test/templates/feed.builder".freeze, "test/templates/index.rhtml".freeze, "test/templates/layout.rhtml".freeze, "test/templates/repo.rhtml".freeze, "test/test_helper.rb".freeze, "test/toto_test.rb".freeze, "toto.gemspec".freeze]
  s.homepage = "http://github.com/cloudhead/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])
end