rudder.gemspec in rudder-0.1.0 vs rudder.gemspec in rudder-0.2.0

- old
+ new

@@ -11,9 +11,17 @@ spec.email = ['jim@jhmcstanton.com'] spec.summary = 'Provides a DSL for building Concourse CI pipelines.' spec.homepage = 'http://www.github.com/jhmcstanton/rudder' spec.license = 'MIT' + # rubocop:disable Layout/AlignHash, Metrics/LineLength + spec.metadata = { + 'homepage_uri' => 'https://github.com/jhmcstanton/rudder', + 'changelog_uri' => "https://github.com/jhmcstanton/rudder/blob/#{Rudder::VERSION}/CHANGELOG.md", + 'source_code_uri' => 'https://github.com/jhmcstanton/rudder', + 'bug_tracker_uri' => 'https://github.com/jhmcstanton/rudder/issues' + } + # rubocop:enable Layout/AlignHash, Metrics/LineLength spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = 'exe'