# -*- encoding: utf-8 -*- # stub: zzot-semi-static 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "zzot-semi-static".freeze s.version = "0.0.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 = ["Josh Dady".freeze] s.date = "2009-02-26" s.description = "Semi-Static is yet another static site generator.".freeze s.email = "projects@zzot.net".freeze s.executables = ["semi".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.markdown".freeze, "VERSION.yml".freeze, "bin/semi".freeze, "lib/semi-static".freeze, "lib/semi-static.rb".freeze, "lib/semi-static/base.rb".freeze, "lib/semi-static/categories.rb".freeze, "lib/semi-static/cli.rb".freeze, "lib/semi-static/convertable.rb".freeze, "lib/semi-static/core_ext".freeze, "lib/semi-static/core_ext/hash.rb".freeze, "lib/semi-static/index.rb".freeze, "lib/semi-static/layout.rb".freeze, "lib/semi-static/page.rb".freeze, "lib/semi-static/post.rb".freeze, "lib/semi-static/posts.rb".freeze, "lib/semi-static/pygmentize.rb".freeze, "lib/semi-static/site.rb".freeze, "lib/semi-static/snippet.rb".freeze, "lib/semi-static/statistics.rb".freeze, "lib/semi-static/stylesheet.rb".freeze, "test/helper.rb".freeze, "test/output".freeze, "test/output/2005".freeze, "test/output/2005/03".freeze, "test/output/2005/03/27".freeze, "test/output/2005/03/27/a-bash-script-to-mess-with-the-containing-terminalapp-window.html".freeze, "test/output/2005/03/27/index.html".freeze, "test/output/2005/03/index.html".freeze, "test/output/2005/index.html".freeze, "test/output/2008".freeze, "test/output/2008/11".freeze, "test/output/2008/11/24".freeze, "test/output/2008/11/24/index.html".freeze, "test/output/2008/11/24/lighting-up.html".freeze, "test/output/2008/11/26".freeze, "test/output/2008/11/26/impressions.html".freeze, "test/output/2008/11/26/index.html".freeze, "test/output/2008/11/index.html".freeze, "test/output/2008/12".freeze, "test/output/2008/12/04".freeze, "test/output/2008/12/04/index.html".freeze, "test/output/2008/12/04/the-working-mans-typeface.html".freeze, "test/output/2008/12/index.html".freeze, "test/output/2008/index.html".freeze, "test/output/about.html".freeze, "test/output/colophon.html".freeze, "test/output/css".freeze, "test/output/css/screen.css".freeze, "test/output/css/syntax.css".freeze, "test/output/feed.xml".freeze, "test/output/scripts".freeze, "test/output/scripts/jquery-1.3.js".freeze, "test/output/scripts/jquery-1.3.min.js".freeze, "test/ref".freeze, "test/ref/test_layout".freeze, "test/ref/test_layout/default_layout.html".freeze, "test/ref/test_layout/post_layout.html".freeze, "test/ref/test_output".freeze, "test/ref/test_output/2005-03-27.html".freeze, "test/ref/test_output/2005-03.html".freeze, "test/ref/test_output/2005.html".freeze, "test/ref/test_output/2008-11-24.html".freeze, "test/ref/test_output/2008-11-26.html".freeze, "test/ref/test_output/2008-11.html".freeze, "test/ref/test_output/2008-12-04.html".freeze, "test/ref/test_output/2008-12.html".freeze, "test/ref/test_output/2008.html".freeze, "test/ref/test_page".freeze, "test/ref/test_page/about.html".freeze, "test/ref/test_page/colophon.html".freeze, "test/ref/test_post".freeze, "test/ref/test_post/impressions.html".freeze, "test/ref/test_post/lighting-up.html".freeze, "test/ref/test_post/the-working-mans-typeface.html".freeze, "test/source".freeze, "test/source/indices".freeze, "test/source/indices/day.erb".freeze, "test/source/indices/month.erb".freeze, "test/source/indices/year.erb".freeze, "test/source/layouts".freeze, "test/source/layouts/default.haml".freeze, "test/source/layouts/post.erb".freeze, "test/source/pages".freeze, "test/source/pages/about.md".freeze, "test/source/pages/colophon.md".freeze, "test/source/pages/feed.xml.erb".freeze, "test/source/posts".freeze, "test/source/posts/2005-03-27-a-bash-script-to-mess-with-the-containing-terminalapp-window.markdown".freeze, "test/source/posts/2008-11-24-lighting-up.markdown".freeze, "test/source/posts/2008-11-26-impressions.md".freeze, "test/source/posts/2008-12-04-the-working-mans-typeface.html".freeze, "test/source/scripts".freeze, "test/source/scripts/jquery-1.3.js".freeze, "test/source/scripts/jquery-1.3.min.js".freeze, "test/source/semi.yml".freeze, "test/source/snippets".freeze, "test/source/snippets/comment-links.html".freeze, "test/source/snippets/comments.html".freeze, "test/source/stylesheets".freeze, "test/source/stylesheets/layout.sass".freeze, "test/source/stylesheets/post.sass".freeze, "test/source/stylesheets/screen.sass".freeze, "test/source/stylesheets/syntax.css".freeze, "test/source/stylesheets/text.sass".freeze, "test/test_layout.rb".freeze, "test/test_output.rb".freeze, "test/test_page.rb".freeze, "test/test_post.rb".freeze] s.homepage = "http://github.com/zzot/semi-static".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Semi-Static is yet another static site generator.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.5.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.6".freeze]) end