Skip to content

Commit

Permalink
Revert changes to generated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Nov 28, 2019
1 parent fc577c4 commit 200df2f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions loofah.gemspec
Expand Up @@ -20,15 +20,6 @@ Gem::Specification.new do |s|
s.rubygems_version = "3.0.3".freeze
s.summary = "Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri".freeze

s.metadata = {
'bug_tracker_uri' => 'https://github.com/flavorjones/loofah/issues',
'changelog_uri' => "https://github.com/flavorjones/loofah/blob/v#{s.version}/CHANGELOG.md",
'documentation_uri' => "https://www.rubydoc.info/gems/loofah/#{s.version}",
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/loofah-talk',
'source_code_uri' => "https://github.com/flavorjones/loofah/tree/v#{s.version}",
'wiki_uri' => 'https://github.com/flavorjones/loofah/wiki'
}

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

Expand Down

0 comments on commit 200df2f

Please sign in to comment.