--- !ruby/object:Gem::Specification name: stasis version: !ruby/object:Gem::Version version: 0.2.0.pre prerelease: 6 platform: ruby authors: - Winton Welsh autorequire: bindir: bin cert_chain: [] date: 2012-07-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: albino requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: coffee-script requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rocco requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: directory_watcher requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 1.4.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 1.4.1 - !ruby/object:Gem::Dependency name: slop requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 3.3.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 3.3.2 - !ruby/object:Gem::Dependency name: tilt requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 1.3.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 1.3.3 description: Stasis is a dynamic framework for static sites. email: - mail@wintoni.us executables: - stasis extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE - README.md - Rakefile - bin/stasis - lib/ext/string.rb - lib/stasis.rb - lib/stasis/dev_mode.rb - lib/stasis/options.rb - lib/stasis/plugin.rb - lib/stasis/plugins/before.rb - lib/stasis/plugins/helpers.rb - lib/stasis/plugins/ignore.rb - lib/stasis/plugins/instead.rb - lib/stasis/plugins/layout.rb - lib/stasis/plugins/priority.rb - lib/stasis/plugins/render.rb - lib/stasis/scope.rb - lib/stasis/scope/action.rb - lib/stasis/scope/controller.rb - site/arrow.png - site/controller.rb - site/github.png - site/index.html.haml - site/jquery-1.6.2.js - site/stasis.css.scss - site/stasis.js.coffee - site/stasis.png - spec/fixtures/project/.dotfile - spec/fixtures/project/_locals.html.haml - spec/fixtures/project/_partial.html.haml - spec/fixtures/project/before_render_locals.html.haml - spec/fixtures/project/before_render_partial.html.haml - spec/fixtures/project/before_render_text.html.haml - spec/fixtures/project/controller.rb - spec/fixtures/project/css.css.scss - spec/fixtures/project/erb.html.erb - spec/fixtures/project/index.html.haml - spec/fixtures/project/layout.html.erb - spec/fixtures/project/layout.html.haml - spec/fixtures/project/layout_action.html.haml - spec/fixtures/project/layout_action_from_subdirectory.html.haml - spec/fixtures/project/layout_controller.html.haml - spec/fixtures/project/layout_controller_from_subdirectory.html.haml - spec/fixtures/project/no_controller/index.html.haml - spec/fixtures/project/not_dynamic.html - spec/fixtures/project/params.html.haml - spec/fixtures/project/plugin.rb - spec/fixtures/project/render_locals.html.haml - spec/fixtures/project/subdirectory/_locals.html.haml - spec/fixtures/project/subdirectory/_partial.html.haml - spec/fixtures/project/subdirectory/before_render_locals.html.haml - spec/fixtures/project/subdirectory/before_render_partial.html.haml - spec/fixtures/project/subdirectory/before_render_text.html.haml - spec/fixtures/project/subdirectory/controller.rb - spec/fixtures/project/subdirectory/ignore.html.haml - spec/fixtures/project/subdirectory/index.html.haml - spec/fixtures/project/subdirectory/layout.html.haml - spec/fixtures/project/subdirectory/layout_action.html.haml - spec/fixtures/project/subdirectory/layout_action_from_root.html.haml - spec/fixtures/project/subdirectory/layout_controller.html.haml - spec/fixtures/project/subdirectory/layout_controller_from_root.html.haml - spec/fixtures/project/subdirectory/render_locals.html.haml - spec/fixtures/project/time.html.haml - spec/spec_helper.rb - spec/stasis/plugins/before_spec.rb - spec/stasis/plugins/helpers_spec.rb - spec/stasis/plugins/ignore_spec.rb - spec/stasis/plugins/layout_spec.rb - spec/stasis/plugins/priority_spec.rb - spec/stasis/plugins/render_spec.rb - spec/stasis_spec.rb - stasis.gemspec homepage: http://stasis.me licenses: [] 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: -658786105732867218 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Static sites made powerful test_files: - spec/fixtures/project/.dotfile - spec/fixtures/project/_locals.html.haml - spec/fixtures/project/_partial.html.haml - spec/fixtures/project/before_render_locals.html.haml - spec/fixtures/project/before_render_partial.html.haml - spec/fixtures/project/before_render_text.html.haml - spec/fixtures/project/controller.rb - spec/fixtures/project/css.css.scss - spec/fixtures/project/erb.html.erb - spec/fixtures/project/index.html.haml - spec/fixtures/project/layout.html.erb - spec/fixtures/project/layout.html.haml - spec/fixtures/project/layout_action.html.haml - spec/fixtures/project/layout_action_from_subdirectory.html.haml - spec/fixtures/project/layout_controller.html.haml - spec/fixtures/project/layout_controller_from_subdirectory.html.haml - spec/fixtures/project/no_controller/index.html.haml - spec/fixtures/project/not_dynamic.html - spec/fixtures/project/params.html.haml - spec/fixtures/project/plugin.rb - spec/fixtures/project/render_locals.html.haml - spec/fixtures/project/subdirectory/_locals.html.haml - spec/fixtures/project/subdirectory/_partial.html.haml - spec/fixtures/project/subdirectory/before_render_locals.html.haml - spec/fixtures/project/subdirectory/before_render_partial.html.haml - spec/fixtures/project/subdirectory/before_render_text.html.haml - spec/fixtures/project/subdirectory/controller.rb - spec/fixtures/project/subdirectory/ignore.html.haml - spec/fixtures/project/subdirectory/index.html.haml - spec/fixtures/project/subdirectory/layout.html.haml - spec/fixtures/project/subdirectory/layout_action.html.haml - spec/fixtures/project/subdirectory/layout_action_from_root.html.haml - spec/fixtures/project/subdirectory/layout_controller.html.haml - spec/fixtures/project/subdirectory/layout_controller_from_root.html.haml - spec/fixtures/project/subdirectory/render_locals.html.haml - spec/fixtures/project/time.html.haml - spec/spec_helper.rb - spec/stasis/plugins/before_spec.rb - spec/stasis/plugins/helpers_spec.rb - spec/stasis/plugins/ignore_spec.rb - spec/stasis/plugins/layout_spec.rb - spec/stasis/plugins/priority_spec.rb - spec/stasis/plugins/render_spec.rb - spec/stasis_spec.rb