File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,5 +24,4 @@ group :development, :test do
2424 gem 'erubis'
2525 gem 'simplecov' , platforms : :mri
2626 gem 'coveralls' , '~> 0.8' , platforms : :mri
27- gem 'awesome_print' , github : 'akshaymohite/awesome_print'
2827end
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a [Ruby][] implementation of [LD Patch][] for [RDF.rb][].
44
55[ ![ Gem Version] ( https://badge.fury.io/rb/ld-patch.png )] ( https://badge.fury.io/rb/ld-patch )
66[ ![ Build Status] ( https://github.com/ruby-rdf/ld-patch/workflows/CI/badge.svg?branch=develop )] ( https://github.com/ruby-rdf/ld-patch/actions?query=workflow%3ACI )
7- [ ![ Coverage Status] ( https://coveralls.io/repos/ruby-rdf/ld-patch/badge.svg )] ( https://coveralls.io/github/ruby-rdf/ld-patch )
7+ [ ![ Coverage Status] ( https://coveralls.io/repos/ruby-rdf/ld-patch/badge.svg?branch=develop )] ( https://coveralls.io/github/ruby-rdf/ld-patch?branch=develop )
88[ ![ Gitter chat] ( https://badges.gitter.im/ruby-rdf/rdf.png )] ( https://gitter.im/ruby-rdf/rdf )
99
1010## Description
Original file line number Diff line number Diff line change 1414 doap:homepage <https://ruby-rdf.github.com/ld-patch> ;
1515 doap:license <https://unlicense.org/1.0/> ;
1616 doap:shortdesc " W3C Linked Data Patch Format for RDF.rb." @en ;
17- doap:description """
18- Implements the W3C Linked Data Patch Format and operations for RDF.rb.
19- Makes use of the SPARQL gem for performing updates
20- """ @en ;
17+ doap:description " Implements the W3C Linked Data Patch Format and operations for RDF.rb." @en ;
2118 doap:created " 2015-08-23" ^^xsd:date ;
2219 doap:programming-language " Ruby" ;
2320 doap:implements <http://www.w3.org/TR/ldpatch/> ;
3128 doap:maintainer <https://greggkellogg.net/foaf#me> ;
3229 doap:documenter <https://greggkellogg.net/foaf#me> ;
3330 foaf:maker <https://greggkellogg.net/foaf#me> ;
34- dc:title " LD::Patch" ;
35- dc:description """
36- Implements the W3C Linked Data Patch Format and operations for RDF.rb.
37- Makes use of the SPARQL gem for performing updates
38- """ @en ;
39- dc:date " 2015-08-23" ^^xsd:date ;
4031 dc:creator <https://greggkellogg.net/foaf#me> ;
4132 dc:isPartOf <https://rubygems.org/gems/rdf> .
You can’t perform that action at this time.
0 commit comments