--- !ruby/object:Gem::Specification name: stasis version: !ruby/object:Gem::Version version: 0.1.6 prerelease: platform: ruby authors: - Winton Welsh autorequire: bindir: bin cert_chain: [] date: 2011-09-09 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: directory_watcher requirement: &70273124111440 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.4.0 type: :runtime prerelease: false version_requirements: *70273124111440 - !ruby/object:Gem::Dependency name: redis requirement: &70273124110980 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.2.1 type: :runtime prerelease: false version_requirements: *70273124110980 - !ruby/object:Gem::Dependency name: slop requirement: &70273124110540 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.1.0 type: :runtime prerelease: false version_requirements: *70273124110540 - !ruby/object:Gem::Dependency name: tilt requirement: &70273124110100 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :runtime prerelease: false version_requirements: *70273124110100 - !ruby/object:Gem::Dependency name: yajl-ruby requirement: &70273124109660 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.8.2 type: :runtime prerelease: false version_requirements: *70273124109660 - !ruby/object:Gem::Dependency name: rake requirement: &70273124109080 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.8.7 type: :development prerelease: false version_requirements: *70273124109080 - !ruby/object:Gem::Dependency name: rspec requirement: &70273124108640 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: *70273124108640 description: Stasis is a dynamic framework for static sites. email: mail@wintoni.us executables: - stasis extensions: [] extra_rdoc_files: [] files: - .gitignore - LICENSE - README.md - Rakefile - bin/stasis - config/gemsets.yml - config/gemspec.yml - lib/stasis.rb - lib/stasis/dev_mode.rb - lib/stasis/gems.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 - lib/stasis/server.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/gemsets.yml - spec/fixtures/gemspec.yml - spec/fixtures/project/_partial.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/index.html.haml - 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/plugin.rb - spec/fixtures/project/subdirectory/_partial.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/time.html.haml - spec/spec_helper.rb - spec/stasis/gems_spec.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/server_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' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.6 signing_key: specification_version: 3 summary: Static sites made powerful test_files: - spec/fixtures/gemsets.yml - spec/fixtures/gemspec.yml - spec/fixtures/project/_partial.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/index.html.haml - 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/plugin.rb - spec/fixtures/project/subdirectory/_partial.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/time.html.haml - spec/spec_helper.rb - spec/stasis/gems_spec.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/server_spec.rb - spec/stasis_spec.rb