Skip to content

Commit a5d0e43

Browse files
committed
Update DOAP and other docs.
1 parent 332d4c4 commit a5d0e43

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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'
2827
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

etc/doap.ttl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
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/> ;
@@ -31,11 +28,5 @@
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> .

0 commit comments

Comments
 (0)