--- !ruby/object:Gem::Specification name: stasis version: !ruby/object:Gem::Version hash: 23 prerelease: segments: - 0 - 2 - 0 version: 0.2.0 platform: ruby authors: - Winton Welsh autorequire: bindir: bin cert_chain: [] date: 2013-01-27 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: albino version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development requirement: *id001 prerelease: false - !ruby/object:Gem::Dependency name: coffee-script version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development requirement: *id002 prerelease: false - !ruby/object:Gem::Dependency name: haml version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development requirement: *id003 prerelease: false - !ruby/object:Gem::Dependency name: nokogiri version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development requirement: *id004 prerelease: false - !ruby/object:Gem::Dependency name: rake version_requirements: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development requirement: *id005 prerelease: false - !ruby/object:Gem::Dependency name: rocco version_requirements: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development requirement: *id006 prerelease: false - !ruby/object:Gem::Dependency name: rspec version_requirements: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :development requirement: *id007 prerelease: false - !ruby/object:Gem::Dependency name: directory_watcher version_requirements: &id008 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 5 segments: - 1 - 4 - 1 version: 1.4.1 type: :runtime requirement: *id008 prerelease: false - !ruby/object:Gem::Dependency name: slop version_requirements: &id009 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 15 segments: - 3 - 3 - 2 version: 3.3.2 type: :runtime requirement: *id009 prerelease: false - !ruby/object:Gem::Dependency name: tilt version_requirements: &id010 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 29 segments: - 1 - 3 - 3 version: 1.3.3 type: :runtime requirement: *id010 prerelease: false 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/mixins/template_options.scss - 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/template_options.css.scss - spec/fixtures/project/template_options.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 hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Static sites made powerful test_files: - spec/fixtures/mixins/template_options.scss - 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/template_options.css.scss - spec/fixtures/project/template_options.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