--- !ruby/object:Gem::Specification name: staticmatic version: !ruby/object:Gem::Version version: 0.10.7 platform: ruby authors: - Stephen Bartholomew autorequire: bindir: bin cert_chain: [] date: 2009-11-23 00:00:00 +00:00 default_executable: staticmatic dependencies: - !ruby/object:Gem::Dependency name: haml type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 version: - !ruby/object:Gem::Dependency name: rack type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "1.0" version: - !ruby/object:Gem::Dependency name: mongrel type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.1.5 version: description: Lightweight Static Site Framework email: steve@curve21.com executables: - staticmatic extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - LICENSE - README.markdown - Rakefile - VERSION.yml - bin/staticmatic - lib/staticmatic.rb - lib/staticmatic/base.rb - lib/staticmatic/configuration.rb - lib/staticmatic/error.rb - lib/staticmatic/helpers.rb - lib/staticmatic/mixins/build.rb - lib/staticmatic/mixins/helpers.rb - lib/staticmatic/mixins/render.rb - lib/staticmatic/mixins/rescue.rb - lib/staticmatic/mixins/server.rb - lib/staticmatic/mixins/setup.rb - lib/staticmatic/server.rb - lib/staticmatic/template_error.rb - lib/staticmatic/templates/default/application.haml - lib/staticmatic/templates/default/application.sass - lib/staticmatic/templates/default/index.haml - lib/staticmatic/templates/rescues/default.haml - lib/staticmatic/templates/rescues/template.haml - spec/base_spec.rb - spec/helpers_spec.rb - spec/render_spec.rb - spec/rescue_spec.rb - spec/sandbox/test_site/configuration.rb - spec/sandbox/test_site/site/index - spec/sandbox/test_site/site/index.html - spec/sandbox/test_site/site/layout_test - spec/sandbox/test_site/site/page_with_error - spec/sandbox/test_site/site/page_with_partial_error - spec/sandbox/test_site/site/stylesheets/application.css - spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html - spec/sandbox/test_site/site/sub_folder/another_sub_folder/index.html.html - spec/sandbox/test_site/site/sub_folder/index.html - spec/sandbox/test_site/src/helpers/application_helper.rb - spec/sandbox/test_site/src/layouts/alternate_layout.haml - spec/sandbox/test_site/src/layouts/application.haml - spec/sandbox/test_site/src/layouts/projects.haml - spec/sandbox/test_site/src/pages/hello_world.erb - spec/sandbox/test_site/src/pages/index.haml - spec/sandbox/test_site/src/pages/layout_test.haml - spec/sandbox/test_site/src/pages/page_with_error.haml - spec/sandbox/test_site/src/pages/page_with_partial_error.haml - spec/sandbox/test_site/src/partials/menu.haml - spec/sandbox/test_site/src/partials/partial_with_error.haml - spec/sandbox/test_site/src/stylesheets/application.sass - spec/sandbox/test_site/src/stylesheets/css_with_error.sass - spec/sandbox/test_site/src/stylesheets/nested/a_nested_stylesheet.sass - spec/sandbox/test_site/src/stylesheets/partials/_forms.sass - spec/server_spec.rb - spec/setup_spec.rb - spec/spec_helper.rb - spec/template_error_spec.rb has_rdoc: true homepage: http://staticmatic.net licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: staticmatic rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Lightweight Static Site Framework test_files: - spec/base_spec.rb - spec/helpers_spec.rb - spec/render_spec.rb - spec/rescue_spec.rb - spec/sandbox/test_site/configuration.rb - spec/sandbox/test_site/src/helpers/application_helper.rb - spec/server_spec.rb - spec/setup_spec.rb - spec/spec_helper.rb - spec/template_error_spec.rb