# -*- encoding: utf-8 -*- # stub: haml 5.0.0.beta.2 ruby lib Gem::Specification.new do |s| s.name = "haml".freeze s.version = "5.0.0.beta.2".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 = ["Natalie Weizenbaum".freeze, "Hampton Catlin".freeze, "Norman Clarke".freeze, "Akira Matsuda".freeze] s.date = "2017-02-26" s.description = "Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's\ndesigned to express the structure of documents in a non-repetitive, elegant, and\neasy way by using indentation rather than closing tags and allowing Ruby to be\nembedded with ease. It was originally envisioned as a plugin for Ruby on Rails,\nbut it can function as a stand-alone templating engine.\n".freeze s.email = ["haml@googlegroups.com".freeze, "norman@njclarke.com".freeze] s.executables = ["haml".freeze] s.files = [".yardopts".freeze, "CHANGELOG.md".freeze, "FAQ.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "REFERENCE.md".freeze, "Rakefile".freeze, "bin/haml".freeze, "lib/haml.rb".freeze, "lib/haml/attribute_builder.rb".freeze, "lib/haml/attribute_compiler.rb".freeze, "lib/haml/attribute_parser.rb".freeze, "lib/haml/buffer.rb".freeze, "lib/haml/compiler.rb".freeze, "lib/haml/engine.rb".freeze, "lib/haml/error.rb".freeze, "lib/haml/escapable.rb".freeze, "lib/haml/exec.rb".freeze, "lib/haml/filters.rb".freeze, "lib/haml/generator.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/action_view_xss_mods.rb".freeze, "lib/haml/helpers/safe_erubi_template.rb".freeze, "lib/haml/helpers/safe_erubis_template.rb".freeze, "lib/haml/helpers/xss_mods.rb".freeze, "lib/haml/options.rb".freeze, "lib/haml/parser.rb".freeze, "lib/haml/plugin.rb".freeze, "lib/haml/railtie.rb".freeze, "lib/haml/sass_rails_filter.rb".freeze, "lib/haml/template.rb".freeze, "lib/haml/template/options.rb".freeze, "lib/haml/temple_engine.rb".freeze, "lib/haml/temple_line_counter.rb".freeze, "lib/haml/util.rb".freeze, "lib/haml/version.rb".freeze, "test/attribute_parser_test.rb".freeze, "test/engine_test.rb".freeze, "test/erb/_av_partial_1.erb".freeze, "test/erb/_av_partial_2.erb".freeze, "test/erb/action_view.erb".freeze, "test/erb/standard.erb".freeze, "test/filters_test.rb".freeze, "test/gemfiles/Gemfile.rails-4.0.x".freeze, "test/gemfiles/Gemfile.rails-4.0.x.lock".freeze, "test/gemfiles/Gemfile.rails-4.1.x".freeze, "test/gemfiles/Gemfile.rails-4.2.x".freeze, "test/gemfiles/Gemfile.rails-5.0.x".freeze, "test/helper_test.rb".freeze, "test/markaby/standard.mab".freeze, "test/mocks/article.rb".freeze, "test/options_test.rb".freeze, "test/parser_test.rb".freeze, "test/results/content_for_layout.xhtml".freeze, "test/results/eval_suppressed.xhtml".freeze, "test/results/helpers.xhtml".freeze, "test/results/helpful.xhtml".freeze, "test/results/just_stuff.xhtml".freeze, "test/results/list.xhtml".freeze, "test/results/nuke_inner_whitespace.xhtml".freeze, "test/results/nuke_outer_whitespace.xhtml".freeze, "test/results/original_engine.xhtml".freeze, "test/results/partial_layout.xhtml".freeze, "test/results/partial_layout_erb.xhtml".freeze, "test/results/partials.xhtml".freeze, "test/results/render_layout.xhtml".freeze, "test/results/silent_script.xhtml".freeze, "test/results/standard.xhtml".freeze, "test/results/tag_parsing.xhtml".freeze, "test/results/very_basic.xhtml".freeze, "test/results/whitespace_handling.xhtml".freeze, "test/template_test.rb".freeze, "test/template_test_helper.rb".freeze, "test/templates/_av_partial_1.haml".freeze, "test/templates/_av_partial_2.haml".freeze, "test/templates/_layout.erb".freeze, "test/templates/_layout_for_partial.haml".freeze, "test/templates/_partial.haml".freeze, "test/templates/_text_area.haml".freeze, "test/templates/_text_area_helper.html.haml".freeze, "test/templates/action_view.haml".freeze, "test/templates/breakage.haml".freeze, "test/templates/content_for_layout.haml".freeze, "test/templates/eval_suppressed.haml".freeze, "test/templates/helpers.haml".freeze, "test/templates/helpful.haml".freeze, "test/templates/just_stuff.haml".freeze, "test/templates/list.haml".freeze, "test/templates/nuke_inner_whitespace.haml".freeze, "test/templates/nuke_outer_whitespace.haml".freeze, "test/templates/original_engine.haml".freeze, "test/templates/partial_layout.haml".freeze, "test/templates/partial_layout_erb.erb".freeze, "test/templates/partialize.haml".freeze, "test/templates/partials.haml".freeze, "test/templates/render_layout.haml".freeze, "test/templates/silent_script.haml".freeze, "test/templates/standard.haml".freeze, "test/templates/standard_ugly.haml".freeze, "test/templates/tag_parsing.haml".freeze, "test/templates/very_basic.haml".freeze, "test/templates/whitespace_handling.haml".freeze, "test/templates/with_bom.haml".freeze, "test/temple_line_counter_test.rb".freeze, "test/test_helper.rb".freeze, "test/util_test.rb".freeze] s.homepage = "http://haml.info/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An elegant, structured (X)HTML/XML templating engine.".freeze s.test_files = ["test/attribute_parser_test.rb".freeze, "test/engine_test.rb".freeze, "test/filters_test.rb".freeze, "test/helper_test.rb".freeze, "test/options_test.rb".freeze, "test/parser_test.rb".freeze, "test/template_test.rb".freeze, "test/temple_line_counter_test.rb".freeze, "test/util_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.8.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end