environmate.gemspec in environmate-0.1.0 vs environmate.gemspec in environmate-0.1.1

- old
+ new

@@ -9,13 +9,19 @@ spec.authors = ['Andreas Zuber'] spec.email = ['zuber@puzzle.ch'] spec.summary = 'Manage Puppet environments with a GIT workflow' spec.description = 'Environmate is a Webhook receiver for various GIT '\ - 'web frontends for deloying Puppet environments to'\ + 'web frontends for deloying Puppet environments to '\ 'the master/server' spec.homepage = 'https://github.com/puzzle/environmate' spec.license = 'GPL-3.0' + spec.metadata = { + 'bug_tracker_uri' => 'https://github.com/puzzle/environmate/issues', + 'changelog_uri' => 'https://github.com/puzzle/environmate/blob/master/CHANGELOG.md', + 'documentation_uri' => 'https://github.com/puzzle/environmate/blob/master/README.md', + 'source_code_uri' => 'https://github.com/puzzle/environmate', + } spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = 'exe'