All Downloads are FREE. Search and download functionalities are using the official Maven repository.

specifications.sass-3.2.9.gemspec Maven / Gradle / Ivy

Go to download

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This is a repackaged GEM in a JAR format of the sass-lang.gem package. The sass-gems package version follows the sass-lang.gem versions located http://rubyforge.org/frs/?group_id=9702. Simply change the version of this package to download and repackage the same GEM version.

The newest version!
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "sass"
  s.version = "3.2.9"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nathan Weizenbaum", "Chris Eppstein", "Hampton Catlin"]
  s.date = "2013-05-10"
  s.description = "      Sass makes CSS fun again. Sass is an extension of CSS3, adding\n \\     nested rules, variables, mixins, selector inheritance, and more.\n      It's translated to well-formatted, standard CSS using the\n      command line tool or a web-framework plugin.\n"
  s.email = "[email protected]"
  s.executables = ["sass", "sass-convert", "scss"]
  s.files = ["bin/sass", "bin/sass-convert", "bin/scss"]
  s.homepage = "http://sass-lang.com/"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
  s.rubyforge_project = "sass"
  s.rubygems_version = "1.8.24"
  s.summary = "A powerful but elegant CSS compiler that makes CSS fun again."

  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, [">= 0.5.3"])
      s.add_development_dependency(%q, [">= 0.5.9"])
    else
      s.add_dependency(%q, [">= 0.5.3"])
      s.add_dependency(%q, [">= 0.5.9"])
    end
  else
    s.add_dependency(%q, [">= 0.5.3"])
    s.add_dependency(%q, [">= 0.5.9"])
  end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy