From fc78bfca587ab8455520c862fb77231e7bd16671 Mon Sep 17 00:00:00 2001 From: Jennifer Vendetti Date: Tue, 16 Jan 2024 11:48:35 -0800 Subject: [PATCH] Update description to include AllegroGraph --- ontologies_api_client.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ontologies_api_client.gemspec b/ontologies_api_client.gemspec index 870978e..9c4411b 100644 --- a/ontologies_api_client.gemspec +++ b/ontologies_api_client.gemspec @@ -5,10 +5,10 @@ require_relative 'lib/ontologies_api_client/version' Gem::Specification.new do |gem| gem.authors = ['Paul R Alexander'] gem.email = ['support@bioontology.org'] - 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($\)