rouge.gemspec in rouge-3.7.0 vs rouge.gemspec in rouge-3.8.0
- old
+ new
@@ -16,9 +16,11 @@
s.files = Dir['Gemfile', 'LICENSE', 'rouge.gemspec', 'lib/**/*.rb', 'lib/**/*.yml', 'bin/rougify', 'lib/rouge/demos/*']
s.executables = %w(rougify)
s.licenses = ['MIT', 'BSD-2-Clause']
s.required_ruby_version = '>= 2.0'
s.metadata = {
- 'source_code_uri' => 'https://github.com/jneen/rouge',
- 'changelog_uri' => 'https://github.com/jneen/rouge/blob/master/CHANGELOG.md'
+ "bug_tracker_uri" => "https://github.com/rouge-ruby/rouge/issues",
+ "changelog_uri" => "https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md",
+ "documentation_uri" => "https://rouge-ruby.github.io/docs/",
+ "source_code_uri" => "https://github.com/rouge-ruby/rouge"
}
end