--- !ruby/object:Gem::Specification name: cutaneous version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Garry Hill autorequire: bindir: bin cert_chain: [] date: 2014-01-29 00:00:00.000000000 Z dependencies: [] description: Cutaneous is the Ruby templating language designed for use with Spontaneous CMS. It has a simple syntax but powerful features such as Djano style template inheritance through blocks. email: garry@magnetised.net executables: [] extensions: [] extra_rdoc_files: - README.md - LICENSE files: - Gemfile - LICENSE - README.md - Rakefile - cutaneous.gemspec - lib/cutaneous.rb - lib/cutaneous/compiler.rb - lib/cutaneous/compiler/expression.rb - lib/cutaneous/context.rb - lib/cutaneous/engine.rb - lib/cutaneous/lexer.rb - lib/cutaneous/loader.rb - lib/cutaneous/syntax.rb - lib/cutaneous/template.rb - test/fixtures/a.html.cut - test/fixtures/b.html.cut - test/fixtures/c.html.cut - test/fixtures/comments1.html.cut - test/fixtures/comments2.html.cut - test/fixtures/d.html.cut - test/fixtures/e.html.cut - test/fixtures/error.html.cut - test/fixtures/expressions1.html.cut - test/fixtures/expressions2.html.cut - test/fixtures/include.html.cut - test/fixtures/include.rss.cut - test/fixtures/included_error.html.cut - test/fixtures/instance.html.cut - test/fixtures/instance_include.html.cut - test/fixtures/locals/child.html.cut - test/fixtures/locals/parent.html.cut - test/fixtures/missing.html.cut - test/fixtures/other/different.html.cut - test/fixtures/other/error.html.cut - test/fixtures/partial.html.cut - test/fixtures/partial.rss.cut - test/fixtures/render.html.cut - test/fixtures/statements1.html.cut - test/fixtures/statements2.html.cut - test/fixtures/target.html.cut - test/fixtures/whitespace1.html.cut - test/fixtures/whitespace2.html.cut - test/helper.rb - test/test_blocks.rb - test/test_cache.rb - test/test_core.rb homepage: https://github.com/SpontaneousCMS/cutaneous licenses: [] metadata: {} post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: cutaneous rubygems_version: 2.2.1 signing_key: specification_version: 2 summary: A Ruby templating language with Django style template inheritance test_files: - test/test_blocks.rb - test/test_cache.rb - test/test_core.rb