Skip to content
Snippets Groups Projects
Commit 8813f372 authored by Alex Reisner's avatar Alex Reisner Committed by GitHub
Browse files

Merge pull request #1192 from greysteil/gemspec-metadata

Add source code and changelog links to gemspec
parents f5cfe029 15dd179a
No related branches found
No related tags found
No related merge requests found
...@@ -18,4 +18,9 @@ Gem::Specification.new do |s| ...@@ -18,4 +18,9 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.executables = ["geocode"] s.executables = ["geocode"]
s.license = 'MIT' s.license = 'MIT'
s.metadata = {
'source_code_uri' => 'https://github.com/alexreisner/geocoder',
'changelog_uri' => 'https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md'
}
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment