# -*- encoding: utf-8 -*- # stub: cutaneous 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "cutaneous".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Garry Hill".freeze] s.date = "2014-01-29" s.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.".freeze s.email = "garry@magnetised.net".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "cutaneous.gemspec".freeze, "lib/cutaneous.rb".freeze, "lib/cutaneous/compiler.rb".freeze, "lib/cutaneous/compiler/expression.rb".freeze, "lib/cutaneous/context.rb".freeze, "lib/cutaneous/engine.rb".freeze, "lib/cutaneous/lexer.rb".freeze, "lib/cutaneous/loader.rb".freeze, "lib/cutaneous/syntax.rb".freeze, "lib/cutaneous/template.rb".freeze, "test/fixtures/a.html.cut".freeze, "test/fixtures/b.html.cut".freeze, "test/fixtures/c.html.cut".freeze, "test/fixtures/comments1.html.cut".freeze, "test/fixtures/comments2.html.cut".freeze, "test/fixtures/d.html.cut".freeze, "test/fixtures/e.html.cut".freeze, "test/fixtures/error.html.cut".freeze, "test/fixtures/expressions1.html.cut".freeze, "test/fixtures/expressions2.html.cut".freeze, "test/fixtures/include.html.cut".freeze, "test/fixtures/include.rss.cut".freeze, "test/fixtures/included_error.html.cut".freeze, "test/fixtures/instance.html.cut".freeze, "test/fixtures/instance_include.html.cut".freeze, "test/fixtures/locals/child.html.cut".freeze, "test/fixtures/locals/parent.html.cut".freeze, "test/fixtures/missing.html.cut".freeze, "test/fixtures/other/different.html.cut".freeze, "test/fixtures/other/error.html.cut".freeze, "test/fixtures/partial.html.cut".freeze, "test/fixtures/partial.rss.cut".freeze, "test/fixtures/render.html.cut".freeze, "test/fixtures/statements1.html.cut".freeze, "test/fixtures/statements2.html.cut".freeze, "test/fixtures/target.html.cut".freeze, "test/fixtures/whitespace1.html.cut".freeze, "test/fixtures/whitespace2.html.cut".freeze, "test/helper.rb".freeze, "test/test_blocks.rb".freeze, "test/test_cache.rb".freeze, "test/test_core.rb".freeze] s.homepage = "https://github.com/SpontaneousCMS/cutaneous".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby templating language with Django style template inheritance".freeze s.test_files = ["test/test_blocks.rb".freeze, "test/test_cache.rb".freeze, "test/test_core.rb".freeze] end