Sha256: bec13114b21414eb2cc26421422c2ee56c03763f79e1da3a5ab575cfc004e940

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/html/pipeline/version", __FILE__)

Gem::Specification.new do |gem|
  gem.name          = "html-pipeline-linuxfr"
  gem.version       = HTML::Pipeline::VERSION
  gem.license       = "MIT"
  gem.authors       = ["Ryan Tomayko", "Jerry Cheung", "Bruno Michel"]
  gem.email         = ["ryan@github.com", "jerry@github.com", "bmichel@menfin.info"]
  gem.description   = %q{LinuxFr.org HTML processing filters and utilities, adapted from those of GitHub}
  gem.summary       = %q{Helpers for processing content through a chain of filters}
  gem.homepage      = "https://github.com/nono/html-pipeline-linuxfr"

  gem.files         = `git ls-files`.split $/
  gem.test_files    = gem.files.grep(%r{^test})
  gem.require_paths = ["lib"]

  gem.add_dependency "nokogiri",        "~> 1.4"
  gem.add_dependency "redcarpet",       "~> 2.1"
  gem.add_dependency "pygments.rb",     "~> 0.5"
  gem.add_dependency "sanitize",        "~> 2.0"
  gem.add_dependency "escape_utils",    "~> 0.3"
  gem.add_dependency "activesupport",   ">= 2"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
html-pipeline-linuxfr-0.14.5 html-pipeline-linuxfr.gemspec
html-pipeline-linuxfr-0.14.4 html-pipeline-linuxfr.gemspec
html-pipeline-linuxfr-0.14.3 html-pipeline-linuxfr.gemspec
html-pipeline-linuxfr-0.14.2 html-pipeline-linuxfr.gemspec
html-pipeline-linuxfr-0.14.1 html-pipeline-linuxfr.gemspec
html-pipeline-linuxfr-0.14.0 html-pipeline-linuxfr.gemspec
html-pipeline-linuxfr-0.0.14 html-pipeline-linuxfr.gemspec