Sha256: 829e67456140e1fa6c5cb037c2ff43fe503d087b95622dec8f507ba9bc7680b5

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "haml"
  s.version = "3.1.8"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nathan Weizenbaum", "Hampton Catlin", "Norman Clarke"]
  s.date = "2013-02-13"
  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", "norman@njclarke.com"]
  s.executables = ["haml", "html2haml"]
  s.files = ["bin/haml", "bin/html2haml"]
  s.homepage = "http://haml.info/"
  s.require_paths = ["lib"]
  s.rubyforge_project = "haml"
  s.rubygems_version = "1.8.24"
  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

4 entries across 4 versions & 1 rubygems

Version Path
torquebox-console-0.3.0 vendor/bundle/jruby/1.9/specifications/haml-3.1.8.gemspec
torquebox-console-0.2.5 vendor/bundle/jruby/1.9/specifications/haml-3.1.8.gemspec
torquebox-console-0.2.4 vendor/bundle/jruby/1.9/specifications/haml-3.1.8.gemspec
torquebox-console-0.2.3 vendor/bundle/jruby/1.9/specifications/haml-3.1.8.gemspec