Sha256: 2d5a7a3505a89af57b0c064a87429500212270b95633f3b79f20159ebfa51fff
Contents?: true
Size: 1.51 KB
Versions: 51
Compression:
Stored size: 1.51 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "haml" s.version = "3.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Weizenbaum", "Hampton Catlin"] s.date = "2011-11-28" 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" s.email = "haml@googlegroups.com" s.executables = ["haml", "html2haml"] s.files = ["bin/haml", "bin/html2haml"] s.homepage = "http://haml-lang.com/" s.require_paths = ["lib"] s.rubyforge_project = "haml" s.rubygems_version = "1.8.21" s.summary = "An elegant, structured XHTML/XML templating engine." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<yard>, [">= 0.5.3"]) s.add_development_dependency(%q<maruku>, [">= 0.5.9"]) else s.add_dependency(%q<yard>, [">= 0.5.3"]) s.add_dependency(%q<maruku>, [">= 0.5.9"]) end else s.add_dependency(%q<yard>, [">= 0.5.3"]) s.add_dependency(%q<maruku>, [">= 0.5.9"]) end end
Version data entries
51 entries across 51 versions & 2 rubygems