# -*- encoding: utf-8 -*- # stub: cutaneous 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "cutaneous".freeze s.version = "0.1.1".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 = "2012-07-23" s.description = "Long description. Maybe copied from the README.".freeze s.email = "garry@spontaneous.io".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/comments.html.cut".freeze, "test/fixtures/d.html.cut".freeze, "test/fixtures/e.html.cut".freeze, "test/fixtures/error.html.cut".freeze, "test/fixtures/expressions.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/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/statements.html.cut".freeze, "test/fixtures/target.html.cut".freeze, "test/fixtures/whitespace.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.rubygems_version = "3.5.10".freeze s.summary = "Short description used in Gem listings.".freeze s.test_files = ["test/test_blocks.rb".freeze, "test/test_cache.rb".freeze, "test/test_core.rb".freeze] end