# -*- encoding: utf-8 -*- # stub: haml 3.1.0.alpha.14 ruby lib Gem::Specification.new do |s| s.name = "haml".freeze s.version = "3.1.0.alpha.14".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Weizenbaum".freeze, "Hampton Catlin".freeze] s.date = "2010-10-03" s.description = " Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML\n that's designed to express the structure of XHTML or XML documents\n in a non-repetitive, elegant, easy way,\n using indentation rather than closing tags\n and allowing Ruby to be embedded with ease.\n It was originally envisioned as a plugin for Ruby on Rails,\n but it can function as a stand-alone templating engine.\n".freeze s.email = "haml@googlegroups.com".freeze s.executables = ["haml".freeze, "html2haml".freeze] s.files = [".yardopts".freeze, "CONTRIBUTING".freeze, "EDGE_GEM_VERSION".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "REVISION".freeze, "Rakefile".freeze, "VERSION".freeze, "VERSION_NAME".freeze, "bin/haml".freeze, "bin/html2haml".freeze, "extra/update_watch.rb".freeze, "init.rb".freeze, "lib/haml.rb".freeze, "lib/haml/buffer.rb".freeze, "lib/haml/engine.rb".freeze, "lib/haml/error.rb".freeze, "lib/haml/exec.rb".freeze, "lib/haml/filters.rb".freeze, "lib/haml/helpers.rb".freeze, "lib/haml/helpers/action_view_extensions.rb".freeze, "lib/haml/helpers/action_view_mods.rb".freeze, "lib/haml/helpers/xss_mods.rb".freeze, "lib/haml/html.rb".freeze, "lib/haml/html/erb.rb".freeze, "lib/haml/precompiler.rb".freeze, "lib/haml/railtie.rb".freeze, "lib/haml/root.rb".freeze, "lib/haml/shared.rb".freeze, "lib/haml/template.rb".freeze, "lib/haml/template/options.rb".freeze, "lib/haml/template/patch.rb".freeze, "lib/haml/template/plugin.rb".freeze, "lib/haml/util.rb".freeze, "lib/haml/version.rb".freeze, "rails/init.rb".freeze, "test/benchmark.rb".freeze, "test/haml/engine_test.rb".freeze, "test/haml/erb/_av_partial_1.erb".freeze, "test/haml/erb/_av_partial_2.erb".freeze, "test/haml/erb/action_view.erb".freeze, "test/haml/erb/standard.erb".freeze, "test/haml/helper_test.rb".freeze, "test/haml/html2haml/erb_tests.rb".freeze, "test/haml/html2haml_test.rb".freeze, "test/haml/markaby/standard.mab".freeze, "test/haml/mocks/article.rb".freeze, "test/haml/results/content_for_layout.xhtml".freeze, "test/haml/results/eval_suppressed.xhtml".freeze, "test/haml/results/filters.xhtml".freeze, "test/haml/results/helpers.xhtml".freeze, "test/haml/results/helpful.xhtml".freeze, "test/haml/results/just_stuff.xhtml".freeze, "test/haml/results/list.xhtml".freeze, "test/haml/results/nuke_inner_whitespace.xhtml".freeze, "test/haml/results/nuke_outer_whitespace.xhtml".freeze, "test/haml/results/original_engine.xhtml".freeze, "test/haml/results/partial_layout.xhtml".freeze, "test/haml/results/partials.xhtml".freeze, "test/haml/results/render_layout.xhtml".freeze, "test/haml/results/silent_script.xhtml".freeze, "test/haml/results/standard.xhtml".freeze, "test/haml/results/tag_parsing.xhtml".freeze, "test/haml/results/very_basic.xhtml".freeze, "test/haml/results/whitespace_handling.xhtml".freeze, "test/haml/spec/README.md".freeze, "test/haml/spec/lua_haml_spec.lua".freeze, "test/haml/spec/ruby_haml_test.rb".freeze, "test/haml/spec/tests.json".freeze, "test/haml/spec_test.rb".freeze, "test/haml/template_test.rb".freeze, "test/haml/templates/_av_partial_1.haml".freeze, "test/haml/templates/_av_partial_1_ugly.haml".freeze, "test/haml/templates/_av_partial_2.haml".freeze, "test/haml/templates/_av_partial_2_ugly.haml".freeze, "test/haml/templates/_layout.erb".freeze, "test/haml/templates/_layout_for_partial.haml".freeze, "test/haml/templates/_partial.haml".freeze, "test/haml/templates/_text_area.haml".freeze, "test/haml/templates/action_view.haml".freeze, "test/haml/templates/action_view_ugly.haml".freeze, "test/haml/templates/breakage.haml".freeze, "test/haml/templates/content_for_layout.haml".freeze, "test/haml/templates/eval_suppressed.haml".freeze, "test/haml/templates/filters.haml".freeze, "test/haml/templates/helpers.haml".freeze, "test/haml/templates/helpful.haml".freeze, "test/haml/templates/just_stuff.haml".freeze, "test/haml/templates/list.haml".freeze, "test/haml/templates/nuke_inner_whitespace.haml".freeze, "test/haml/templates/nuke_outer_whitespace.haml".freeze, "test/haml/templates/original_engine.haml".freeze, "test/haml/templates/partial_layout.haml".freeze, "test/haml/templates/partialize.haml".freeze, "test/haml/templates/partials.haml".freeze, "test/haml/templates/render_layout.haml".freeze, "test/haml/templates/silent_script.haml".freeze, "test/haml/templates/standard.haml".freeze, "test/haml/templates/standard_ugly.haml".freeze, "test/haml/templates/tag_parsing.haml".freeze, "test/haml/templates/very_basic.haml".freeze, "test/haml/templates/whitespace_handling.haml".freeze, "test/haml/util_test.rb".freeze, "test/linked_rails.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://haml-lang.com/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An elegant, structured XHTML/XML templating engine.".freeze s.test_files = ["test/haml/engine_test.rb".freeze, "test/haml/helper_test.rb".freeze, "test/haml/html2haml_test.rb".freeze, "test/haml/spec/ruby_haml_test.rb".freeze, "test/haml/spec_test.rb".freeze, "test/haml/template_test.rb".freeze, "test/haml/util_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0.5.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.9".freeze]) end