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

specifications.htmlentities-4.3.3.gemspec Maven / Gradle / Ivy

The newest version!
# -*- encoding: utf-8 -*-
# stub: htmlentities 4.3.3 ruby lib

Gem::Specification.new do |s|
  s.name = "htmlentities"
  s.version = "4.3.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Paul Battley"]
  s.date = "2014-12-25"
  s.description = "A module for encoding and decoding (X)HTML entities."
  s.email = "[email protected]"
  s.extra_rdoc_files = ["History.txt", "COPYING.txt"]
  s.files = ["COPYING.txt", "History.txt"]
  s.homepage = "https://github.com/threedaymonk/htmlentities"
  s.licenses = ["MIT"]
  s.rubygems_version = "2.4.8"
  s.summary = "Encode/decode HTML entities"

  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_development_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