Skip to content

Commit 1b78929

Browse files
committed
Finish 0.3.2
2 parents ee03e7c + cf7362f commit 1b78929

13 files changed

+450
-875
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.0
8-
- 2.1
9-
- 2.2.4
10-
- 2.3.0
11-
- jruby-9.0.4.0
12-
- rbx-2
7+
- 2.2.6
8+
- 2.3.3
9+
- 2.4.0
10+
- jruby
11+
- rbx
1312
cache: bundler
1413
sudo: false
1514
matrix:
1615
allow_failures:
17-
- rvm: rbx-2
16+
- rvm: rbx
17+
- rvm: jruby

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ gem 'rdf', github: "ruby-rdf/rdf", branch: "develop"
66
gem 'ebnf', github: "gkellogg/ebnf", branch: "develop"
77

88
group :debug do
9-
gem "wirble"
109
gem "byebug", platforms: :mri
1110
end
1211

@@ -20,7 +19,7 @@ group :development, :test do
2019
gem 'rdf-xsd', github: "ruby-rdf/rdf-xsd", branch: "develop"
2120
gem 'sparql', github: "ruby-rdf/sparql", branch: "develop"
2221
gem 'sparql-client', github: "ruby-rdf/sparql-client", branch: "develop"
23-
gem 'sxp', github: "gkellogg/sxp-ruby", branch: "develop"
22+
gem 'sxp', github: "dryruby/sxp.rb", branch: "develop"
2423
gem 'rest-client-components'
2524
gem 'simplecov', require: false
2625
gem 'coveralls', require: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This gem implements the [LD Patch][] specification with a couple of changes and/
2424
* 100% free and unencumbered [public domain](http://unlicense.org/) software.
2525
* Complete [Linked Data Patch Format][LD Patch] parsing and execution
2626
* Implementation Report: {file:etc/earl.html EARL}
27-
* Compatible with Ruby >= 2.0.0.
27+
* Compatible with Ruby >= 2.2.2.
2828

2929
## Documentation
3030
Full documentation available on [Rubydoc.info][LD-Patch doc]
@@ -60,7 +60,7 @@ The parser takes branch and follow tables generated from the [LD Patch Grammar](
6060

6161
## Dependencies
6262

63-
* [Ruby](http://ruby-lang.org/) (>= 2.0.0)
63+
* [Ruby](http://ruby-lang.org/) (>= 2.2.2)
6464
* [RDF.rb](http://rubygems.org/gems/rdf) (~> 2.0)
6565
* [EBNF][] (~> 1.0)
6666
* [SPARQL][] (~> 2.0)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

dependencyci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
platform:
2+
Rubygems:
3+
rdf-isomorphic:
4+
tests:
5+
unmaintained: skip

0 commit comments

Comments
 (0)