Sha256: c39fcfe1286630b88fd12f0ea2483320890d3f92157fbf34e5ae3e4dd97aa9e4
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding: utf-8 -*- # stub: htmlentities 4.3.4 ruby lib Gem::Specification.new do |s| s.name = "htmlentities" s.version = "4.3.4" 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 = "2015-07-05" s.description = "A module for encoding and decoding (X)HTML entities." s.email = "pbattley@gmail.com" 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<rake>, ["~> 0"]) else s.add_dependency(%q<rake>, ["~> 0"]) end else s.add_dependency(%q<rake>, ["~> 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-filter-htmlentities-0.1.0 | vendor/bundle/jruby/1.9/specifications/htmlentities-4.3.4.gemspec |