# -*- encoding: utf-8 -*- # stub: staticmatic 0.10.2 ruby lib Gem::Specification.new do |s| s.name = "staticmatic".freeze s.version = "0.10.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 = ["Stephen Bartholomew".freeze] s.date = "2009-09-20" s.description = "Lightweight Static Site Framework".freeze s.email = "steve@curve21.com".freeze s.executables = ["staticmatic".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = ["LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/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/mixins/build.rb".freeze, "lib/staticmatic/mixins/helpers.rb".freeze, "lib/staticmatic/mixins/render.rb".freeze, "lib/staticmatic/mixins/rescue.rb".freeze, "lib/staticmatic/mixins/server.rb".freeze, "lib/staticmatic/mixins/setup.rb".freeze, "lib/staticmatic/server.rb".freeze, "lib/staticmatic/template_error.rb".freeze, "lib/staticmatic/templates/default/application.haml".freeze, "lib/staticmatic/templates/default/application.sass".freeze, "lib/staticmatic/templates/default/index.haml".freeze, "lib/staticmatic/templates/rescues/default.haml".freeze, "lib/staticmatic/templates/rescues/template.haml".freeze, "test/base_test.rb".freeze, "test/helpers_test.rb".freeze, "test/render_test.rb".freeze, "test/rescue_test.rb".freeze, "test/sandbox/test_site/configuration.rb".freeze, "test/sandbox/test_site/site/index".freeze, "test/sandbox/test_site/site/index.html".freeze, "test/sandbox/test_site/site/layout_test".freeze, "test/sandbox/test_site/site/page_with_error".freeze, "test/sandbox/test_site/site/page_with_partial_error".freeze, "test/sandbox/test_site/site/stylesheets/application.css".freeze, "test/sandbox/test_site/site/sub_folder/another_sub_folder.".freeze, "test/sandbox/test_site/site/sub_folder/another_sub_folder/index.html".freeze, "test/sandbox/test_site/site/sub_folder/another_sub_folder/index.html.html".freeze, "test/sandbox/test_site/site/sub_folder/index.html".freeze, "test/sandbox/test_site/src/helpers/application_helper.rb".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/hello_world.erb".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/pages/page_with_error.haml".freeze, "test/sandbox/test_site/src/pages/page_with_partial_error.haml".freeze, "test/sandbox/test_site/src/partials/menu.haml".freeze, "test/sandbox/test_site/src/partials/partial_with_error.haml".freeze, "test/sandbox/test_site/src/stylesheets/application.sass".freeze, "test/sandbox/test_site/src/stylesheets/css_with_error.sass".freeze, "test/server_test.rb".freeze, "test/setup_test.rb".freeze, "test/template_error_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://staticmatic.net".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Lightweight Static Site Framework".freeze s.test_files = ["test/base_test.rb".freeze, "test/helpers_test.rb".freeze, "test/render_test.rb".freeze, "test/rescue_test.rb".freeze, "test/sandbox/test_site/configuration.rb".freeze, "test/sandbox/test_site/src/helpers/application_helper.rb".freeze, "test/server_test.rb".freeze, "test/setup_test.rb".freeze, "test/template_error_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.5".freeze]) end