--- !ruby/object:Gem::Specification
name: staticmatic2
version: !ruby/object:Gem::Version
  version: 2.0.2
  prerelease: 
platform: ruby
authors:
- Stephen Bartholomew
- Gilbert B Garza
autorequire: 
bindir: bin
cert_chain: []
date: 2011-03-14 00:00:00.000000000 -05:00
default_executable: staticmatic
dependencies:
- !ruby/object:Gem::Dependency
  name: haml
  requirement: &2151852600 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 2.0.0
  type: :runtime
  prerelease: false
  version_requirements: *2151852600
- !ruby/object:Gem::Dependency
  name: compass
  requirement: &2151833420 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *2151833420
- !ruby/object:Gem::Dependency
  name: rack
  requirement: &2151831020 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '1.0'
  type: :runtime
  prerelease: false
  version_requirements: *2151831020
- !ruby/object:Gem::Dependency
  name: thor
  requirement: &2151829180 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 0.14.6
  type: :runtime
  prerelease: false
  version_requirements: *2151829180
- !ruby/object:Gem::Dependency
  name: aws-s3
  requirement: &2151825580 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *2151825580
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: &2151817780 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 1.0.10
  type: :development
  prerelease: false
  version_requirements: *2151817780
- !ruby/object:Gem::Dependency
  name: jeweler
  requirement: &2151813700 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 1.5.2
  type: :development
  prerelease: false
  version_requirements: *2151813700
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: &2151808920 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 1.3.1
  type: :development
  prerelease: false
  version_requirements: *2151808920
description: ! "    StaticMatic helps you quickly create maintainable static websites
  using\n    tools such as Haml and Sass.\n    \n    Quickly deploy to services such
  as Amazon S3 in a single command.\n"
email: gilbertbgarza@gmail.com
executables:
- staticmatic
extensions: []
extra_rdoc_files:
- LICENSE
- README.markdown
files:
- Gemfile
- Gemfile.lock
- LICENSE
- README.markdown
- Rakefile
- VERSION.yml
- bin/staticmatic
- lib/staticmatic.rb
- lib/staticmatic/base.rb
- lib/staticmatic/compass.rb
- lib/staticmatic/compass/app_integration.rb
- lib/staticmatic/compass/configuration_defaults.rb
- lib/staticmatic/compass/installer.rb
- lib/staticmatic/configuration.rb
- lib/staticmatic/deployers/aws-s3.rb
- lib/staticmatic/deployers/config/amazon.yml
- lib/staticmatic/error.rb
- lib/staticmatic/helpers.rb
- lib/staticmatic/helpers/assets_helper.rb
- lib/staticmatic/helpers/current_path_helper.rb
- lib/staticmatic/helpers/form_helper.rb
- lib/staticmatic/helpers/render_helper.rb
- lib/staticmatic/helpers/tag_helper.rb
- lib/staticmatic/helpers/url_helper.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/rescues/default.haml
- lib/staticmatic/templates/rescues/template.haml
- spec/base_spec.rb
- spec/compass_integration_spec.rb
- spec/helpers/asset_helper_spec.rb
- spec/helpers/custom_helper_spec.rb
- spec/render_spec.rb
- spec/rescue_spec.rb
- spec/sandbox/test_site/config/compass.rb
- spec/sandbox/test_site/config/site.rb
- spec/sandbox/test_site/src/helpers/application_helper.rb
- spec/sandbox/test_site/src/layouts/alternate_layout.haml
- spec/sandbox/test_site/src/layouts/default.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_one.haml
- spec/sandbox/test_site/src/pages/page_two.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/sandbox/test_site/src/stylesheets/sassy.scss
- spec/server_spec.rb
- spec/setup_spec.rb
- spec/spec_helper.rb
- spec/template_error_spec.rb
- staticmatic.gemspec
- staticmatic2.gemspec
- website/Gemfile
- website/config/site.rb
- website/site/docs/compass_integration.html
- website/site/docs/getting_started.html
- website/site/docs/helpers.html
- website/site/images/bycurve21.gif
- website/site/images/curve21.jpg
- website/site/images/homepage-build.jpg
- website/site/images/homepage-previewing.jpg
- website/site/images/homepage-templating.jpg
- website/site/stylesheets/ie.css
- website/site/stylesheets/print.css
- website/site/stylesheets/screen.css
- website/src/helpers/content_helper.rb
- website/src/layouts/default.haml
- website/src/pages/development.haml
- website/src/pages/docs/_menu.haml
- website/src/pages/docs/_requires_prerelease.haml
- website/src/pages/docs/compass_integration.haml
- website/src/pages/docs/getting_started.haml
- website/src/pages/docs/helpers.haml
- website/src/pages/index.haml
- website/src/stylesheets/_base.scss
- website/src/stylesheets/_defaults.scss
- website/src/stylesheets/ie.scss
- website/src/stylesheets/print.scss
- website/src/stylesheets/screen.scss
has_rdoc: true
homepage: http://github.com/mindeavor/staticmatic
licenses:
- MIT
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -4211925824253261974
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: staticmatic2
rubygems_version: 1.6.1
signing_key: 
specification_version: 3
summary: Build static websites using modern dynamic tools
test_files:
- spec/base_spec.rb
- spec/compass_integration_spec.rb
- spec/helpers/asset_helper_spec.rb
- spec/helpers/custom_helper_spec.rb
- spec/render_spec.rb
- spec/rescue_spec.rb
- spec/sandbox/test_site/config/compass.rb
- spec/sandbox/test_site/config/site.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