forked from ontoportal/ontologies_api_ruby_client
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update description to include AllegroGraph
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ require_relative 'lib/ontologies_api_client/version' | |
Gem::Specification.new do |gem| | ||
gem.authors = ['Paul R Alexander'] | ||
gem.email = ['[email protected]'] | ||
gem.description = 'Models and serializers for ontologies and related artifacts backed by 4store' | ||
gem.summary = 'This library can be used for interacting with a 4store instance that stores NCBO-based ' \ | ||
'ontology information. Models in the library are based on Goo. Serializers support RDF ' \ | ||
'serialization as Rack Middleware and automatic generation of hypermedia links.' | ||
gem.description = 'Models and serializers for ontologies and related artifacts backed by an RDF database' | ||
gem.summary = 'This library can be used for interacting with an AllegroGraph or 4store instance that stores ' \ | ||
'BioPortal-based ontology information. Models in the library are based on Goo. Serializers ' \ | ||
'support RDF serialization as Rack Middleware and automatic generation of hypermedia links.' | ||
gem.homepage = 'https://github.com/ncbo/ontologies_api_ruby_client' | ||
|
||
gem.files = `git ls-files`.split($\) | ||
|