Sha256: c965c27a16efc725274b3411f74db775287744f1e583b017a9d624ed1dca512a
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
Gem::Specification.new do |spec| spec.name = 'bel_parser' spec.version = File.read( File.join( File.expand_path(File.dirname(__FILE__)), 'VERSION')) spec.summary = %q{Parser for Biolgical Expression Language.} spec.description = %q{Implements language versions 1.0 and 2.0.} spec.license = 'Apache-2.0' spec.authors = [ 'Anthony Bargnesi', 'Nick Bargnesi', ] spec.date = %q{2016-06-17} spec.email = %q{abargnesi@selventa.com} spec.files = [ Dir.glob('lib/**/*.{rb,rl}'), __FILE__, 'VERSION', 'CHANGELOG.md', 'LICENSE', 'README.md' ].flatten! spec.executables = Dir.glob('bin/*').map(&File.method(:basename)) spec.homepage = 'https://github.com/OpenBEL/bel_parser' spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.0.0' spec.platform = 'java' spec.add_runtime_dependency 'sparql-client', '~> 2.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bel_parser-1.0.7-java | .gemspec |