Skip to content

Commit

Permalink
Update description to include AllegroGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jan 16, 2024
1 parent 58bf6c7 commit fc78bfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ontologies_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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($\)
Expand Down

0 comments on commit fc78bfc

Please sign in to comment.