Skip to content

Commit

Permalink
Merge pull request #1 from eonu/feature/gemspec-metadata
Browse files Browse the repository at this point in the history
Add metadata to gemspec
  • Loading branch information
eonu authored Mar 24, 2019
2 parents 9e2e60d + 45ee31d commit 4854cbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
spec.version = Arx::VERSION
spec.authors = ['Edwin Onuonga']
spec.email = ['edwinonuonga@gmail.com']
spec.homepage = 'https://github.com/eonu/arx'

spec.summary = %q{A Ruby interface for querying academic papers on the arXiv search API.}
spec.license = 'MIT'
Expand All @@ -21,4 +22,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.7'

spec.metadata = {
'source_code_uri' => spec.homepage,
'documentation_uri' => 'https://www.rubydoc.info/github/eonu/arx/master/Arx'
}
end

0 comments on commit 4854cbd

Please sign in to comment.