Skip to content

Commit

Permalink
Metadata only since rubygems 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladgh committed Jun 11, 2014
1 parent a875320 commit ab5264b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vscripts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ VScripts is a command line utility that performs a series of tasks used on
VladGh.com's deployment.
EOF

spec.metadata = {
'issue_tracker' => 'https://github.com/vghn/vscripts/issues'
}
if spec.respond_to?(:metadata=)
spec.metadata = {
'issue_tracker' => 'https://github.com/vghn/vscripts/issues'
}
end

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit ab5264b

Please sign in to comment.