Skip to content

Commit

Permalink
Merge pull request #315 from greysteil/add-metadata
Browse files Browse the repository at this point in the history
Add gemspec metadata
  • Loading branch information
Tim Rogers authored Jul 24, 2017
2 parents 50c1f57 + 6256a05 commit af6bff8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions restforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Restforce::VERSION

gem.metadata = {
'source_code_uri' => 'https://github.com/ejholmes/restforce',
'changelog_uri' => 'https://github.com/ejholmes/restforce/blob/master/CHANGELOG.md'
}

gem.required_ruby_version = '>= 2.0'

gem.add_dependency 'faraday', ['>= 0.9.0', '<= 1.0']
Expand Down

0 comments on commit af6bff8

Please sign in to comment.