minitest_log.gemspec in minitest_log-0.1.0 vs minitest_log.gemspec in minitest_log-0.2.0

- old
+ new

@@ -10,9 +10,13 @@ spec.summary = %q{Logging for Ruby-coded testing} spec.homepage = "https://github.com/BurdetteLamar/minitest_log" spec.license = 'MIT' + spec.metadata = { + "documentation_uri" => "https://github.com/BurdetteLamar/minitest_log#minitestlog", + } + # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. # if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" # else