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 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.0
1
+ 0.2.1
@@ -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+')
@@ -2,7 +2,7 @@ module RDF; module Raptor
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
  EXTRA = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
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-04 00:00:00 +02:00
17
+ date: 2010-04-07 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency