Skip to content

Commit

Permalink
Merge pull request #22 from samvera-labs/release/1.1.0
Browse files Browse the repository at this point in the history
prep for release 1.1.0
  • Loading branch information
elrayle authored Jan 21, 2020
2 parents 769c213 + cb921e7 commit dd8672e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.1.0 (2020-01-21)

* replace linkeddata dependency with rdf and nokogiri
* update dependency on bundler to ~> 2.0

### 1.0.1 (2019-04-23)

* remove version restriction for linkeddata dependency
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This is a ruby implementation of [LDPath](http://marmotta.apache.org/ldpath/lang

## Installation

### Required gem installation

Add this line to your application's Gemfile:

gem 'ldpath'
Expand All @@ -20,6 +22,10 @@ Or install it yourself as:

$ gem install ldpath

### Additional gem installations

To support RDF serializations, you will need to either install the [linkeddata gem](https://github.com/ruby-rdf/linkeddata) which installs a large set of RDF serializations or, in order to have a smaller dependency footprint, install gems for only the serializations your plan to use in your app. The list of serializations are in the [README](https://github.com/ruby-rdf/linkeddata/blob/develop/README.md#features) for the linkeddata gem.

## Usage

```ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/ldpath/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ldpath
VERSION = '1.0.1'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit dd8672e

Please sign in to comment.