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

specifications.css_parser-1.3.6.gemspec Maven / Gradle / Ivy

# -*- encoding: utf-8 -*-
# stub: css_parser 1.3.6 ruby lib

Gem::Specification.new do |s|
  s.name = "css_parser"
  s.version = "1.3.6"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Alex Dunae"]
  s.date = "2015-01-29"
  s.description = "A set of classes for parsing CSS in Ruby."
  s.email = "[email protected]"
  s.homepage = "https://github.com/premailer/css_parser"
  s.licenses = ["MIT"]
  s.rubygems_version = "2.4.8"
  s.summary = "Ruby CSS parser."

  s.installed_by_version = "2.4.8" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q, [">= 0"])
    else
      s.add_dependency(%q, [">= 0"])
    end
  else
    s.add_dependency(%q, [">= 0"])
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy