Skip to content

Commit

Permalink
remove metadata from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Theisen committed Dec 2, 2013
1 parent 4d78d85 commit fc536cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ebay_client.gemspec
Expand Up @@ -13,9 +13,6 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/kayoom/ebay_client"
s.description = "Simple, lightweight eBay Trading API Client"
s.license = "MIT"
s.metadata = {
'issue_tracker' => 'https://github.com/kayoom/ebay_client/issues'
}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit fc536cb

Please sign in to comment.