# -*- encoding: utf-8 -*-
# stub: staticmatic 0.9.0 ruby lib

Gem::Specification.new do |s|
  s.name = "staticmatic".freeze
  s.version = "0.9.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Stephen Bartholomew".freeze]
  s.date = "2007-10-16"
  s.email = "steve@curve21.com".freeze
  s.executables = ["staticmatic".freeze]
  s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "bin".freeze, "bin/staticmatic".freeze, "example".freeze, "example/site".freeze, "example/site/contact.html".freeze, "example/site/images".freeze, "example/site/index.html".freeze, "example/site/javascripts".freeze, "example/site/stylesheets".freeze, "example/site/stylesheets/application.css".freeze, "example/src".freeze, "example/src/layouts".freeze, "example/src/layouts/application.haml".freeze, "example/src/pages".freeze, "example/src/pages/contact.haml".freeze, "example/src/pages/index.haml".freeze, "example/src/stylesheets".freeze, "example/src/stylesheets/application.sass".freeze, "lib".freeze, "lib/staticmatic".freeze, "lib/staticmatic.rb".freeze, "lib/staticmatic/base.rb".freeze, "lib/staticmatic/configuration.rb".freeze, "lib/staticmatic/error.rb".freeze, "lib/staticmatic/helpers.rb".freeze, "lib/staticmatic/server.rb".freeze, "lib/staticmatic/templates".freeze, "lib/staticmatic/templates/application.haml".freeze, "lib/staticmatic/templates/application.sass".freeze, "lib/staticmatic/templates/index.haml".freeze, "lib/staticmatic/version.rb".freeze, "test".freeze, "test/base_test.rb".freeze, "test/helpers_test.rb".freeze, "test/sandbox".freeze, "test/sandbox/test_site".freeze, "test/sandbox/test_site/configuration.rb".freeze, "test/sandbox/test_site/site".freeze, "test/sandbox/test_site/site/images".freeze, "test/sandbox/test_site/site/index.html".freeze, "test/sandbox/test_site/site/javascripts".freeze, "test/sandbox/test_site/site/stylesheets".freeze, "test/sandbox/test_site/site/stylesheets/application.css".freeze, "test/sandbox/test_site/src".freeze, "test/sandbox/test_site/src/helpers".freeze, "test/sandbox/test_site/src/helpers/application_helper.rb".freeze, "test/sandbox/test_site/src/layouts".freeze, "test/sandbox/test_site/src/layouts/alternate_layout.haml".freeze, "test/sandbox/test_site/src/layouts/application.haml".freeze, "test/sandbox/test_site/src/layouts/projects.haml".freeze, "test/sandbox/test_site/src/pages".freeze, "test/sandbox/test_site/src/pages/index.haml".freeze, "test/sandbox/test_site/src/pages/layout_test.haml".freeze, "test/sandbox/test_site/src/partials".freeze, "test/sandbox/test_site/src/partials/menu.haml".freeze, "test/sandbox/test_site/src/stylesheets".freeze, "test/sandbox/test_site/src/stylesheets/application.sass".freeze, "test/sandbox/tmp".freeze, "test/server_test.rb".freeze, "test/test_helper.rb".freeze, "test/test_helper_test.rb".freeze, "test/version_test.rb".freeze, "website".freeze, "website/site".freeze, "website/site/download.html".freeze, "website/site/faq.html".freeze, "website/site/how_to_use.html".freeze, "website/site/images".freeze, "website/site/images/bycurve21.gif".freeze, "website/site/images/curve21.jpg".freeze, "website/site/images/homepage-build.jpg".freeze, "website/site/images/homepage-previewing.jpg".freeze, "website/site/images/homepage-templating.jpg".freeze, "website/site/index.html".freeze, "website/site/releases".freeze, "website/site/releases/0_8_10.html".freeze, "website/site/releases/0_8_4.html".freeze, "website/site/releases/0_8_8.html".freeze, "website/site/releases/0_9_0.html".freeze, "website/site/stylesheets".freeze, "website/site/stylesheets/application.css".freeze, "website/src".freeze, "website/src/helpers".freeze, "website/src/helpers/application_helper.rb".freeze, "website/src/layouts".freeze, "website/src/layouts/application.haml".freeze, "website/src/layouts/test.haml".freeze, "website/src/pages".freeze, "website/src/pages/download.haml".freeze, "website/src/pages/faq.haml".freeze, "website/src/pages/how_to_use.haml".freeze, "website/src/pages/index.haml".freeze, "website/src/pages/releases".freeze, "website/src/pages/releases/0_8_10.haml".freeze, "website/src/pages/releases/0_8_4.haml".freeze, "website/src/pages/releases/0_8_8.haml".freeze, "website/src/pages/releases/0_9_0.haml".freeze, "website/src/partials".freeze, "website/src/partials/news.haml".freeze]
  s.homepage = "http//www.curve21.com".freeze
  s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Manage static sites using Haml & Sass".freeze
  s.test_files = ["test/base_test.rb".freeze, "test/helpers_test.rb".freeze, "test/server_test.rb".freeze, "test/test_helper_test.rb".freeze, "test/version_test.rb".freeze]

  s.specification_version = 1

  s.add_runtime_dependency(%q<haml>.freeze, ["> 0.0.0".freeze])
  s.add_runtime_dependency(%q<mongrel>.freeze, ["> 0.0.0".freeze])
end