Skip to content

Commit 9d576d3

Browse files
committed
Finish 2.2.1
2 parents 0ba1fe2 + ae28ee5 commit 9d576d3

File tree

10 files changed

+21
-20
lines changed

10 files changed

+21
-20
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.2.6
8-
- 2.3.3
9-
- 2.4.0
10-
- jruby
11-
- rbx
7+
- 2.2
8+
- 2.3
9+
- 2.4
10+
- jruby-9
11+
- rbx-3
1212
cache: bundler
1313
sudo: false
1414
matrix:
1515
allow_failures:
16-
- rvm: rbx
17-
- rvm: jruby
16+
- rvm: jruby-9
17+
- rvm: rbx-3
18+
dist: trusty

Gemfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ source "http://rubygems.org"
22

33
gemspec
44

5-
gem 'rdf', github: "ruby-rdf/rdf", branch: "develop"
6-
gem 'ebnf', github: "gkellogg/ebnf", branch: "develop"
5+
gem 'rdf', git: "https://github.com/ruby-rdf/rdf", branch: "develop"
6+
gem 'ebnf', git: "https://github.com/gkellogg/ebnf", branch: "develop"
77

88
group :development do
99
gem "byebug", platforms: :mri
1010
gem 'psych', platforms: [:mri, :rbx]
1111
end
1212

1313
group :development, :test do
14-
gem 'json-ld', github: "ruby-rdf/json-ld", branch: "develop"
15-
gem 'rdf-spec', github: "ruby-rdf/rdf-spec", branch: "develop"
16-
gem 'rdf-isomorphic', github: "ruby-rdf/rdf-isomorphic", branch: "develop"
17-
gem 'rdf-vocab', github: "ruby-rdf/rdf-vocab", branch: "develop"
18-
gem 'sxp', github: "dryruby/sxp.rb", branch: "develop"
14+
gem 'json-ld', git: "https://github.com/ruby-rdf/json-ld", branch: "develop"
15+
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
16+
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
17+
gem 'rdf-vocab', git: "https://github.com/ruby-rdf/rdf-vocab", branch: "develop"
18+
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
1919
gem "redcarpet", platforms: :ruby
2020
gem 'simplecov', require: false, platform: :mri
2121
gem 'coveralls', require: false, platform: :mri

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ An example of reading Freebase dumps:
7979

8080
r.each_statement {|stmt| puts stmt.to_ntriples}
8181
end
82+
8283
## Implementation Notes
8384
This version uses a hand-written parser using the Lexer from the [EBNF][] gem instead of a general [EBNF][] LL(1) parser for faster performance.
8485

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

etc/doap-ntriples.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
doap:implements <http://www.w3.org/TR/rdf11-concepts/>,
2121
<http://www.w3.org/TR/n-quads/>,
2222
<http://www.w3.org/TR/n-triples/> ;
23-
doap:download-page <http://rubyforge.org/projects/rdf/> ;
23+
doap:download-page <http://rubygems.org/gems/rdf/> ;
2424
doap:bug-database <http://github.com/ruby-rdf/rdf/issues> ;
2525
doap:blog <http://ar.to/>, <http://blog.datagraph.org/> ;
2626
doap:vendor <http://datagraph.org/> ;

etc/earl-ntriples.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
doap:implements <http://www.w3.org/TR/rdf11-concepts/>,
2121
<http://www.w3.org/TR/n-quads/>,
2222
<http://www.w3.org/TR/n-triples/> ;
23-
doap:download-page <http://rubyforge.org/projects/rdf/> ;
23+
doap:download-page <http://rubygems.org/gems/rdf/> ;
2424
doap:bug-database <http://github.com/ruby-rdf/rdf/issues> ;
2525
doap:blog <http://ar.to/>, <http://blog.datagraph.org/> ;
2626
doap:vendor <http://datagraph.org/> ;

lib/rdf/turtle/streaming_writer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def stream_prologue
1818
preprocess
1919
start_document
2020
@output.puts ""
21-
self
2221
end
2322

2423
##

lib/rdf/turtle/writer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def write_prologue
163163
stream_prologue
164164
else
165165
end
166+
super
166167
end
167168

168169
##

rdf-turtle.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Gem::Specification.new do |gem|
1010
gem.license = 'Unlicense'
1111
gem.summary = "Turtle reader/writer for Ruby."
1212
gem.description = %q{RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.}
13-
gem.rubyforge_project = 'rdf-turtle'
1413

1514
gem.authors = ['Gregg Kellogg']
1615
gem.email = '[email protected]'

spec/freebase_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'spec_helper'
44
require 'rdf/spec/reader'
55

6-
describe "RDF::Turtle::FreebaseReader" do
6+
describe RDF::Turtle::FreebaseReader do
77
let!(:prefixes) {
88
%q(
99
@prefix ns: <http://rdf.freebase.com/ns/>.

0 commit comments

Comments
 (0)