arx.gemspec in arx-0.1.0.alpha vs arx.gemspec in arx-0.1.0
- old
+ new
@@ -6,18 +6,19 @@
spec.name = 'arx'
spec.version = Arx::VERSION
spec.authors = ['Edwin Onuonga']
spec.email = ['edwinonuonga@gmail.com']
- spec.summary = %q{A Ruby wrapper for the arXiv API.}
+ spec.summary = %q{A Ruby interface for querying academic papers on the arXiv search API.}
spec.license = 'MIT'
spec.require_paths = ['lib']
spec.files = Dir.glob('lib/**/*', File::FNM_DOTMATCH) + %w[
Gemfile LICENSE CHANGELOG.md README.md Rakefile arx.gemspec
]
spec.add_runtime_dependency 'nokogiri', '~> 1.10'
+ spec.add_runtime_dependency 'nokogiri-happymapper', '~> 0.8'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.7'
-end
+end
\ No newline at end of file