Sha256: e54c6b2d5ef72d8c9c14e448dc6088b721daaa7fea48229c4d13b9a74ca5e910
Contents?: true
Size: 886 Bytes
Versions: 1
Compression:
Stored size: 886 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'arx/version' Gem::Specification.new do |spec| spec.name = 'arx' spec.version = Arx::VERSION spec.authors = ['Edwin Onuonga'] spec.email = ['edwinonuonga@gmail.com'] 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arx-0.1.0 | arx.gemspec |