rdf-raptor 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1 -0
- data/VERSION +1 -1
- data/lib/rdf/raptor/cli.rb +1 -1
- data/lib/rdf/raptor/version.rb +1 -1
- metadata +3 -3
data/README
CHANGED
@@ -114,6 +114,7 @@ common Linux and BSD distributions:
|
|
114
114
|
% [sudo] yum install raptor # Fedora / CentOS / RHEL
|
115
115
|
% [sudo] zypper install raptor # openSUSE
|
116
116
|
% [sudo] emerge raptor # Gentoo Linux
|
117
|
+
% [sudo] pacman -S raptor # Arch Linux
|
117
118
|
% [sudo] pkg_add -r raptor # FreeBSD
|
118
119
|
% [sudo] pkg_add raptor # OpenBSD / NetBSD
|
119
120
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
data/lib/rdf/raptor/cli.rb
CHANGED
@@ -56,7 +56,7 @@ module RDF::Raptor
|
|
56
56
|
|
57
57
|
format = self.class.format.rapper_format
|
58
58
|
case output
|
59
|
-
when File, IO
|
59
|
+
when File, IO, StringIO
|
60
60
|
@command = "#{RAPPER} -q -i ntriples -o #{format} file:///dev/stdin"
|
61
61
|
@command << " #{options[:base_uri]}" if options.has_key?(:base_uri)
|
62
62
|
@rapper = IO.popen(@command, 'rb+')
|
data/lib/rdf/raptor/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 1
|
9
|
+
version: 0.2.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Arto Bendiken
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-04-
|
17
|
+
date: 2010-04-07 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|