@@ -4,12 +4,13 @@ require File.expand_path("../lib/html/pipeline/version", __FILE__)
44Gem ::Specification . new do |gem |
55 gem . name = "html-pipeline-linuxfr"
66 gem . version = HTML ::Pipeline ::VERSION
7- gem . license = "MIT"
7+ gem . licenses = [ "MIT" ]
88 gem . authors = [ "Ryan Tomayko" , "Jerry Cheung" , "Bruno Michel" ]
99 gem . email = [ "ryan@github.com" , "jerry@github.com" , "bmichel@menfin.info" ]
1010 gem . description = %q{LinuxFr.org HTML processing filters and utilities, adapted from those of GitHub}
1111 gem . summary = %q{Helpers for processing content through a chain of filters}
1212 gem . homepage = "https://github.com/nono/html-pipeline-linuxfr"
13+ gem . metadata = { "source_code_uri" => "https://github.com/nono/html-pipeline-linuxfr" }
1314
1415 gem . files = `git ls-files` . split $/
1516 gem . test_files = gem . files . grep ( %r{^test} )
@@ -18,7 +19,7 @@ Gem::Specification.new do |gem|
1819 gem . add_dependency "nokogiri" , "~> 1.6"
1920 gem . add_dependency "redcarpet" , "~> 3.4"
2021 gem . add_dependency "pygments.rb" , "~> 1.1"
21- gem . add_dependency "sanitize" , "~> 5.0 "
22+ gem . add_dependency "sanitize" , "~> 6.1 "
2223 gem . add_dependency "escape_utils" , "~> 1.2"
2324 gem . add_dependency "activesupport" , "~> 7.0"
2425 gem . add_dependency "patron" , "~> 0.8"
0 commit comments